RolloutWaveDetailsOrchestratedWaveDetails class
Details of the wave for products using the Orchestrated integration model.
Constructors
-
RolloutWaveDetailsOrchestratedWaveDetails({String? completedResourcesCount, String? estimatedCompletionTime, String? estimatedTotalResourcesCount, List<
String> ? failedLocations, String? failedResourcesCount, Map<String, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> ? locationStatus}) - RolloutWaveDetailsOrchestratedWaveDetails.fromJson(Map json_)
Properties
- completedResourcesCount ↔ String?
-
Resource completed so far.
getter/setter pair
- estimatedCompletionTime ↔ String?
-
Estimated timestamp at which the wave will complete.
getter/setter pair
- estimatedTotalResourcesCount ↔ String?
-
Estimated total count of resources.
getter/setter pair
-
failedLocations
↔ List<
String> ? -
Locations that failed during orchestration, and ProgressiveRollout
stopped retrying.
getter/setter pair
- failedResourcesCount ↔ String?
-
Resources failed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
locationStatus
↔ Map<
String, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> ? -
Status of each location in the wave.
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