updateStrategy property

String? updateStrategy
getter/setter pair

The update strategy determines the semantics for updates and deletes to the peering connection configuration. Possible string values are:

  • "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.
  • "UNSPECIFIED" : Peerings with update strategy UNSPECIFIED are created with update strategy INDEPENDENT.

Implementation

core.String? updateStrategy;