RolloutWaveDetailsOrchestratedWaveDetails(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Details of the wave for products using the Orchestrated integration model.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
completed_resources_count |
int
Output only. Resource completed so far. This field is a member of oneof_ _completed_resources_count.
|
estimated_total_resources_count |
int
Output only. Estimated total count of resources. This field is a member of oneof_ _estimated_total_resources_count.
|
failed_locations |
MutableSequence[str]
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. |
failed_resources_count |
int
Output only. Resources failed. This field is a member of oneof_ _failed_resources_count.
|
location_status |
MutableMapping[str, google.cloud.compute_v1beta.types.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus]
Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a". |
Classes
LocationStatusEntry
LocationStatusEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |