Class CreateTunnelDestGroupRequest (2.0.0)

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

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][0-9]-.

Property Value
TypeDescription
String