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-03-31 UTC."],[[["This webpage provides reference documentation for the `CommitmentResourceStatus` class within the Compute Engine v1 API."],["The `CommitmentResourceStatus` class is a part of the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly, with the latest version being 3.6.0 and various previous versions ranging back to 1.0.0 that are listed for access."],["This class is output only, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable` and inherits from the base object class."],["The `CommitmentResourceStatus` class has properties including `CustomTermEligibilityEndTimestamp`, which contains the end time of custom term eligibility in RFC3339 format, and `HasCustomTermEligibilityEndTimestamp` which indicates whether the custom term eligibility field has been set."],["The provided documentation contains the constructors for `CommitmentResourceStatus` that allows for an empty constructor or an existing `CommitmentResourceStatus` instance to be used."]]],[]]