Class: Google::Cloud::Iap::V1::CreateTunnelDestGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

The request to CreateTunnelDestGroup.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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}.



79
80
81
82
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 79

class CreateTunnelDestGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tunnel_dest_group::Google::Cloud::Iap::V1::TunnelDestGroup

Returns Required. The TunnelDestGroup to create.

Returns:



79
80
81
82
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 79

class CreateTunnelDestGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tunnel_dest_group_id::String

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



79
80
81
82
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 79

class CreateTunnelDestGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end