Google Cloud Native v0.28.0, Feb 2 23
Google Cloud Native v0.28.0, Feb 2 23
google-native.iap/v1.getDestGroup
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:
- Dest
Group stringId - Location string
- Project string
- Dest
Group stringId - Location string
- Project string
- dest
Group StringId - location String
- project String
- dest
Group stringId - location string
- project string
- dest_
group_ strid - location str
- project str
- dest
Group StringId - location String
- project String
getDestGroup Result
The following output properties are available:
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0