Class CommitmentResourceStatusCancellationInformation
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CommitmentResourceStatusCancellationInformation : IDirectResponseSchema
Properties
CanceledCommitment
[Output Only] An optional amount of CUDs canceled so far in the last 365 days.
Declaration
[JsonProperty("canceledCommitment")]
public virtual Money CanceledCommitment { get; set; }
Property Value
Type | Description |
---|---|
Money |
CanceledCommitmentLastUpdatedTimestamp
[Output Only] An optional last update time of canceled_commitment. RFC3339 text format.
Declaration
[JsonProperty("canceledCommitmentLastUpdatedTimestamp")]
public virtual string CanceledCommitmentLastUpdatedTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
CancellationCap
[Output Only] An optional,the cancellation cap for how much commitments can be canceled in a rolling 365 per billing account.
Declaration
[JsonProperty("cancellationCap")]
public virtual Money CancellationCap { get; set; }
Property Value
Type | Description |
---|---|
Money |
CancellationFee
[Output Only] An optional, cancellation fee.
Declaration
[JsonProperty("cancellationFee")]
public virtual Money CancellationFee { get; set; }
Property Value
Type | Description |
---|---|
Money |
CancellationFeeExpirationTimestamp
[Output Only] An optional, cancellation fee expiration time. RFC3339 text format.
Declaration
[JsonProperty("cancellationFeeExpirationTimestamp")]
public virtual string CancellationFeeExpirationTimestamp { 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 |