Class: Google::Apis::ComputeBeta::CommitmentResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::CommitmentResourceStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
[Output Only] Contains output only fields.
Instance Attribute Summary collapse
-
#custom_term_eligibility_end_timestamp ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CommitmentResourceStatus
constructor
A new instance of CommitmentResourceStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CommitmentResourceStatus
Returns a new instance of CommitmentResourceStatus.
8442 8443 8444 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8442 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_term_eligibility_end_timestamp ⇒ String
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.
Corresponds to the JSON property customTermEligibilityEndTimestamp
8440 8441 8442 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8440 def @custom_term_eligibility_end_timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8447 8448 8449 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8447 def update!(**args) @custom_term_eligibility_end_timestamp = args[:custom_term_eligibility_end_timestamp] if args.key?(:custom_term_eligibility_end_timestamp) end |