Show / Hide Table of Contents

Class LicenseResourceCommitment

Commitment for a particular license resource.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX