Google Cloud Vm Migration V1 Client - Class Type (0.5.2)

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 \ AppliedLicense

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified license for the OS.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

NONE

Value: 1

No license available for the OS.

Generated from protobuf enum NONE = 1;

PAYG

Value: 2

The license type is Pay As You Go license type.

Generated from protobuf enum PAYG = 2;

BYOL

Value: 3

The license type is Bring Your Own License type.

Generated from protobuf enum BYOL = 3;