public enum LicenseType extends Enum<LicenseType> implements ProtocolMessageEnum
The License type for premium images (RHEL, RHEL for SAP, SLES, SLES for SAP, Windows Server).
Protobuf enum google.cloud.migrationcenter.v1.LicenseType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE | Bring-your-own-license (BYOL) plan. User provides the OS license. |
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE_VALUE | Bring-your-own-license (BYOL) plan. User provides the OS license. |
LICENSE_TYPE_DEFAULT | Default Google Cloud licensing plan. Licensing is charged per usage. This a good value to start with. |
LICENSE_TYPE_DEFAULT_VALUE | Default Google Cloud licensing plan. Licensing is charged per usage. This a good value to start with. |
LICENSE_TYPE_UNSPECIFIED | Unspecified (default value). |
LICENSE_TYPE_UNSPECIFIED_VALUE | Unspecified (default value). |
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() |