$InstanceGroupManagersApplyUpdatesRequest class
Used by:
- compute:v1 : InstanceGroupManagersApplyUpdatesRequest
- compute:v1 : RegionInstanceGroupManagersApplyUpdatesRequest
Constructors
-
$InstanceGroupManagersApplyUpdatesRequest({bool? allInstances, List<
String> ? instances, String? minimalAction, String? mostDisruptiveAllowedAction}) - $InstanceGroupManagersApplyUpdatesRequest.fromJson(Map json_)
Properties
- allInstances ↔ bool?
-
Flag to update all instances instead of specified list of “instances”.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instances
↔ List<
String> ? -
The list of URLs of one or more instances for which you want to apply
updates.
getter/setter pair
- minimalAction ↔ String?
-
The minimal action that you want to perform on each instance during the
update: - REPLACE: At minimum, delete the instance and create it again.
getter/setter pair
- mostDisruptiveAllowedAction ↔ String?
-
The most disruptive action that you want to perform on each instance
during the update: - REPLACE: Delete the instance and create it again.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited