Class: Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
- 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
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#error ⇒ Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error
Output only.
-
#timestamp ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
constructor
A new instance of MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
Returns a new instance of MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck.
38002 38003 38004 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38002 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error
Output only. [Output Only] Encountered errors on the last state check.
Corresponds to the JSON property error
37992 37993 37994 |
# File 'lib/google/apis/compute_beta/classes.rb', line 37992 def error @error end |
#timestamp ⇒ String
Output only. [Output Only] Timestamp is shown only if there is an error. The
field
has // RFC3339 //
text format.
Corresponds to the JSON property timestamp
38000 38001 38002 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38000 def @timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38007 38008 38009 38010 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38007 def update!(**args) @error = args[:error] if args.key?(:error) @timestamp = args[:timestamp] if args.key?(:timestamp) end |