1. Packages
  2. Google Cloud Native
  3. API Docs
  4. iap
  5. iap/v1
  6. getDestGroup

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.iap/v1.getDestGroup

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Retrieves an existing TunnelDestGroup.

    Using getDestGroup

    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 getDestGroup(args: GetDestGroupArgs, opts?: InvokeOptions): Promise<GetDestGroupResult>
    function getDestGroupOutput(args: GetDestGroupOutputArgs, opts?: InvokeOptions): Output<GetDestGroupResult>
    def get_dest_group(dest_group_id: Optional[str] = None,
                       location: Optional[str] = None,
                       project: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetDestGroupResult
    def get_dest_group_output(dest_group_id: Optional[pulumi.Input[str]] = None,
                       location: Optional[pulumi.Input[str]] = None,
                       project: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetDestGroupResult]
    func LookupDestGroup(ctx *Context, args *LookupDestGroupArgs, opts ...InvokeOption) (*LookupDestGroupResult, error)
    func LookupDestGroupOutput(ctx *Context, args *LookupDestGroupOutputArgs, opts ...InvokeOption) LookupDestGroupResultOutput

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

    public static class GetDestGroup 
    {
        public static Task<GetDestGroupResult> InvokeAsync(GetDestGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetDestGroupResult> Invoke(GetDestGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDestGroupResult> getDestGroup(GetDestGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:iap/v1:getDestGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DestGroupId string
    Location string
    Project string
    DestGroupId string
    Location string
    Project string
    destGroupId String
    location String
    project String
    destGroupId string
    location string
    project string
    destGroupId String
    location String
    project String

    getDestGroup Result

    The following output properties are available:

    Cidrs List<string>
    Unordered list. List of CIDRs that this group applies to.
    Fqdns List<string>
    Unordered list. List of FQDNs that this group applies to.
    Name string
    Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
    Cidrs []string
    Unordered list. List of CIDRs that this group applies to.
    Fqdns []string
    Unordered list. List of FQDNs that this group applies to.
    Name string
    Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
    cidrs List<String>
    Unordered list. List of CIDRs that this group applies to.
    fqdns List<String>
    Unordered list. List of FQDNs that this group applies to.
    name String
    Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
    cidrs string[]
    Unordered list. List of CIDRs that this group applies to.
    fqdns string[]
    Unordered list. List of FQDNs that this group applies to.
    name string
    Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
    cidrs Sequence[str]
    Unordered list. List of CIDRs that this group applies to.
    fqdns Sequence[str]
    Unordered list. List of FQDNs that this group applies to.
    name str
    Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
    cidrs List<String>
    Unordered list. List of CIDRs that this group applies to.
    fqdns List<String>
    Unordered list. List of FQDNs that this group applies to.
    name String
    Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi