Class LinkedRouterApplianceInstances (0.6.2)

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

A collection of router appliance instances. If you have multiple router appliance instances connected to the same site, they should all be attached to the same spoke.

Attributes

NameDescription
instances Sequence[google.cloud.networkconnectivity_v1.types.RouterApplianceInstance]
The list of router appliance instances.
site_to_site_data_transfer bool
A value that controls whether site-to-site data transfer is enabled for these resources. This field is set to false by default, but you must set it to true. Note that data transfer is available only in supported locations.

Inheritance

builtins.object > proto.message.Message > LinkedRouterApplianceInstances