InstanceGroupManagerStatus class
Constructors
- InstanceGroupManagerStatus({InstanceGroupManagerStatusAllInstancesConfig? allInstancesConfig, String? autoscaler, bool? isStable, InstanceGroupManagerStatusStateful? stateful, InstanceGroupManagerStatusVersionTarget? versionTarget})
- InstanceGroupManagerStatus.fromJson(Map json_)
Properties
- allInstancesConfig ↔ InstanceGroupManagerStatusAllInstancesConfig?
-
Status of all-instances configuration on the group.
getter/setter pair
- autoscaler ↔ String?
-
The URL of the Autoscaler that targets this instance group manager.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isStable ↔ bool?
-
A bit indicating whether the managed instance group is in a stable state.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateful ↔ InstanceGroupManagerStatusStateful?
-
Stateful status of the given Instance Group Manager.
getter/setter pair
- versionTarget ↔ InstanceGroupManagerStatusVersionTarget?
-
A status of consistency of Instances' versions with their target version
specified by version field on Instance Group Manager.
getter/setter pair
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