Reference documentation and code samples for the Compute V1 Client class NetworkPeeringConnectionStatusConsensusState.
The status of update/delete for a consensus peering connection. Only set when connection_status.update_strategy is CONSENSUS or a network peering is proposing to update the strategy to CONSENSUS.
Generated from protobuf message google.cloud.compute.v1.NetworkPeeringConnectionStatusConsensusState
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ delete_status |
string
The status of the delete request. Check the DeleteStatus enum for the list of possible values. |
↳ update_status |
string
The status of the update request. Check the UpdateStatus enum for the list of possible values. |
getDeleteStatus
The status of the delete request.
Check the DeleteStatus enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasDeleteStatus
clearDeleteStatus
setDeleteStatus
The status of the delete request.
Check the DeleteStatus enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateStatus
The status of the update request.
Check the UpdateStatus enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasUpdateStatus
clearUpdateStatus
setUpdateStatus
The status of the update request.
Check the UpdateStatus enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |