Network Connectivity V1alpha1 API - Class Google::Cloud::NetworkConnectivity::V1alpha1::Hub (v0.4.5)

Reference documentation and code samples for the Network Connectivity V1alpha1 API class Google::Cloud::NetworkConnectivity::V1alpha1::Hub.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — Short description of the hub resource.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Short description of the hub resource.
Returns
  • (::String) — Short description of the hub resource.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User-defined labels.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — User-defined labels.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User-defined labels.

#name

def name() -> ::String
Returns
  • (::String) — Immutable. The name of a Hub resource.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Immutable. The name of a Hub resource.
Returns
  • (::String) — Immutable. The name of a Hub resource.

#spokes

def spokes() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. A list of the URIs of all attached spokes

#state

def state() -> ::Google::Cloud::NetworkConnectivity::V1alpha1::State
Returns

#unique_id

def unique_id() -> ::String
Returns
  • (::String) — 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.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns