1. Packages
  2. Nutanix
  3. API Docs
  4. getServiceGroup
Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg

nutanix.getServiceGroup

Explore with Pulumi AI

nutanix logo
Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg

    Using getServiceGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getServiceGroup(args: GetServiceGroupArgs, opts?: InvokeOptions): Promise<GetServiceGroupResult>
    function getServiceGroupOutput(args: GetServiceGroupOutputArgs, opts?: InvokeOptions): Output<GetServiceGroupResult>
    def get_service_group(uuid: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetServiceGroupResult
    def get_service_group_output(uuid: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetServiceGroupResult]
    func LookupServiceGroup(ctx *Context, args *LookupServiceGroupArgs, opts ...InvokeOption) (*LookupServiceGroupResult, error)
    func LookupServiceGroupOutput(ctx *Context, args *LookupServiceGroupOutputArgs, opts ...InvokeOption) LookupServiceGroupResultOutput

    > Note: This function is named LookupServiceGroup in the Go SDK.

    public static class GetServiceGroup 
    {
        public static Task<GetServiceGroupResult> InvokeAsync(GetServiceGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceGroupResult> Invoke(GetServiceGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceGroupResult> getServiceGroup(GetServiceGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: nutanix:index/getServiceGroup:getServiceGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Uuid string
    Uuid string
    uuid String
    uuid string
    uuid str
    uuid String

    getServiceGroup Result

    The following output properties are available:

    Description string
    Id string
    The provider-assigned unique ID for this managed resource.
    IsSystemDefined bool
    Name string
    ServiceLists List<PiersKarsenbarg.Nutanix.Outputs.GetServiceGroupServiceList>
    Uuid string
    Description string
    Id string
    The provider-assigned unique ID for this managed resource.
    IsSystemDefined bool
    Name string
    ServiceLists []GetServiceGroupServiceList
    Uuid string
    description String
    id String
    The provider-assigned unique ID for this managed resource.
    isSystemDefined Boolean
    name String
    serviceLists List<GetServiceGroupServiceList>
    uuid String
    description string
    id string
    The provider-assigned unique ID for this managed resource.
    isSystemDefined boolean
    name string
    serviceLists GetServiceGroupServiceList[]
    uuid string
    description str
    id str
    The provider-assigned unique ID for this managed resource.
    is_system_defined bool
    name str
    service_lists Sequence[GetServiceGroupServiceList]
    uuid str
    description String
    id String
    The provider-assigned unique ID for this managed resource.
    isSystemDefined Boolean
    name String
    serviceLists List<Property Map>
    uuid String

    Supporting Types

    GetServiceGroupServiceList

    GetServiceGroupServiceListIcmpTypeCodeList

    Code string
    Type string
    Code string
    Type string
    code String
    type String
    code string
    type string
    code str
    type str
    code String
    type String

    GetServiceGroupServiceListTcpPortRangeList

    endPort Integer
    startPort Integer
    endPort number
    startPort number
    endPort Number
    startPort Number

    GetServiceGroupServiceListUdpPortRangeList

    endPort Integer
    startPort Integer
    endPort number
    startPort number
    endPort Number
    startPort Number

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg