Reference documentation and code samples for the Compute V1 Client class UpdateStrategy.
The update strategy determines the update/delete semantics for this peering connection.
Protobuf type google.cloud.compute.v1.NetworkPeeringConnectionStatus.UpdateStrategy
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkPeeringConnectionStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_UPDATE_STRATEGY
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_UPDATE_STRATEGY = 0;
CONSENSUS
Value: 203373655
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.
Generated from protobuf enum CONSENSUS = 203373655;
INDEPENDENT
Value: 127011674
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.
Generated from protobuf enum INDEPENDENT = 127011674;
UNSPECIFIED
Value: 526786327
Peerings with update strategy UNSPECIFIED are created with update strategy INDEPENDENT.
Generated from protobuf enum UNSPECIFIED = 526786327;