Network Connectivity V1 API - Class Google::Cloud::NetworkConnectivity::V1::Spoke (v0.10.0)

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

A Network Connectivity Center spoke represents one or more network connectivity resources.

When you create a spoke, you associate it with a hub. You must also identify a value for exactly one of the following fields:

  • linked_vpn_tunnels
  • linked_interconnect_attachments
  • linked_router_appliance_instances
  • linked_vpc_network

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

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

#description

def description() -> ::String
Returns
  • (::String) — An optional description of the spoke.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — An optional description of the spoke.
Returns
  • (::String) — An optional description of the spoke.

#group

def group() -> ::String
Returns
  • (::String) — Optional. The name of the group that this spoke is associated with.

#group=

def group=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the group that this spoke is associated with.
Returns
  • (::String) — Optional. The name of the group that this spoke is associated with.

#hub

def hub() -> ::String
Returns
  • (::String) — Immutable. The name of the hub that this spoke is attached to.

#hub=

def hub=(value) -> ::String
Parameter
  • value (::String) — Immutable. The name of the hub that this spoke is attached to.
Returns
  • (::String) — Immutable. The name of the hub that this spoke is attached to.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional labels in key-value pair format. For more information about labels, see Requirements for labels.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional labels in key-value pair format. For more information about labels, see Requirements for labels.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional labels in key-value pair format. For more information about labels, see Requirements for labels.

#linked_interconnect_attachments

def linked_interconnect_attachments() -> ::Google::Cloud::NetworkConnectivity::V1::LinkedInterconnectAttachments
Returns

#linked_interconnect_attachments=

def linked_interconnect_attachments=(value) -> ::Google::Cloud::NetworkConnectivity::V1::LinkedInterconnectAttachments
Parameter
Returns

#linked_router_appliance_instances

def linked_router_appliance_instances() -> ::Google::Cloud::NetworkConnectivity::V1::LinkedRouterApplianceInstances
Returns

#linked_router_appliance_instances=

def linked_router_appliance_instances=(value) -> ::Google::Cloud::NetworkConnectivity::V1::LinkedRouterApplianceInstances
Parameter
Returns

#linked_vpc_network

def linked_vpc_network() -> ::Google::Cloud::NetworkConnectivity::V1::LinkedVpcNetwork
Returns

#linked_vpc_network=

def linked_vpc_network=(value) -> ::Google::Cloud::NetworkConnectivity::V1::LinkedVpcNetwork
Parameter
Returns

#linked_vpn_tunnels

def linked_vpn_tunnels() -> ::Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels
Returns

#linked_vpn_tunnels=

def linked_vpn_tunnels=(value) -> ::Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Immutable. The name of the spoke. Spoke names must be unique. They use the following form: projects/{project_number}/locations/{region}/spokes/{spoke_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Immutable. The name of the spoke. Spoke names must be unique. They use the following form: projects/{project_number}/locations/{region}/spokes/{spoke_id}
Returns
  • (::String) — Immutable. The name of the spoke. Spoke names must be unique. They use the following form: projects/{project_number}/locations/{region}/spokes/{spoke_id}

#reasons

def reasons() -> ::Array<::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason>
Returns

#spoke_type

def spoke_type() -> ::Google::Cloud::NetworkConnectivity::V1::SpokeType
Returns

#state

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

#unique_id

def unique_id() -> ::String
Returns
  • (::String) — Output only. The Google-generated UUID for the spoke. This value is unique across all spoke resources. If a spoke is deleted and another with the same name is created, the new spoke is assigned a different unique_id.

#update_time

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