Interface RouterApplianceInstanceOrBuilder (1.7.0)

public interface RouterApplianceInstanceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAddress()

public abstract String getIpAddress()

The IP address on the VM to use for peering.

string ip_address = 3;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

The IP address on the VM to use for peering.

string ip_address = 3;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getVirtualMachine()

public abstract String getVirtualMachine()

The URI of the VM.

string virtual_machine = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The virtualMachine.

getVirtualMachineBytes()

public abstract ByteString getVirtualMachineBytes()

The URI of the VM.

string virtual_machine = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for virtualMachine.