Interface InstanceConfig.NetworkAddressOrBuilder (0.41.0)

public static interface InstanceConfig.NetworkAddressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract String getAddress()

IPv4 address to be assigned to the server.

string address = 2;

Returns
TypeDescription
String

The address.

getAddressBytes()

public abstract ByteString getAddressBytes()

IPv4 address to be assigned to the server.

string address = 2;

Returns
TypeDescription
ByteString

The bytes for address.

getExistingNetworkId()

public abstract String getExistingNetworkId()

Name of the existing network to use.

string existing_network_id = 3;

Returns
TypeDescription
String

The existingNetworkId.

getExistingNetworkIdBytes()

public abstract ByteString getExistingNetworkIdBytes()

Name of the existing network to use.

string existing_network_id = 3;

Returns
TypeDescription
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
TypeDescription
String

The networkId.

getNetworkIdBytes()

public abstract ByteString getNetworkIdBytes()

Id of the network to use, within the same ProvisioningConfig request.

string network_id = 1;

Returns
TypeDescription
ByteString

The bytes for networkId.