Show / Hide Table of Contents

Class CommitmentResourceStatusCancellationInformation

Inheritance
object
CommitmentResourceStatusCancellationInformation
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX