Class: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck

Returns a new instance of MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck.



42003
42004
42005
# File 'lib/google/apis/compute_alpha/classes.rb', line 42003

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

Instance Attribute Details

#errorGoogle::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error

Output only. [Output Only] Encountered errors on the last state check. Corresponds to the JSON property error



41993
41994
41995
# File 'lib/google/apis/compute_alpha/classes.rb', line 41993

def error
  @error
end

#timestampString

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

Returns:

  • (String)


42001
42002
42003
# File 'lib/google/apis/compute_alpha/classes.rb', line 42001

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42008
42009
42010
42011
# File 'lib/google/apis/compute_alpha/classes.rb', line 42008

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