BlueGreenInfo class
Information relevant to blue-green upgrade.
Constructors
-
BlueGreenInfo({List<
String> ? blueInstanceGroupUrls, String? bluePoolDeletionStartTime, List<String> ? greenInstanceGroupUrls, String? greenPoolVersion, String? phase}) - BlueGreenInfo.fromJson(Map json_)
Properties
-
blueInstanceGroupUrls
↔ List<
String> ? -
The resource URLs of the [managed instance groups]
(/compute/docs/instance-groups/creating-groups-of-managed-instances)
associated with blue pool.
getter/setter pair
- bluePoolDeletionStartTime ↔ String?
-
Time to start deleting blue pool to complete blue-green upgrade, in
RFC3339 text format.
getter/setter pair
-
greenInstanceGroupUrls
↔ List<
String> ? -
The resource URLs of the [managed instance groups]
(/compute/docs/instance-groups/creating-groups-of-managed-instances)
associated with green pool.
getter/setter pair
- greenPoolVersion ↔ String?
-
Version of green pool.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- phase ↔ String?
-
Current blue-green upgrade phase.
Possible string values are:
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