Enum AppliedLicense.Type (1.33.0)

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

License types used in OS adaptation.

Protobuf enum google.cloud.vmmigration.v1.AppliedLicense.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BYOL

The license type is Bring Your Own License type.

BYOL = 3;

BYOL_VALUE

The license type is Bring Your Own License type.

BYOL = 3;

NONE

No license available for the OS.

NONE = 1;

NONE_VALUE

No license available for the OS.

NONE = 1;

PAYG

The license type is Pay As You Go license type.

PAYG = 2;

PAYG_VALUE

The license type is Pay As You Go license type.

PAYG = 2;

TYPE_UNSPECIFIED

Unspecified license for the OS.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified license for the OS.

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