Interface ContainerClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.211Z") @Stability(Stable) public interface ContainerClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy.Builderstatic classContainerClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy.Jsii$Proxy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy.Builderbuilder()default NumbergetBatchNodeCount()Number of blue nodes to drain in a batch.default NumbergetBatchPercentage()Percentage of the bool pool nodes to drain in a batch.default StringgetBatchSoakDuration()Soak time after each batch gets drained.
-
-
-
Method Detail
-
getBatchNodeCount
@Stability(Stable) @Nullable default Number getBatchNodeCount()
Number of blue nodes to drain in a batch.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#batch_node_count ContainerCluster#batch_node_count}
-
getBatchPercentage
@Stability(Stable) @Nullable default Number getBatchPercentage()
Percentage of the bool pool nodes to drain in a batch.The range of this field should be (0.0, 1.0]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#batch_percentage ContainerCluster#batch_percentage}
-
getBatchSoakDuration
@Stability(Stable) @Nullable default String getBatchSoakDuration()
Soak time after each batch gets drained.A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#batch_soak_duration ContainerCluster#batch_soak_duration}
-
builder
@Stability(Stable) static ContainerClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy.Builder builder()
-
-