Show / Hide Table of Contents

Class NetworkPeeringConnectionStatusConsensusState

The status of update/delete for a consensus peering connection. Only set when connection_status.update_strategy isCONSENSUS or a network peering is proposing to update the strategy 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.v1.Data
Assembly: Google.Apis.Compute.v1.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