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 Deprecated Methods Modifier and Type Method Description StringgetIpAddress()The IP address of the network interface to use for peering.com.google.protobuf.ByteStringgetIpAddressBytes()The IP address of the network interface to use for peering.StringgetNetworkInterface()Deprecated.google.cloud.networkconnectivity.v1alpha1.RouterApplianceInstance.network_interface is deprecated.com.google.protobuf.ByteStringgetNetworkInterfaceBytes()Deprecated.google.cloud.networkconnectivity.v1alpha1.RouterApplianceInstance.network_interface is deprecated.StringgetVirtualMachine()The URI of the virtual machine resourcecom.google.protobuf.ByteStringgetVirtualMachineBytes()The URI of the virtual machine resource-
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 virtual machine resource
string virtual_machine = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The virtualMachine.
-
getVirtualMachineBytes
com.google.protobuf.ByteString getVirtualMachineBytes()
The URI of the virtual machine resource
string virtual_machine = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for virtualMachine.
-
getIpAddress
String getIpAddress()
The IP address of the network interface to use for peering.
string ip_address = 3;- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
The IP address of the network interface to use for peering.
string ip_address = 3;- Returns:
- The bytes for ipAddress.
-
getNetworkInterface
@Deprecated String getNetworkInterface()
Deprecated.google.cloud.networkconnectivity.v1alpha1.RouterApplianceInstance.network_interface is deprecated. See google/cloud/networkconnectivity/v1alpha1/hub.proto;l=533string network_interface = 2 [deprecated = true];- Returns:
- The networkInterface.
-
getNetworkInterfaceBytes
@Deprecated com.google.protobuf.ByteString getNetworkInterfaceBytes()
Deprecated.google.cloud.networkconnectivity.v1alpha1.RouterApplianceInstance.network_interface is deprecated. See google/cloud/networkconnectivity/v1alpha1/hub.proto;l=533string network_interface = 2 [deprecated = true];- Returns:
- The bytes for networkInterface.
-
-