Class: Google::Cloud::Compute::V1::AutoscalerStatusDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AutoscalerStatusDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#message ⇒ ::String
The status message.
-
#type ⇒ ::String
The type of error, warning, or notice returned.
Instance Attribute Details
#message ⇒ ::String
Returns The status message.
2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2248 class AutoscalerStatusDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values might be added in the future. Some of the values might not be available in all API versions. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # All instances in the instance group are unhealthy (not in RUNNING state). ALL_INSTANCES_UNHEALTHY = 404965477 # There is no backend service attached to the instance group. BACKEND_SERVICE_DOES_NOT_EXIST = 191417626 # Autoscaler recommends a size greater than maxNumReplicas. CAPPED_AT_MAX_NUM_REPLICAS = 518617 # The custom metric samples are not exported often enough to be a credible base for autoscaling. CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE = 328964659 # The custom metric that was specified does not exist or does not have the necessary labels. CUSTOM_METRIC_INVALID = 204430550 # The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. MIN_EQUALS_MAX = 2821361 # The autoscaler did not receive any data from the custom metric configured for autoscaling. MISSING_CUSTOM_METRIC_DATA_POINTS = 94885086 # The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. MISSING_LOAD_BALANCING_DATA_POINTS = 509858898 # Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. MODE_OFF = 164169907 # Autoscaling is in the "Autoscale only scale out" mode. Instances in the group will be only added. MODE_ONLY_SCALE_OUT = 3840994 # Autoscaling is in the "Autoscale only out" mode. Instances in the group will be only added. MODE_ONLY_UP = 100969842 # The instance group cannot be autoscaled because it has more than one backend service attached to it. MORE_THAN_ONE_BACKEND_SERVICE = 151922141 # There is insufficient quota for the necessary resources, such as CPU or number of instances. NOT_ENOUGH_QUOTA_AVAILABLE = 403101631 # Showed only for regional autoscalers: there is a resource stockout in the chosen region. REGION_RESOURCE_STOCKOUT = 528622846 # The target to be scaled does not exist. SCALING_TARGET_DOES_NOT_EXIST = 122636699 # For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances. SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX = 29275586 # For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances. SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN = 398287669 UNKNOWN = 433141802 # Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION = 330845009 # For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. ZONE_RESOURCE_STOCKOUT = 210200502 end end |
#type ⇒ ::String
Returns The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values might be added in the future. Some of the values might not be available in all API versions. Check the Type enum for the list of possible values.
2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2248 class AutoscalerStatusDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values might be added in the future. Some of the values might not be available in all API versions. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # All instances in the instance group are unhealthy (not in RUNNING state). ALL_INSTANCES_UNHEALTHY = 404965477 # There is no backend service attached to the instance group. BACKEND_SERVICE_DOES_NOT_EXIST = 191417626 # Autoscaler recommends a size greater than maxNumReplicas. CAPPED_AT_MAX_NUM_REPLICAS = 518617 # The custom metric samples are not exported often enough to be a credible base for autoscaling. CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE = 328964659 # The custom metric that was specified does not exist or does not have the necessary labels. CUSTOM_METRIC_INVALID = 204430550 # The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. MIN_EQUALS_MAX = 2821361 # The autoscaler did not receive any data from the custom metric configured for autoscaling. MISSING_CUSTOM_METRIC_DATA_POINTS = 94885086 # The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. MISSING_LOAD_BALANCING_DATA_POINTS = 509858898 # Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. MODE_OFF = 164169907 # Autoscaling is in the "Autoscale only scale out" mode. Instances in the group will be only added. MODE_ONLY_SCALE_OUT = 3840994 # Autoscaling is in the "Autoscale only out" mode. Instances in the group will be only added. MODE_ONLY_UP = 100969842 # The instance group cannot be autoscaled because it has more than one backend service attached to it. MORE_THAN_ONE_BACKEND_SERVICE = 151922141 # There is insufficient quota for the necessary resources, such as CPU or number of instances. NOT_ENOUGH_QUOTA_AVAILABLE = 403101631 # Showed only for regional autoscalers: there is a resource stockout in the chosen region. REGION_RESOURCE_STOCKOUT = 528622846 # The target to be scaled does not exist. SCALING_TARGET_DOES_NOT_EXIST = 122636699 # For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances. SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX = 29275586 # For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances. SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN = 398287669 UNKNOWN = 433141802 # Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION = 330845009 # For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. ZONE_RESOURCE_STOCKOUT = 210200502 end end |