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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Google Cloud Project ID and location. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}
.
↳ tunnel_dest_group
↳ tunnel_dest_group_id
string
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}
.
string
setParent
Required. Google Cloud Project ID and location.
In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}
.
var
string
$this
getTunnelDestGroup
Required. The TunnelDestGroup to create.
hasTunnelDestGroup
clearTunnelDestGroup
setTunnelDestGroup
Required. The TunnelDestGroup to create.
$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]-
.
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]-
.
var
string
$this
static::build
parent
string
Required. Google Cloud Project ID and location.
In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}
. Please see Google\Cloud\Iap\V1\IdentityAwareProxyAdminServiceClient::tunnelLocationName()
for help formatting this field.
tunnelDestGroup
tunnelDestGroupId
string
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]-
.