- 1.92.0 (latest)
- 1.91.0
- 1.90.0
- 1.88.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class AutoscalerStatusDetails.Builder extends GeneratedMessageV3.Builder<AutoscalerStatusDetails.Builder> implements AutoscalerStatusDetailsOrBuilder Protobuf type google.cloud.compute.v1.AutoscalerStatusDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AutoscalerStatusDetails.BuilderImplements
AutoscalerStatusDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AutoscalerStatusDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
build()
public AutoscalerStatusDetails build()| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails |
|
buildPartial()
public AutoscalerStatusDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails |
|
clear()
public AutoscalerStatusDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public AutoscalerStatusDetails.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
clearMessage()
public AutoscalerStatusDetails.Builder clearMessage()The status message.
optional string message = 418054151;
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AutoscalerStatusDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
clearType()
public AutoscalerStatusDetails.Builder clearType()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.
optional string type = 3575610;
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
This builder for chaining. |
clone()
public AutoscalerStatusDetails.Builder clone()| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
getDefaultInstanceForType()
public AutoscalerStatusDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMessage()
public String getMessage()The status message.
optional string message = 418054151;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public ByteString getMessageBytes()The status message.
optional string message = 418054151;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getType()
public String getType()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.
optional string type = 3575610;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()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.
optional string type = 3575610;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
hasMessage()
public boolean hasMessage()The status message.
optional string message = 418054151;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the message field is set. |
hasType()
public boolean hasType()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.
optional string type = 3575610;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the type field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AutoscalerStatusDetails other)
public AutoscalerStatusDetails.Builder mergeFrom(AutoscalerStatusDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoscalerStatusDetails |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AutoscalerStatusDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AutoscalerStatusDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AutoscalerStatusDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public AutoscalerStatusDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
setMessage(String value)
public AutoscalerStatusDetails.Builder setMessage(String value)The status message.
optional string message = 418054151;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe message to set. |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
This builder for chaining. |
setMessageBytes(ByteString value)
public AutoscalerStatusDetails.Builder setMessageBytes(ByteString value)The status message.
optional string message = 418054151;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for message to set. |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AutoscalerStatusDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|
setType(String value)
public AutoscalerStatusDetails.Builder setType(String value)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.
optional string type = 3575610;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public AutoscalerStatusDetails.Builder setTypeBytes(ByteString value)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.
optional string type = 3575610;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AutoscalerStatusDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
AutoscalerStatusDetails.Builder |
|