public enum NetworkPeering.Types.UpdateStrategy
Reference documentation and code samples for the Compute Engine v1 API enum NetworkPeering.Types.UpdateStrategy.
The update strategy determines the semantics for updates and deletes to the peering connection configuration.
Namespace
Google.Cloud.Compute.V1Assembly
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. |