Cloud Identity-Aware Proxy v1 API - Class GetTunnelDestGroupRequest (2.6.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
NameDescription
otherGetTunnelDestGroupRequest

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
TypeDescription
string

TunnelDestGroupName

public TunnelDestGroupName TunnelDestGroupName { get; set; }

TunnelDestGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
TunnelDestGroupName