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 |
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? |