Interface ComputeRegionInstanceGroupManagerAutoHealingPolicies

    • Method Detail

      • getHealthCheck

        @Stability(Stable)
        @NotNull
        String getHealthCheck()
        The health check resource that signals autohealing.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#health_check ComputeRegionInstanceGroupManager#health_check}

      • getInitialDelaySec

        @Stability(Stable)
        @NotNull
        Number getInitialDelaySec()
        The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances.

        Between 0 and 3600. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#initial_delay_sec ComputeRegionInstanceGroupManager#initial_delay_sec}