Interface RouterApplianceInstanceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouterApplianceInstance
,RouterApplianceInstance.Builder
public interface RouterApplianceInstanceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIpAddress()
The IP address on the VM to use for peering.com.google.protobuf.ByteString
getIpAddressBytes()
The IP address on the VM to use for peering.String
getVirtualMachine()
The URI of the VM.com.google.protobuf.ByteString
getVirtualMachineBytes()
The URI of the VM.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVirtualMachine
String getVirtualMachine()
The URI of the VM.
string virtual_machine = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The virtualMachine.
-
getVirtualMachineBytes
com.google.protobuf.ByteString getVirtualMachineBytes()
The URI of the VM.
string virtual_machine = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for virtualMachine.
-
getIpAddress
String getIpAddress()
The IP address on the VM to use for peering.
string ip_address = 3;
- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
The IP address on the VM to use for peering.
string ip_address = 3;
- Returns:
- The bytes for ipAddress.
-
-