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

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;