Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState (v3.0.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#delete_status

def delete_status() -> ::String
Returns
  • (::String) — The status of the delete request. Check the DeleteStatus enum for the list of possible values.

#delete_status=

def delete_status=(value) -> ::String
Parameter
  • value (::String) — The status of the delete request. Check the DeleteStatus enum for the list of possible values.
Returns
  • (::String) — The status of the delete request. Check the DeleteStatus enum for the list of possible values.

#update_status

def update_status() -> ::String
Returns
  • (::String) — The status of the update request. Check the UpdateStatus enum for the list of possible values.

#update_status=

def update_status=(value) -> ::String
Parameter
  • value (::String) — The status of the update request. Check the UpdateStatus enum for the list of possible values.
Returns
  • (::String) — The status of the update request. Check the UpdateStatus enum for the list of possible values.