- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class FutureResourcesRecommendation : IMessage<FutureResourcesRecommendation>, IEquatable<FutureResourcesRecommendation>, IDeepCloneable<FutureResourcesRecommendation>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class FutureResourcesRecommendation.
Recommendation for single resources specification, to be created in the future.
Implements
IMessageFutureResourcesRecommendation, IEquatableFutureResourcesRecommendation, IDeepCloneableFutureResourcesRecommendation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FutureResourcesRecommendation()
public FutureResourcesRecommendation()FutureResourcesRecommendation(FutureResourcesRecommendation)
public FutureResourcesRecommendation(FutureResourcesRecommendation other)| Parameter | |
|---|---|
| Name | Description |
other |
FutureResourcesRecommendation |
Properties
EndTime
public string EndTime { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|
HasEndTime
public bool HasEndTime { get; }Gets whether the "end_time" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasLocation
public bool HasLocation { get; }Gets whether the "location" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasRecommendationId
public bool HasRecommendationId { get; }Gets whether the "recommendation_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasRecommendationType
public bool HasRecommendationType { get; }Gets whether the "recommendation_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStartTime
public bool HasStartTime { get; }Gets whether the "start_time" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Location
public string Location { get; set; }The advised location for resource usage. When a zone, in format 'zones/'. If not set, it means that no location is recommended - see other_locations for details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OtherLocations
public MapField<string, FutureResourcesRecommendationOtherLocation> OtherLocations { get; }List of locations in the request scope that were not recommended. Keys of the map are zones, in format 'zones/'. The values are status information indicating the recommendation status.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringFutureResourcesRecommendationOtherLocation |
|
RecommendationId
public string RecommendationId { get; set; }Unique id of the recommendation, a UUID string generated by the API.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RecommendationType
public string RecommendationType { get; set; }Type of recommendation. Currently only FUTURE_RESERVATION is supported. Check the RecommendationType enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public string StartTime { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|