RouterApplianceInstance class

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.

Constructors

RouterApplianceInstance({String? ipAddress, String? virtualMachine})
RouterApplianceInstance.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The IP address on the VM to use for peering.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
virtualMachine String?
The URI of the VM.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited