RolloutRolloutEntityOrchestratedEntity(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)This message is used if the resource type follows the Orchestrated integration model with ProgressiveRollout.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
conflict_behavior |
str
Required. Specifies the behavior of the Rollout if an out of band update is detected in a project during a Rollout. It can be one of the following values: 1) overwrite : Overwrite the local value with the rollout value. 2) no_overwrite : Do not overwrite the local value with the rollout value. This field is a member of oneof_ _conflict_behavior.
|
orchestration_action |
str
Required. Orchestration action during the Rollout. It can be one of the following values: 1) "update": Resources will be updated by the rollout. 2) "delete": Resources will be deleted by the rollout. This field is a member of oneof_ _orchestration_action.
|
orchestration_source |
str
Required. Fully qualified resource name of the resource which contains the source of truth of the configuration being rolled out across locations/projects. For example, in the case of a global Rollout which is applied across regions, this contains the name of the global resource created by the user which contains a payload for a resource that is orchestrated across regions. This follows the following format: //.googleapis.com/projects//locations/global// e.g. //osconfig.googleapis.com/projects/1/locations/global/policyOrchestrators/po1 This field is a member of oneof_ _orchestration_source.
|