Interface NetworkMountPointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkMountPoint,NetworkMountPoint.Builder
public interface NetworkMountPointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetDefaultGateway()Network should be a default gateway.StringgetInstance()Instance to attach network to.com.google.protobuf.ByteStringgetInstanceBytes()Instance to attach network to.StringgetIpAddress()Ip address of the server.com.google.protobuf.ByteStringgetIpAddressBytes()Ip address of the server.StringgetLogicalInterface()Logical interface to detach from.com.google.protobuf.ByteStringgetLogicalInterfaceBytes()Logical interface to detach from.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstance
String getInstance()
Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for instance.
-
getLogicalInterface
String getLogicalInterface()
Logical interface to detach from.
string logical_interface = 2;- Returns:
- The logicalInterface.
-
getLogicalInterfaceBytes
com.google.protobuf.ByteString getLogicalInterfaceBytes()
Logical interface to detach from.
string logical_interface = 2;- Returns:
- The bytes for logicalInterface.
-
getDefaultGateway
boolean getDefaultGateway()
Network should be a default gateway.
bool default_gateway = 3;- Returns:
- The defaultGateway.
-
getIpAddress
String getIpAddress()
Ip address of the server.
string ip_address = 4;- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
Ip address of the server.
string ip_address = 4;- Returns:
- The bytes for ipAddress.
-
-