Cloud Identity-Aware Proxy v1 API - Class GetTunnelDestGroupRequest (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class GetTunnelDestGroupRequest : IMessage<GetTunnelDestGroupRequest>, IEquatable<GetTunnelDestGroupRequest>, IDeepCloneable<GetTunnelDestGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetTunnelDestGroupRequest.
The request to GetTunnelDestGroup.
Implements
IMessage GetTunnelDestGroupRequest, IEquatable GetTunnelDestGroupRequest, IDeepCloneable GetTunnelDestGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
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 |
|