public enum AppliedLicense.Type extends Enum<AppliedLicense.Type> implements ProtocolMessageEnum
License types used in OS adaptation.
Protobuf enum google.events.cloud.vmmigration.v1.AppliedLicense.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BYOL |
The license type is Bring Your Own License type. |
BYOL_VALUE |
The license type is Bring Your Own License type. |
NONE |
No license available for the OS. |
NONE_VALUE |
No license available for the OS. |
PAYG |
The license type is Pay As You Go license type. |
PAYG_VALUE |
The license type is Pay As You Go license type. |
TYPE_UNSPECIFIED |
Unspecified license for the OS. |
TYPE_UNSPECIFIED_VALUE |
Unspecified license for the OS. |
UNRECOGNIZED |
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() |