Class: Google::Apis::ComputeV1::CommitmentResourceStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Overview

[Output Only] Contains output only fields.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CommitmentResourceStatus

Returns a new instance of CommitmentResourceStatus.



5934
5935
5936
# File 'lib/google/apis/compute_v1/classes.rb', line 5934

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#custom_term_eligibility_end_timestampString

[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

Returns:

  • (String)


5932
5933
5934
# File 'lib/google/apis/compute_v1/classes.rb', line 5932

def custom_term_eligibility_end_timestamp
  @custom_term_eligibility_end_timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5939
5940
5941
# File 'lib/google/apis/compute_v1/classes.rb', line 5939

def update!(**args)
  @custom_term_eligibility_end_timestamp = args[:custom_term_eligibility_end_timestamp] if args.key?(:custom_term_eligibility_end_timestamp)
end