Class: Google::Cloud::NetworkConnectivity::V1::Group
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::Group
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
A group represents a subset of spokes attached to a hub.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#auto_accept ⇒ ::Google::Cloud::NetworkConnectivity::V1::AutoAccept
Optional.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Immutable.
-
#route_table ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::NetworkConnectivity::V1::State
readonly
Output only.
-
#uid ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#auto_accept ⇒ ::Google::Cloud::NetworkConnectivity::V1::AutoAccept
Returns Optional. The auto-accept setting for this group.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the group was created.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Optional. The description of the group.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Labels in key-value pair format. For more information about labels, see Requirements for labels.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Immutable. The name of the group. Group names must be unique. They
use the following form:
projects/{project_number}/locations/global/hubs/{hub}/groups/{group_id}.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#route_table ⇒ ::String (readonly)
Returns Output only. The name of the route table that corresponds to this group.
They use the following form:
projects/{project_number}/locations/global/hubs/{hub_id}/routeTables/{route_table_id}.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#state ⇒ ::Google::Cloud::NetworkConnectivity::V1::State (readonly)
Returns Output only. The current lifecycle state of this group.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#uid ⇒ ::String (readonly)
Returns Output only. The Google-generated UUID for the group. This value is unique across all group resources. If a group is deleted and another with the same name is created, the new route table is assigned a different unique_id.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the group was last updated.
414 415 416 417 418 419 420 421 422 423 424 425 426 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 414 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |