Enum InstanceConfig.NetworkConfig (0.41.0)

public enum InstanceConfig.NetworkConfig extends Enum<InstanceConfig.NetworkConfig> implements ProtocolMessageEnum

The network configuration of the instance.

Protobuf enum google.cloud.baremetalsolution.v2.InstanceConfig.NetworkConfig

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MULTI_VLAN

Instance part of multiple (or single) client networks and private networks.

MULTI_VLAN = 2;

MULTI_VLAN_VALUE

Instance part of multiple (or single) client networks and private networks.

MULTI_VLAN = 2;

NETWORKCONFIG_UNSPECIFIED

The unspecified network configuration.

NETWORKCONFIG_UNSPECIFIED = 0;

NETWORKCONFIG_UNSPECIFIED_VALUE

The unspecified network configuration.

NETWORKCONFIG_UNSPECIFIED = 0;

SINGLE_VLAN

Instance part of single client network and single private network.

SINGLE_VLAN = 1;

SINGLE_VLAN_VALUE

Instance part of single client network and single private network.

SINGLE_VLAN = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()