public sealed class NetworkPeeringConnectionStatus : IMessage<NetworkPeeringConnectionStatus>, IEquatable<NetworkPeeringConnectionStatus>, IDeepCloneable<NetworkPeeringConnectionStatus>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API 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
IMessageNetworkPeeringConnectionStatus, IEquatableNetworkPeeringConnectionStatus, IDeepCloneableNetworkPeeringConnectionStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkPeeringConnectionStatus()
public NetworkPeeringConnectionStatus()NetworkPeeringConnectionStatus(NetworkPeeringConnectionStatus)
public NetworkPeeringConnectionStatus(NetworkPeeringConnectionStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkPeeringConnectionStatus |
Properties
ConsensusState
public NetworkPeeringConnectionStatusConsensusState ConsensusState { get; set; }The consensus state contains information about the status of update and delete for a consensus peering connection.
| Property Value | |
|---|---|
| Type | Description |
NetworkPeeringConnectionStatusConsensusState |
|
HasUpdateStrategy
public bool HasUpdateStrategy { get; }Gets whether the "update_strategy" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
TrafficConfiguration
public NetworkPeeringConnectionStatusTrafficConfiguration TrafficConfiguration { get; set; }The active connectivity settings for the peering connection based on the settings of the network peerings.
| Property Value | |
|---|---|
| Type | Description |
NetworkPeeringConnectionStatusTrafficConfiguration |
|
UpdateStrategy
public string UpdateStrategy { get; set; }The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|