Compute Engine v1 API - Enum NetworkPeeringConnectionStatus.Types.UpdateStrategy (3.13.0)

public enum NetworkPeeringConnectionStatus.Types.UpdateStrategy

Reference documentation and code samples for the Compute Engine v1 API enum NetworkPeeringConnectionStatus.Types.UpdateStrategy.

The update strategy determines the update/delete semantics for this peering connection.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
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.

UndefinedUpdateStrategy

A value indicating that the enum field is not set.

Unspecified

Peerings with update strategy UNSPECIFIED are created with update strategy INDEPENDENT.