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."],[[["This webpage provides reference documentation for the `CommitmentResourceStatus` class within the Compute Engine v1 API for .NET, specifically detailing versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `CommitmentResourceStatus` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use within various contexts."],["The class contains output-only fields and includes a constructor, which is designed to create new instances of `CommitmentResourceStatus` or copy existing instances."],["The `CustomTermEligibilityEndTimestamp` property is a key element, providing a string-formatted timestamp (RFC3339) that marks the end of customer eligibility for custom term requests."],["The `HasCustomTermEligibilityEndTimestamp` property serves to verify whether the `custom_term_eligibility_end_timestamp` field has been assigned a value."]]],[]]