Class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

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) ⇒ InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

Returns a new instance of InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.



19552
19553
19554
# File 'lib/google/apis/compute_alpha/classes.rb', line 19552

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

Instance Attribute Details

#errorGoogle::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error

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



19544
19545
19546
# File 'lib/google/apis/compute_alpha/classes.rb', line 19544

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)


19550
19551
19552
# File 'lib/google/apis/compute_alpha/classes.rb', line 19550

def timestamp
  @timestamp
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19557
19558
19559
19560
# File 'lib/google/apis/compute_alpha/classes.rb', line 19557

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