Reference documentation and code samples for the Compute V1 Client class ReservationSubBlocksReportFaultyRequestFaultReason.
The reason for the fault experienced with the subBlock.
Generated from protobuf message google.cloud.compute.v1.ReservationSubBlocksReportFaultyRequestFaultReason
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ behavior |
string
The behavior of the fault experienced with the subBlock. Check the Behavior enum for the list of possible values. |
↳ description |
string
The description of the fault experienced with the subBlock. |
getBehavior
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasBehavior
clearBehavior
setBehavior
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
The description of the fault experienced with the subBlock.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasDescription
clearDescription
setDescription
The description of the fault experienced with the subBlock.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|