Show / Hide Table of Contents

Class NetworkPeeringConnectionStatusConsensusState

Surfaces relevant state for a consensus peering connection update/delete semantics. Only set when connection_status.update_strategy is CONSENSUS or one network peering is proposing upgrading to CONSENSUS.

Inheritance
object
NetworkPeeringConnectionStatusConsensusState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class NetworkPeeringConnectionStatusConsensusState : IDirectResponseSchema

Properties

DeleteStatus

The status of the delete request.

Declaration
[JsonProperty("deleteStatus")]
public virtual string DeleteStatus { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UpdateStatus

The status of the update request.

Declaration
[JsonProperty("updateStatus")]
public virtual string UpdateStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX