Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::NetworkPeeringConnectionStatus::UpdateStrategy (v3.5.0)
Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::NetworkPeeringConnectionStatus::UpdateStrategy.
The update strategy determines the update/delete semantics for this
peering connection.
Constants
UNDEFINED_UPDATE_STRATEGY
value: 0 A value indicating that the enum field is not set.
CONSENSUS
value: 203_373_655 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
value: 127_011_674 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
value: 526_786_327 Peerings with update strategy UNSPECIFIED are created with
update strategy INDEPENDENT.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]