Google Cloud Vm Migration V1 Client - Class ComputeEngineLicenseType (0.6.3)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ComputeEngineLicenseType.

Types of licenses used in OS adaptation.

Protobuf type google.cloud.vmmigration.v1.ComputeEngineLicenseType

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT

Value: 0

The license type is the default for the OS.

Generated from protobuf enum COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT = 0;

COMPUTE_ENGINE_LICENSE_TYPE_PAYG

Value: 1

The license type is Pay As You Go license type.

Generated from protobuf enum COMPUTE_ENGINE_LICENSE_TYPE_PAYG = 1;

COMPUTE_ENGINE_LICENSE_TYPE_BYOL

Value: 2

The license type is Bring Your Own License type.

Generated from protobuf enum COMPUTE_ENGINE_LICENSE_TYPE_BYOL = 2;