Class RouterApplianceInstance (0.6.2)

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

A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM's network interfaces.

Attributes

NameDescription
virtual_machine str
The URI of the VM.
ip_address str
The IP address on the VM to use for peering.

Inheritance

builtins.object > proto.message.Message > RouterApplianceInstance