Enum FutureResourcesRecommendationOtherLocation.Status (1.91.0)

public enum FutureResourcesRecommendationOtherLocation.Status extends Enum<FutureResourcesRecommendationOtherLocation.Status> implements ProtocolMessageEnum

Status of recommendation in this location.

Protobuf enum google.cloud.compute.v1.FutureResourcesRecommendationOtherLocation.Status

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONDITIONS_NOT_MET

The requested resources are offered in this location but the requested time window is does not meet the required conditions.

CONDITIONS_NOT_MET = 363628457;

CONDITIONS_NOT_MET_VALUE

The requested resources are offered in this location but the requested time window is does not meet the required conditions.

CONDITIONS_NOT_MET = 363628457;

NOT_SUPPORTED

The requested resources are not offered in this location. Retrying the request will not change this status.

NOT_SUPPORTED = 317950466;

NOT_SUPPORTED_VALUE

The requested resources are not offered in this location. Retrying the request will not change this status.

NOT_SUPPORTED = 317950466;

NO_CAPACITY

The requested resources are offered in this location and the requested time window is accepted but there is no capacity within the requested time window.

NO_CAPACITY = 274240888;

NO_CAPACITY_VALUE

The requested resources are offered in this location and the requested time window is accepted but there is no capacity within the requested time window.

NO_CAPACITY = 274240888;

OTHER_LOCATION_STATUS_UNDEFINED

Default value, unused.

OTHER_LOCATION_STATUS_UNDEFINED = 222662622;

OTHER_LOCATION_STATUS_UNDEFINED_VALUE

Default value, unused.

OTHER_LOCATION_STATUS_UNDEFINED = 222662622;

The requested resources are offered in this location and it is possible to request them. However, another location was better and was recommended.

RECOMMENDED = 369652283;

The requested resources are offered in this location and it is possible to request them. However, another location was better and was recommended.

RECOMMENDED = 369652283;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()