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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Google Cloud Project ID and location. In the following format: |
↳ tunnel_dest_group |
Google\Cloud\Iap\V1\TunnelDestGroup
Required. The TunnelDestGroup to create. |
↳ 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 |
getParent
Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTunnelDestGroup
Required. The TunnelDestGroup to create.
Generated from protobuf field .google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Iap\V1\TunnelDestGroup|null |
|
hasTunnelDestGroup
clearTunnelDestGroup
setTunnelDestGroup
Required. The TunnelDestGroup to create.
Generated from protobuf field .google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Iap\V1\TunnelDestGroup
|
| Returns | |
|---|---|
| Type | Description |
$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][0-9]-.
Generated from protobuf field string tunnel_dest_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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][0-9]-.
Generated from protobuf field string tunnel_dest_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|