public sealed class FutureResourcesRecommendationOtherLocation : IMessage<FutureResourcesRecommendationOtherLocation>, IEquatable<FutureResourcesRecommendationOtherLocation>, IDeepCloneable<FutureResourcesRecommendationOtherLocation>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class FutureResourcesRecommendationOtherLocation.
Information about recommendation status for locations that were allowed but not used by the response.
Implements
IMessageFutureResourcesRecommendationOtherLocation, IEquatableFutureResourcesRecommendationOtherLocation, IDeepCloneableFutureResourcesRecommendationOtherLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FutureResourcesRecommendationOtherLocation()
public FutureResourcesRecommendationOtherLocation()FutureResourcesRecommendationOtherLocation(FutureResourcesRecommendationOtherLocation)
public FutureResourcesRecommendationOtherLocation(FutureResourcesRecommendationOtherLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
FutureResourcesRecommendationOtherLocation |
Properties
Details
public string Details { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasDetails
public bool HasDetails { get; }Gets whether the "details" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Status
public string Status { get; set; }Status of recommendation in this location. Check the Status enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|