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 webpage provides documentation for the `CommitmentResourceStatus` class within the Google Compute Engine v1 API."],["This class is used to represent the status of a commitment resource, and it is specifically designed to hold output-only information."],["The class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly."],["The webpage offers a list of versions, from 1.0.0 to the latest 3.6.0, for `CommitmentResourceStatus` for referencing different documentation versions."],["Key properties of the class include `CustomTermEligibilityEndTimestamp`, representing when custom term requests expire, and `HasCustomTermEligibilityEndTimestamp` to verify if the timestamp has been set."]]],[]]