Class PersistentDiskResourceCommitment
Commitment for a particular persistent disk resource.
Implements
Inherited Members
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 |