Cloud Identity-Aware Proxy v1 API - Class CreateTunnelDestGroupRequest (2.4.0)

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.

Inheritance

object > CreateTunnelDestGroupRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

CreateTunnelDestGroupRequest()

public CreateTunnelDestGroupRequest()

CreateTunnelDestGroupRequest(CreateTunnelDestGroupRequest)

public CreateTunnelDestGroupRequest(CreateTunnelDestGroupRequest other)
Parameter
NameDescription
otherCreateTunnelDestGroupRequest

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

ParentAsTunnelLocationName

public TunnelLocationName ParentAsTunnelLocationName { get; set; }

TunnelLocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
TunnelLocationName

TunnelDestGroup

public TunnelDestGroup TunnelDestGroup { get; set; }

Required. The TunnelDestGroup to create.

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