Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::CreateTunnelDestGroupRequest.
The request to CreateTunnelDestGroup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}
.
Returns
-
(::String) — Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}
.
#tunnel_dest_group
def tunnel_dest_group() -> ::Google::Cloud::Iap::V1::TunnelDestGroup
Returns
- (::Google::Cloud::Iap::V1::TunnelDestGroup) — Required. The TunnelDestGroup to create.
#tunnel_dest_group=
def tunnel_dest_group=(value) -> ::Google::Cloud::Iap::V1::TunnelDestGroup
Parameter
- value (::Google::Cloud::Iap::V1::TunnelDestGroup) — Required. The TunnelDestGroup to create.
Returns
- (::Google::Cloud::Iap::V1::TunnelDestGroup) — Required. The TunnelDestGroup to create.
#tunnel_dest_group_id
def tunnel_dest_group_id() -> ::String
Returns
-
(::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]-
.
#tunnel_dest_group_id=
def tunnel_dest_group_id=(value) -> ::String
Parameter
-
value (::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]-
.
Returns
-
(::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]-
.