public interface RouterApplianceInstanceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()
The IP address on the VM to use for peering.
string ip_address = 3;
Returns | |
---|---|
Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()
The IP address on the VM to use for peering.
string ip_address = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ipAddress. |
getVirtualMachine()
public abstract String getVirtualMachine()
The URI of the VM.
string virtual_machine = 1;
Returns | |
---|---|
Type | Description |
String |
The virtualMachine. |
getVirtualMachineBytes()
public abstract ByteString getVirtualMachineBytes()
The URI of the VM.
string virtual_machine = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for virtualMachine. |