Enum Network.Type (0.3.5)

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

Network type.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLIENT

Client network, a network peered to a Google Cloud VPC.

CLIENT = 1;

CLIENT_VALUE

Client network, a network peered to a Google Cloud VPC.

CLIENT = 1;

PRIVATE

Private network, a network local to the Bare Metal Solution environment.

PRIVATE = 2;

PRIVATE_VALUE

Private network, a network local to the Bare Metal Solution environment.

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