Interface ContainerNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy

    • 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_node_pool#batch_node_count ContainerNodePool#batch_node_count}

      • getBatchPercentage

        @Stability(Stable)
        @Nullable
        default Number getBatchPercentage()
        Percentage of the blue pool nodes to drain in a batch.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#batch_percentage ContainerNodePool#batch_percentage}

      • getBatchSoakDuration

        @Stability(Stable)
        @Nullable
        default String getBatchSoakDuration()
        Soak time after each batch gets drained.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#batch_soak_duration ContainerNodePool#batch_soak_duration}