Class: Google::Apis::ComputeV1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

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

Defined Under Namespace

Classes: Error

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

Returns a new instance of InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.



24285
24286
24287
# File 'lib/google/apis/compute_v1/classes.rb', line 24285

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

Instance Attribute Details

#errorGoogle::Apis::ComputeV1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error

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



24277
24278
24279
# File 'lib/google/apis/compute_v1/classes.rb', line 24277

def error
  @error
end

#timestampString

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)


24283
24284
24285
# File 'lib/google/apis/compute_v1/classes.rb', line 24283

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24290
24291
24292
24293
# File 'lib/google/apis/compute_v1/classes.rb', line 24290

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