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 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>
Copy
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]
Copy
func LookupDestGroup(ctx *Context, args *LookupDestGroupArgs, opts ...InvokeOption) (*LookupDestGroupResult, error)
func LookupDestGroupOutput(ctx *Context, args *LookupDestGroupOutputArgs, opts ...InvokeOption) LookupDestGroupResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDestGroupResult> getDestGroup(GetDestGroupArgs args, InvokeOptions options)
public static Output<GetDestGroupResult> getDestGroup(GetDestGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:iap/v1:getDestGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DestGroupId This property is required. string
Location This property is required. string
Project string
DestGroupId This property is required. string
Location This property is required. string
Project string
destGroupId This property is required. String
location This property is required. String
project String
destGroupId This property is required. string
location This property is required. string
project string
dest_group_id This property is required. str
location This property is required. str
project str
destGroupId This property is required. String
location This property is required. 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 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