Uses of Class
com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateScaling.Builder
-
Packages that use CloudRunV2ServiceTemplateScaling.Builder Package Description com.hashicorp.cdktf.providers.google.cloud_run_v2_service google_cloud_run_v2_service -
-
Uses of CloudRunV2ServiceTemplateScaling.Builder in com.hashicorp.cdktf.providers.google.cloud_run_v2_service
Methods in com.hashicorp.cdktf.providers.google.cloud_run_v2_service that return CloudRunV2ServiceTemplateScaling.Builder Modifier and Type Method Description static CloudRunV2ServiceTemplateScaling.BuilderCloudRunV2ServiceTemplateScaling. builder()CloudRunV2ServiceTemplateScaling.BuilderCloudRunV2ServiceTemplateScaling.Builder. maxInstanceCount(Number maxInstanceCount)Sets the value ofCloudRunV2ServiceTemplateScaling.getMaxInstanceCount()CloudRunV2ServiceTemplateScaling.BuilderCloudRunV2ServiceTemplateScaling.Builder. minInstanceCount(Number minInstanceCount)Sets the value ofCloudRunV2ServiceTemplateScaling.getMinInstanceCount()Constructors in com.hashicorp.cdktf.providers.google.cloud_run_v2_service with parameters of type CloudRunV2ServiceTemplateScaling.Builder Constructor Description Jsii$Proxy(CloudRunV2ServiceTemplateScaling.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateScaling.Builder.
-