UpdateStrategy(value)
The update strategy determines the semantics for updates and deletes to the peering connection configuration.
Enums |
|
---|---|
Name | Description |
UNDEFINED_UPDATE_STRATEGY |
A value indicating that the enum field is not set. |
CONSENSUS |
Updates are reflected in the local peering but aren't applied to the peering connection until a complementary change is made to the matching peering. To delete a peering with the consensus update strategy, both the peerings must request the deletion of the peering before the peering can be deleted. |
INDEPENDENT |
In this mode, changes to the peering configuration can be unilaterally altered by changing either side of the peering. This is the default value if the field is unspecified. |
UNSPECIFIED |
Peerings with update strategy UNSPECIFIED are created with update strategy INDEPENDENT. |