Enum NetworkProfileProfileType.NetworkType (1.85.0)

public enum NetworkProfileProfileType.NetworkType extends Enum<NetworkProfileProfileType.NetworkType> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.NetworkProfileProfileType.NetworkType

Implements

ProtocolMessageEnum

Static Fields

Name Description
RDMA

RDMA network.

RDMA = 2510662;

RDMA_VALUE

RDMA network.

RDMA = 2510662;

ULL

ULL network.

ULL = 84117;

ULL_VALUE

ULL network.

ULL = 84117;

UNDEFINED_NETWORK_TYPE

A value indicating that the enum field is not set.

UNDEFINED_NETWORK_TYPE = 0;

UNDEFINED_NETWORK_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_NETWORK_TYPE = 0;

UNRECOGNIZED
VPC

VPC network.

VPC = 85193;

VPC_VALUE

VPC network.

VPC = 85193;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()