Class: Google::Cloud::NetworkConnectivity::V1alpha1::Spoke
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1alpha1::Spoke
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb
Overview
A Spoke is an abstraction of a network attachment being attached to a Hub. A Spoke can be underlying a VPN tunnel, a VLAN (interconnect) attachment, a Router appliance, etc.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time when the Spoke was created.
-
#description ⇒ ::String
Short description of the spoke resource.
-
#hub ⇒ ::String
The resource URL of the hub resource that the spoke is attached to.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
User-defined labels.
-
#linked_interconnect_attachments ⇒ ::Array<::String>
The URIs of linked interconnect attachment resources.
-
#linked_router_appliance_instances ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1alpha1::RouterApplianceInstance>
The URIs of linked Router appliance resources.
-
#linked_vpn_tunnels ⇒ ::Array<::String>
The URIs of linked VPN tunnel resources.
-
#name ⇒ ::String
Immutable.
-
#state ⇒ ::Google::Cloud::NetworkConnectivity::V1alpha1::State
readonly
Output only.
-
#unique_id ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The time when the Spoke was updated.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the Spoke was created.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 spoke resource.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 |
#hub ⇒ ::String
Returns The resource URL of the hub resource that the spoke is attached to.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 |
#linked_interconnect_attachments ⇒ ::Array<::String>
Returns The URIs of linked interconnect attachment resources.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 |
#linked_router_appliance_instances ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1alpha1::RouterApplianceInstance>
Returns The URIs of linked Router appliance resources.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 |
#linked_vpn_tunnels ⇒ ::Array<::String>
Returns The URIs of linked VPN tunnel resources.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 Spoke resource.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 Spoke resources. If a Spoke resource is deleted and another with the same name is created, it gets a different unique_id.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 The time when the Spoke was updated.
106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 106 class Spoke 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 |