Module: Google::Cloud::VMMigration::V1::ComputeEngineLicenseType

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Types of licenses used in OS adaptation.

Constant Summary collapse

COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT =

The license type is the default for the OS.

0
COMPUTE_ENGINE_LICENSE_TYPE_PAYG =

The license type is Pay As You Go license type.

1
COMPUTE_ENGINE_LICENSE_TYPE_BYOL =

The license type is Bring Your Own License type.

2