Show / Hide Table of Contents

Class PersistentDiskResourceCommitment

Commitment for a particular persistent disk resource.

Inheritance
object
PersistentDiskResourceCommitment
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 PersistentDiskResourceCommitment : IDirectResponseSchema

Properties

Amount

Required. The amount of the resource to commit to, in GiB.

Declaration
[JsonProperty("amount")]
public virtual long? Amount { get; set; }
Property Value
Type Description
long?

DimensionType

The specific dimension of the product for this amount.

Declaration
[JsonProperty("dimensionType")]
public virtual string DimensionType { 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

ProductType

The PD product being committed to. All entries in a Commitment.persistent_disk_resources list must have the same product_type.

Declaration
[JsonProperty("productType")]
public virtual string ProductType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX