Enum NetworkConfig.Type (0.41.0)

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

Network type.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLIENT

Client network, that is a network peered to a GCP VPC.

CLIENT = 1;

CLIENT_VALUE

Client network, that is a network peered to a GCP VPC.

CLIENT = 1;

PRIVATE

Private network, that is a network local to the BMS POD.

PRIVATE = 2;

PRIVATE_VALUE

Private network, that is a network local to the BMS POD.

PRIVATE = 2;

TYPE_UNSPECIFIED

Unspecified value.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified value.

TYPE_UNSPECIFIED = 0;

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()