Show / Hide Table of Contents

Class LicenseResourceCommitment

Commitment for a particular license resource.

Inheritance
System.Object
LicenseResourceCommitment
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.Nullable<System.Int64>

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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

License

Any applicable license URI.

Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top