Interface CloudRunV2ServiceTemplateScaling
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateScaling.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.012Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateScaling extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateScaling.BuilderA builder forCloudRunV2ServiceTemplateScalingstatic classCloudRunV2ServiceTemplateScaling.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateScaling
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateScaling.Builderbuilder()default NumbergetMaxInstanceCount()Maximum number of serving instances that this resource should have.default NumbergetMinInstanceCount()Minimum number of serving instances that this resource should have.
-
-
-
Method Detail
-
getMaxInstanceCount
@Stability(Stable) @Nullable default Number getMaxInstanceCount()
Maximum number of serving instances that this resource should have.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#max_instance_count CloudRunV2Service#max_instance_count}
-
getMinInstanceCount
@Stability(Stable) @Nullable default Number getMinInstanceCount()
Minimum number of serving instances that this resource should have.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#min_instance_count CloudRunV2Service#min_instance_count}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateScaling.Builder builder()
-
-