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 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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX