Interface AdditionalNodeNetworkConfigOrBuilder (2.43.0)

public interface AdditionalNodeNetworkConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetwork()

public abstract String getNetwork()

Name of the VPC where the additional interface belongs

string network = 1;

Returns
TypeDescription
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

Name of the VPC where the additional interface belongs

string network = 1;

Returns
TypeDescription
ByteString

The bytes for network.

getSubnetwork()

public abstract String getSubnetwork()

Name of the subnetwork where the additional interface belongs

string subnetwork = 2;

Returns
TypeDescription
String

The subnetwork.

getSubnetworkBytes()

public abstract ByteString getSubnetworkBytes()

Name of the subnetwork where the additional interface belongs

string subnetwork = 2;

Returns
TypeDescription
ByteString

The bytes for subnetwork.