$InstanceGroupManagersApplyUpdatesRequest class Null safety
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”.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
instances
↔ List<
String> ? -
The list of URLs of one or more instances for which you want to apply
updates.
read / write
- 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.
read / write
- 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.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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