class Google::Apis::ComputeBeta::InstanceGroupManagerStatusVersionTarget

Attributes

is_reached[RW]
Output Only

A bit indicating whether version target has been reached in this

managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager. Corresponds to the JSON property `isReached` @return [Boolean]

is_reached?[RW]
Output Only

A bit indicating whether version target has been reached in this

managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager. Corresponds to the JSON property `isReached` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 13881
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 13886
def update!(**args)
  @is_reached = args[:is_reached] if args.key?(:is_reached)
end