Class LicenseResourceCommitment
Commitment for a particular license resource.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class LicenseResourceCommitment : IDirectResponseSchema
Properties
Amount
The number of licenses you plan to purchase.
Declaration
[JsonProperty("amount")]
public virtual long? Amount { get; set; }
Property Value
Type | Description |
---|---|
long? |
CoresPerLicense
The number of cores per license.
Declaration
[JsonProperty("coresPerLicense")]
public virtual string CoresPerLicense { 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 |
License
The applicable license URI.
Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
Type | Description |
---|---|
string |