Class NetworkPeeringConnectionStatusConsensusState (0.1.0)

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

The status of update/delete for a consensus peering connection. Only set when connection_status.update_strategy is CONSENSUS or a network peering is proposing to update the strategy to CONSENSUS.

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

Attributes

Name Description
delete_status str
The status of the delete request. Check the DeleteStatus enum for the list of possible values. This field is a member of oneof_ _delete_status.
update_status str
The status of the update request. Check the UpdateStatus enum for the list of possible values. This field is a member of oneof_ _update_status.

Classes

DeleteStatus

DeleteStatus(value)

The status of the delete request.

UpdateStatus

UpdateStatus(value)

The status of the update request.