Module: Google::Cloud::Compute::V1::NetworkPeeringConnectionStatus::UpdateStrategy
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The update strategy determines the update/delete semantics for this peering connection.
Constant Summary collapse
- UNDEFINED_UPDATE_STRATEGY =
A value indicating that the enum field is not set.
0
- 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.
203_373_655
- 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.
127_011_674
- UNSPECIFIED =
Peerings with update strategy UNSPECIFIED are created with update strategy INDEPENDENT.
526_786_327