Class NetworkPeeringConnectionStatus (0.1.0)

NetworkPeeringConnectionStatus(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

[Output Only] Describes the state of a peering connection, not just the local peering. This field provides information about the effective settings for the connection as a whole, including pending delete/update requests for CONSENSUS peerings.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
consensus_state google.cloud.compute_v1beta.types.NetworkPeeringConnectionStatusConsensusState
The consensus state contains information about the status of update and delete for a consensus peering connection. This field is a member of oneof_ _consensus_state.
traffic_configuration google.cloud.compute_v1beta.types.NetworkPeeringConnectionStatusTrafficConfiguration
The active connectivity settings for the peering connection based on the settings of the network peerings. This field is a member of oneof_ _traffic_configuration.
update_strategy str
The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values. This field is a member of oneof_ _update_strategy.

Classes

UpdateStrategy

UpdateStrategy(value)

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