public sealed class CreateTunnelDestGroupRequest : IMessage<CreateTunnelDestGroupRequest>, IEquatable<CreateTunnelDestGroupRequest>, IDeepCloneable<CreateTunnelDestGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class CreateTunnelDestGroupRequest.
The request to CreateTunnelDestGroup.
Implements
IMessageCreateTunnelDestGroupRequest, IEquatableCreateTunnelDestGroupRequest, IDeepCloneableCreateTunnelDestGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
CreateTunnelDestGroupRequest()
public CreateTunnelDestGroupRequest()
CreateTunnelDestGroupRequest(CreateTunnelDestGroupRequest)
public CreateTunnelDestGroupRequest(CreateTunnelDestGroupRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateTunnelDestGroupRequest |
Properties
Parent
public string Parent { get; set; }
Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsTunnelLocationName
public TunnelLocationName ParentAsTunnelLocationName { get; set; }
TunnelLocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
TunnelLocationName |
TunnelDestGroup
public TunnelDestGroup TunnelDestGroup { get; set; }
Required. The TunnelDestGroup to create.
Property Value | |
---|---|
Type | Description |
TunnelDestGroup |
TunnelDestGroupId
public string TunnelDestGroupId { get; set; }
Required. The ID to use for the TunnelDestGroup, which becomes the final component of the resource name.
This value must be 4-63 characters, and valid characters
are [a-z]-
.
Property Value | |
---|---|
Type | Description |
string |