Class RoutingVPC (1.3.1)

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

RoutingVPC contains information about the VPC networks that are associated with a hub's spokes.

Attributes

NameDescription
uri str
The URI of the VPC network.
required_for_new_site_to_site_data_transfer_spokes bool
Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.

Inheritance

builtins.object > proto.message.Message > RoutingVPC