Compute Engine v1 API - Class NetworkPeeringConnectionStatusConsensusState (3.13.0)

public sealed class NetworkPeeringConnectionStatusConsensusState : IMessage<NetworkPeeringConnectionStatusConsensusState>, IEquatable<NetworkPeeringConnectionStatusConsensusState>, IDeepCloneable<NetworkPeeringConnectionStatusConsensusState>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class 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.

Inheritance

object > NetworkPeeringConnectionStatusConsensusState

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworkPeeringConnectionStatusConsensusState()

public NetworkPeeringConnectionStatusConsensusState()

NetworkPeeringConnectionStatusConsensusState(NetworkPeeringConnectionStatusConsensusState)

public NetworkPeeringConnectionStatusConsensusState(NetworkPeeringConnectionStatusConsensusState other)
Parameter
Name Description
other NetworkPeeringConnectionStatusConsensusState

Properties

DeleteStatus

public string DeleteStatus { get; set; }

The status of the delete request. Check the DeleteStatus enum for the list of possible values.

Property Value
Type Description
string

HasDeleteStatus

public bool HasDeleteStatus { get; }

Gets whether the "delete_status" field is set

Property Value
Type Description
bool

HasUpdateStatus

public bool HasUpdateStatus { get; }

Gets whether the "update_status" field is set

Property Value
Type Description
bool

UpdateStatus

public string UpdateStatus { get; set; }

The status of the update request. Check the UpdateStatus enum for the list of possible values.

Property Value
Type Description
string