Class: Google::Cloud::NetworkConnectivity::V1alpha1::Hub
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1alpha1::Hub
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb
Overview
Network Connectivity Center is a hub-and-spoke abstraction for network connectivity management in Google Cloud. It reduces operational complexity through a simple, centralized connectivity management model. Following is the resource message of a hub.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Time when the Hub was created.
-
#description ⇒ ::String
Short description of the hub resource.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
User-defined labels.
-
#name ⇒ ::String
Immutable.
-
#spokes ⇒ ::Array<::String>
readonly
Output only.
-
#state ⇒ ::Google::Cloud::NetworkConnectivity::V1alpha1::State
readonly
Output only.
-
#unique_id ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Time when the Hub was updated.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the Hub was created.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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 Short description of the hub resource.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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 User-defined labels.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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 a Hub resource.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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 |
#spokes ⇒ ::Array<::String> (readonly)
Returns Output only. A list of the URIs of all attached spokes.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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::V1alpha1::State (readonly)
Returns Output only. The current lifecycle state of this Hub.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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 |
#unique_id ⇒ ::String (readonly)
Returns Output only. Google-generated UUID for this resource. This is unique across all Hub resources. If a Hub resource is deleted and another with the same name is created, it gets a different unique_id.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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
Returns Time when the Hub was updated.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54 class Hub 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 |