Network Connectivity V1 API - Class Google::Cloud::NetworkConnectivity::V1::RouterApplianceInstance (v0.10.0)

Reference documentation and code samples for the Network Connectivity V1 API class Google::Cloud::NetworkConnectivity::V1::RouterApplianceInstance.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ip_address

def ip_address() -> ::String
Returns
  • (::String) — The IP address on the VM to use for peering.

#ip_address=

def ip_address=(value) -> ::String
Parameter
  • value (::String) — The IP address on the VM to use for peering.
Returns
  • (::String) — The IP address on the VM to use for peering.

#virtual_machine

def virtual_machine() -> ::String
Returns
  • (::String) — The URI of the VM.

#virtual_machine=

def virtual_machine=(value) -> ::String
Parameter
  • value (::String) — The URI of the VM.
Returns
  • (::String) — The URI of the VM.