Enum ProvisioningQuota.AssetType (0.41.0)

public enum ProvisioningQuota.AssetType extends Enum<ProvisioningQuota.AssetType> implements ProtocolMessageEnum

The available asset types for intake.

Protobuf enum google.cloud.baremetalsolution.v2.ProvisioningQuota.AssetType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ASSET_TYPE_NETWORK

The network asset type.

ASSET_TYPE_NETWORK = 3;

ASSET_TYPE_NETWORK_VALUE

The network asset type.

ASSET_TYPE_NETWORK = 3;

ASSET_TYPE_SERVER

The server asset type.

ASSET_TYPE_SERVER = 1;

ASSET_TYPE_SERVER_VALUE

The server asset type.

ASSET_TYPE_SERVER = 1;

ASSET_TYPE_STORAGE

The storage asset type.

ASSET_TYPE_STORAGE = 2;

ASSET_TYPE_STORAGE_VALUE

The storage asset type.

ASSET_TYPE_STORAGE = 2;

ASSET_TYPE_UNSPECIFIED

The unspecified type.

ASSET_TYPE_UNSPECIFIED = 0;

ASSET_TYPE_UNSPECIFIED_VALUE

The unspecified type.

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