Class: Google::Apis::ComputeBeta::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

Returns a new instance of InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.



24149
24150
24151
# File 'lib/google/apis/compute_beta/classes.rb', line 24149

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

Instance Attribute Details

#errorGoogle::Apis::ComputeBeta::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error

Output only. [Output Only] Errors encountered during bulk instance operation. Corresponds to the JSON property error



24140
24141
24142
# File 'lib/google/apis/compute_beta/classes.rb', line 24140

def error
  @error
end

#timestampString

Output only. [Output Only] Timestamp of the last progress check of bulk instance operation. Timestamp is in RFC3339 text format. Corresponds to the JSON property timestamp

Returns:

  • (String)


24147
24148
24149
# File 'lib/google/apis/compute_beta/classes.rb', line 24147

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24154
24155
24156
24157
# File 'lib/google/apis/compute_beta/classes.rb', line 24154

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