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