Class RolloutWaveDetailsOrchestratedWaveDetails
Details of the wave for products using the Orchestrated integration model.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RolloutWaveDetailsOrchestratedWaveDetails : IDirectResponseSchema
Properties
CompletedResourcesCount
Output only. Resource completed so far.
Declaration
[JsonProperty("completedResourcesCount")]
public virtual long? CompletedResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EstimatedCompletionTime
Output only. Estimated timestamp at which the wave will complete. Extrapolated from current progress.
Declaration
[JsonProperty("estimatedCompletionTime")]
public virtual string EstimatedCompletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EstimatedTotalResourcesCount
Output only. Estimated total count of resources.
Declaration
[JsonProperty("estimatedTotalResourcesCount")]
public virtual long? EstimatedTotalResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
FailedLocations
Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
Declaration
[JsonProperty("failedLocations")]
public virtual IList<string> FailedLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
FailedResourcesCount
Output only. Resources failed.
Declaration
[JsonProperty("failedResourcesCount")]
public virtual long? FailedResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
LocationStatus
Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
Declaration
[JsonProperty("locationStatus")]
public virtual IDictionary<string, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> LocationStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> |