Show / Hide Table of Contents

Class NetworkPeeringConnectionStatus

[Output Only] Describes the state of a peering connection, not just the local peering. This field provides information about the effective settings for the connection as a whole, including pending delete/update requests for CONSENSUS peerings.

Inheritance
object
NetworkPeeringConnectionStatus
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 NetworkPeeringConnectionStatus : IDirectResponseSchema

Properties

ConsensusState

The consensus state contains the information about the status of update and delete for a consensus peering connection.

Declaration
[JsonProperty("consensusState")]
public virtual NetworkPeeringConnectionStatusConsensusState ConsensusState { get; set; }
Property Value
Type Description
NetworkPeeringConnectionStatusConsensusState

ETag

The ETag of the item.

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

TrafficConfiguration

The active connectivity settings for the peering connection based on the settings of the network peerings.

Declaration
[JsonProperty("trafficConfiguration")]
public virtual NetworkPeeringConnectionStatusTrafficConfiguration TrafficConfiguration { get; set; }
Property Value
Type Description
NetworkPeeringConnectionStatusTrafficConfiguration

UpdateStrategy

The update strategy determines the update/delete semantics for this peering connection.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX