Class: Google::Cloud::Compute::V1::CommitmentResourceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CommitmentResourceStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] Contains output only fields.
Instance Attribute Summary collapse
-
#custom_term_eligibility_end_timestamp ⇒ ::String
Output only.
Instance Attribute Details
#custom_term_eligibility_end_timestamp ⇒ ::String
Returns Output only. [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.
14170 14171 14172 14173 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14170 class CommitmentResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |