1. Packages
  2. Nutanix
  3. API Docs
  4. getServiceGroupV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getServiceGroupV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Get an service Group by ExtID

    Using getServiceGroupV2

    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 getServiceGroupV2(args: GetServiceGroupV2Args, opts?: InvokeOptions): Promise<GetServiceGroupV2Result>
    function getServiceGroupV2Output(args: GetServiceGroupV2OutputArgs, opts?: InvokeOptions): Output<GetServiceGroupV2Result>
    def get_service_group_v2(ext_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetServiceGroupV2Result
    def get_service_group_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetServiceGroupV2Result]
    func GetServiceGroupV2(ctx *Context, args *GetServiceGroupV2Args, opts ...InvokeOption) (*GetServiceGroupV2Result, error)
    func GetServiceGroupV2Output(ctx *Context, args *GetServiceGroupV2OutputArgs, opts ...InvokeOption) GetServiceGroupV2ResultOutput

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

    public static class GetServiceGroupV2 
    {
        public static Task<GetServiceGroupV2Result> InvokeAsync(GetServiceGroupV2Args args, InvokeOptions? opts = null)
        public static Output<GetServiceGroupV2Result> Invoke(GetServiceGroupV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceGroupV2Result> getServiceGroupV2(GetServiceGroupV2Args args, InvokeOptions options)
    public static Output<GetServiceGroupV2Result> getServiceGroupV2(GetServiceGroupV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getServiceGroupV2:getServiceGroupV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    service group UUID.
    ExtId string
    service group UUID.
    extId String
    service group UUID.
    extId string
    service group UUID.
    ext_id str
    service group UUID.
    extId String
    service group UUID.

    getServiceGroupV2 Result

    The following output properties are available:

    CreatedBy string
    created by.
    Description string
    A user defined annotation for a Service Group.
    ExtId string
    IcmpServices List<PiersKarsenbarg.Nutanix.Outputs.GetServiceGroupV2IcmpService>
    Icmp Type Code List.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsSystemDefined bool
    Service Group is system defined or not.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetServiceGroupV2Link>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Name string
    A short identifier for a Service Group.
    PolicyReferences List<string>
    Reference to policy associated with Service Group.
    TcpServices List<PiersKarsenbarg.Nutanix.Outputs.GetServiceGroupV2TcpService>
    List of TCP ports in the service.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    UdpServices List<PiersKarsenbarg.Nutanix.Outputs.GetServiceGroupV2UdpService>
    List of UDP ports in the service.
    CreatedBy string
    created by.
    Description string
    A user defined annotation for a Service Group.
    ExtId string
    IcmpServices []GetServiceGroupV2IcmpService
    Icmp Type Code List.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsSystemDefined bool
    Service Group is system defined or not.
    Links []GetServiceGroupV2Link
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Name string
    A short identifier for a Service Group.
    PolicyReferences []string
    Reference to policy associated with Service Group.
    TcpServices []GetServiceGroupV2TcpService
    List of TCP ports in the service.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    UdpServices []GetServiceGroupV2UdpService
    List of UDP ports in the service.
    createdBy String
    created by.
    description String
    A user defined annotation for a Service Group.
    extId String
    icmpServices List<GetServiceGroupV2IcmpService>
    Icmp Type Code List.
    id String
    The provider-assigned unique ID for this managed resource.
    isSystemDefined Boolean
    Service Group is system defined or not.
    links List<GetServiceGroupV2Link>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name String
    A short identifier for a Service Group.
    policyReferences List<String>
    Reference to policy associated with Service Group.
    tcpServices List<GetServiceGroupV2TcpService>
    List of TCP ports in the service.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    udpServices List<GetServiceGroupV2UdpService>
    List of UDP ports in the service.
    createdBy string
    created by.
    description string
    A user defined annotation for a Service Group.
    extId string
    icmpServices GetServiceGroupV2IcmpService[]
    Icmp Type Code List.
    id string
    The provider-assigned unique ID for this managed resource.
    isSystemDefined boolean
    Service Group is system defined or not.
    links GetServiceGroupV2Link[]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name string
    A short identifier for a Service Group.
    policyReferences string[]
    Reference to policy associated with Service Group.
    tcpServices GetServiceGroupV2TcpService[]
    List of TCP ports in the service.
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity.
    udpServices GetServiceGroupV2UdpService[]
    List of UDP ports in the service.
    created_by str
    created by.
    description str
    A user defined annotation for a Service Group.
    ext_id str
    icmp_services Sequence[GetServiceGroupV2IcmpService]
    Icmp Type Code List.
    id str
    The provider-assigned unique ID for this managed resource.
    is_system_defined bool
    Service Group is system defined or not.
    links Sequence[GetServiceGroupV2Link]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name str
    A short identifier for a Service Group.
    policy_references Sequence[str]
    Reference to policy associated with Service Group.
    tcp_services Sequence[GetServiceGroupV2TcpService]
    List of TCP ports in the service.
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity.
    udp_services Sequence[GetServiceGroupV2UdpService]
    List of UDP ports in the service.
    createdBy String
    created by.
    description String
    A user defined annotation for a Service Group.
    extId String
    icmpServices List<Property Map>
    Icmp Type Code List.
    id String
    The provider-assigned unique ID for this managed resource.
    isSystemDefined Boolean
    Service Group is system defined or not.
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    name String
    A short identifier for a Service Group.
    policyReferences List<String>
    Reference to policy associated with Service Group.
    tcpServices List<Property Map>
    List of TCP ports in the service.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity.
    udpServices List<Property Map>
    List of UDP ports in the service.

    Supporting Types

    GetServiceGroupV2IcmpService

    Code int
    Icmp service Code. Ignore this field if Code has to be ANY
    IsAllAllowed bool
    Set this field to true if both Type and Code is ANY.
    Type int
    Icmp service Type. Ignore this field if Type has to be ANY.
    Code int
    Icmp service Code. Ignore this field if Code has to be ANY
    IsAllAllowed bool
    Set this field to true if both Type and Code is ANY.
    Type int
    Icmp service Type. Ignore this field if Type has to be ANY.
    code Integer
    Icmp service Code. Ignore this field if Code has to be ANY
    isAllAllowed Boolean
    Set this field to true if both Type and Code is ANY.
    type Integer
    Icmp service Type. Ignore this field if Type has to be ANY.
    code number
    Icmp service Code. Ignore this field if Code has to be ANY
    isAllAllowed boolean
    Set this field to true if both Type and Code is ANY.
    type number
    Icmp service Type. Ignore this field if Type has to be ANY.
    code int
    Icmp service Code. Ignore this field if Code has to be ANY
    is_all_allowed bool
    Set this field to true if both Type and Code is ANY.
    type int
    Icmp service Type. Ignore this field if Type has to be ANY.
    code Number
    Icmp service Code. Ignore this field if Code has to be ANY
    isAllAllowed Boolean
    Set this field to true if both Type and Code is ANY.
    type Number
    Icmp service Type. Ignore this field if Type has to be ANY.
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetServiceGroupV2TcpService

    EndPort int
    end port
    StartPort int
    start port
    EndPort int
    end port
    StartPort int
    start port
    endPort Integer
    end port
    startPort Integer
    start port
    endPort number
    end port
    startPort number
    start port
    end_port int
    end port
    start_port int
    start port
    endPort Number
    end port
    startPort Number
    start port

    GetServiceGroupV2UdpService

    EndPort int
    end port
    StartPort int
    start port
    EndPort int
    end port
    StartPort int
    start port
    endPort Integer
    end port
    startPort Integer
    start port
    endPort number
    end port
    startPort number
    start port
    end_port int
    end port
    start_port int
    start port
    endPort Number
    end port
    startPort Number
    start port

    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.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg