class Google::Apis::ComputeV1::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_v1/classes.rb, line 13925 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_v1/classes.rb, line 13930 def update!(**args) @is_reached = args[:is_reached] if args.key?(:is_reached) end