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.
Implements
Inherited Members
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 |