Reference documentation and code samples for the Compute V1 Client class FutureResourcesRecommendationOtherLocation.
Information about recommendation status for locations that were allowed but not used by the response.
Generated from protobuf message google.cloud.compute.v1.FutureResourcesRecommendationOtherLocation
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ details |
string
Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions. |
↳ status |
string
Status of recommendation in this location. Check the Status enum for the list of possible values. |
getDetails
Details (human readable) describing the situation.
For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasDetails
clearDetails
setDetails
Details (human readable) describing the situation.
For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
Status of recommendation in this location.
Check the Status enum for the list of possible values.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasStatus
clearStatus
setStatus
Status of recommendation in this location.
Check the Status enum for the list of possible values.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|