Google Cloud Migration Center V1 Client - Class LicenseType (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class LicenseType.

The License type for premium images (RHEL, RHEL for SAP, SLES, SLES for SAP, Windows Server).

Protobuf type google.cloud.migrationcenter.v1.LicenseType

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LICENSE_TYPE_UNSPECIFIED

Value: 0

Unspecified (default value).

Generated from protobuf enum LICENSE_TYPE_UNSPECIFIED = 0;

LICENSE_TYPE_DEFAULT

Value: 1

Default Google Cloud licensing plan. Licensing is charged per usage.

This a good value to start with.

Generated from protobuf enum LICENSE_TYPE_DEFAULT = 1;

LICENSE_TYPE_BRING_YOUR_OWN_LICENSE

Value: 2

Bring-your-own-license (BYOL) plan. User provides the OS license.

Generated from protobuf enum LICENSE_TYPE_BRING_YOUR_OWN_LICENSE = 2;