Class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#error ⇒ Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails::Error
Output only.
-
#timestamp ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
constructor
A new instance of InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
Returns a new instance of InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.
27659 27660 27661 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27659 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails::Error
Output only. [Output Only] Encountered errors.
Corresponds to the JSON property error
27649 27650 27651 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27649 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
27657 27658 27659 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27657 def @timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27664 27665 27666 27667 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 27664 def update!(**args) @error = args[:error] if args.key?(:error) @timestamp = args[:timestamp] if args.key?(:timestamp) end |