public static interface InstanceConfig.NetworkAddressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddress()
public abstract String getAddress()IPv4 address to be assigned to the server.
string address = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The address. |
getAddressBytes()
public abstract ByteString getAddressBytes()IPv4 address to be assigned to the server.
string address = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for address. |
getExistingNetworkId()
public abstract String getExistingNetworkId()Name of the existing network to use.
string existing_network_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The existingNetworkId. |
getExistingNetworkIdBytes()
public abstract ByteString getExistingNetworkIdBytes()Name of the existing network to use.
string existing_network_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for existingNetworkId. |
getNetworkId()
public abstract String getNetworkId()Id of the network to use, within the same ProvisioningConfig request.
string network_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The networkId. |
getNetworkIdBytes()
public abstract ByteString getNetworkIdBytes()Id of the network to use, within the same ProvisioningConfig request.
string network_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkId. |