Google Cloud Iap V1 Client - Class CreateTunnelDestGroupRequest (2.1.0)

Reference documentation and code samples for the Google Cloud Iap V1 Client class CreateTunnelDestGroupRequest.

The request to CreateTunnelDestGroup.

Generated from protobuf message google.cloud.iap.v1.CreateTunnelDestGroupRequest

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ parentstring

Required. Google Cloud Project ID and location. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}.

↳ tunnel_dest_groupTunnelDestGroup

Required. The TunnelDestGroup to create.

↳ tunnel_dest_group_idstring

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]-.

getParent

Required. Google Cloud Project ID and location.

In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}.

Returns
TypeDescription
string

setParent

Required. Google Cloud Project ID and location.

In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getTunnelDestGroup

Required. The TunnelDestGroup to create.

Returns
TypeDescription
TunnelDestGroup|null

hasTunnelDestGroup

clearTunnelDestGroup

setTunnelDestGroup

Required. The TunnelDestGroup to create.

Parameter
NameDescription
varTunnelDestGroup
Returns
TypeDescription
$this

getTunnelDestGroupId

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]-.

Returns
TypeDescription
string

setTunnelDestGroupId

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]-.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parentstring

Required. Google Cloud Project ID and location. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}. Please see IdentityAwareProxyAdminServiceClient::tunnelLocationName() for help formatting this field.

tunnelDestGroupTunnelDestGroup

Required. The TunnelDestGroup to create.

tunnelDestGroupIdstring

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]-.

Returns
TypeDescription
CreateTunnelDestGroupRequest