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