Class OperatingSystemPricingPreferencesOperatingSystemPricing
Pricing options of an OS image.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class OperatingSystemPricingPreferencesOperatingSystemPricing : IDirectResponseSchema
Properties
CommitmentPlan
Optional. The plan of commitments for committed use discounts (CUD).
Declaration
[JsonProperty("commitmentPlan")]
public virtual string CommitmentPlan { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LicenseType
Optional. License type for premium images (RHEL, RHEL for SAP, SLES, SLES for SAP, Windows Server).
Declaration
[JsonProperty("licenseType")]
public virtual string LicenseType { get; set; }
Property Value
Type | Description |
---|---|
string |