Interface NetworkInterfaceOrBuilder (1.15.0)

public interface NetworkInterfaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExternalIp()

public abstract String getExternalIp()

The external IP to define in the NIC.

string external_ip = 4;

Returns
TypeDescription
String

The externalIp.

getExternalIpBytes()

public abstract ByteString getExternalIpBytes()

The external IP to define in the NIC.

string external_ip = 4;

Returns
TypeDescription
ByteString

The bytes for externalIp.

getInternalIp()

public abstract String getInternalIp()

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

string internal_ip = 3;

Returns
TypeDescription
String

The internalIp.

getInternalIpBytes()

public abstract ByteString getInternalIpBytes()

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

string internal_ip = 3;

Returns
TypeDescription
ByteString

The bytes for internalIp.

getNetwork()

public abstract String getNetwork()

The network to connect the NIC to.

string network = 1;

Returns
TypeDescription
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

The network to connect the NIC to.

string network = 1;

Returns
TypeDescription
ByteString

The bytes for network.

getSubnetwork()

public abstract String getSubnetwork()

The subnetwork to connect the NIC to.

string subnetwork = 2;

Returns
TypeDescription
String

The subnetwork.

getSubnetworkBytes()

public abstract ByteString getSubnetworkBytes()

The subnetwork to connect the NIC to.

string subnetwork = 2;

Returns
TypeDescription
ByteString

The bytes for subnetwork.