Class Spoke (1.3.2)

Spoke(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
name str
Immutable. The name of a Spoke resource.
create_time google.protobuf.timestamp_pb2.Timestamp
The time when the Spoke was created.
update_time google.protobuf.timestamp_pb2.Timestamp
The time when the Spoke was updated.
labels Mapping[str, str]
User-defined labels.
description str
Short description of the spoke resource
hub str
The resource URL of the hub resource that the spoke is attached to
linked_vpn_tunnels Sequence[str]
The URIs of linked VPN tunnel resources
linked_interconnect_attachments Sequence[str]
The URIs of linked interconnect attachment resources
linked_router_appliance_instances Sequence[google.cloud.networkconnectivity_v1alpha1.types.RouterApplianceInstance]
The URIs of linked Router appliance resources
unique_id str
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.
state google.cloud.networkconnectivity_v1alpha1.types.State
Output only. The current lifecycle state of this Hub.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.