public sealed class CommitmentResourceStatus : IMessage<CommitmentResourceStatus>, IEquatable<CommitmentResourceStatus>, IDeepCloneable<CommitmentResourceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class CommitmentResourceStatus.
public string CustomTermEligibilityEndTimestamp { get; set; }
[Output Only] Indicates the end time of customer's eligibility to send custom term requests in RFC3339 text format. Term extension requests that (not the end time in the request) after this time will be rejected.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The documentation covers the `CommitmentResourceStatus` class within the Google Cloud Compute Engine v1 API, detailing its properties, constructors, and implemented interfaces."],["Version 3.6.0 is the latest documented version, with versions ranging back to 1.0.0 all containing the `CommitmentResourceStatus` documentation, available for browsing."],["The `CommitmentResourceStatus` class has two constructors: a default constructor and one that allows creating an instance from another `CommitmentResourceStatus` object."],["The `CustomTermEligibilityEndTimestamp` property, which is output only, indicates the deadline for sending custom term requests, and there's a boolean property to check if it is set."],["The `CommitmentResourceStatus` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members like `GetHashCode`, `GetType`, and `ToString` from the `object` class."]]],[]]