Class LicenseResourceCommitment
Commitment for a particular license resource.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class LicenseResourceCommitment : IDirectResponseSchema
Properties
Amount
The number of licenses purchased.
Declaration
[JsonProperty("amount")]
public virtual long? Amount { get; set; }
Property Value
Type | Description |
---|---|
long? |
CoresPerLicense
Specifies the core range of the instance for which this license applies.
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
Any applicable license URI.
Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
Type | Description |
---|---|
string |