public interface NetworkMountPointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultGateway()
public abstract boolean getDefaultGateway()Network should be a default gateway.
bool default_gateway = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The defaultGateway. |
getInstance()
public abstract String getInstance()Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Instance to attach network to.
string instance = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getIpAddress()
public abstract String getIpAddress()Ip address of the server.
string ip_address = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()Ip address of the server.
string ip_address = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getLogicalInterface()
public abstract String getLogicalInterface()Logical interface to detach from.
string logical_interface = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The logicalInterface. |
getLogicalInterfaceBytes()
public abstract ByteString getLogicalInterfaceBytes()Logical interface to detach from.
string logical_interface = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logicalInterface. |