AppliedLicense(mapping=None, *, ignore_unknown_fields=False, **kwargs)
AppliedLicense holds the license data returned by adaptation module report.
Attributes |
|
---|---|
Name | Description |
type_ |
google.cloud.vmmigration_v1.types.AppliedLicense.Type
The license type that was used in OS adaptation. |
os_license |
str
The OS license returned from the adaptation module's report. |
Classes
Type
Type(value)
License types used in OS adaptation.
Values: TYPE_UNSPECIFIED (0): Unspecified license for the OS. NONE (1): No license available for the OS. PAYG (2): The license type is Pay As You Go license type. BYOL (3): The license type is Bring Your Own License type.