Cloud Identity-Aware Proxy v1 API - Class GetTunnelDestGroupRequest (2.9.0)

public sealed class GetTunnelDestGroupRequest : IMessage<GetTunnelDestGroupRequest>, IEquatable<GetTunnelDestGroupRequest>, IDeepCloneable<GetTunnelDestGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetTunnelDestGroupRequest.

The request to GetTunnelDestGroup.

Inheritance

object > GetTunnelDestGroupRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

GetTunnelDestGroupRequest()

public GetTunnelDestGroupRequest()

GetTunnelDestGroupRequest(GetTunnelDestGroupRequest)

public GetTunnelDestGroupRequest(GetTunnelDestGroupRequest other)
Parameter
Name Description
other GetTunnelDestGroupRequest

Properties

Name

public string Name { get; set; }

Required. Name of the TunnelDestGroup to be fetched. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.

Property Value
Type Description
string

TunnelDestGroupName

public TunnelDestGroupName TunnelDestGroupName { get; set; }

TunnelDestGroupName-typed view over the Name resource name property.

Property Value
Type Description
TunnelDestGroupName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.