Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class Type.
License types used in OS adaptation.
Protobuf type google.cloud.vmmigration.v1.AppliedLicense.Type
Namespace
Google \ Cloud \ VMMigration \ V1 \ AppliedLicenseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified license for the OS.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
NONE
Value: 1No license available for the OS.
Generated from protobuf enum NONE = 1;
PAYG
Value: 2The license type is Pay As You Go license type.
Generated from protobuf enum PAYG = 2;
BYOL
Value: 3The license type is Bring Your Own License type.
Generated from protobuf enum BYOL = 3;