Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ message CreateInstanceGroupRequest {
// If specified, an Application Load Balancer target group containing all instances from the instance group will be created
// and attributed to the instance group.
ApplicationLoadBalancerSpec application_load_balancer_spec = 15;

// AutoHealingPolicy policy of the instance group.
AutoHealingPolicy auto_healing_policy = 16 [(required) = true];
}

message CreateInstanceGroupFromYamlRequest {
Expand Down Expand Up @@ -412,6 +415,9 @@ message UpdateInstanceGroupRequest {
// Settings for balancing load between instances via [Application Load Balancer](/docs/application-load-balancer/concepts)
// (OSI model layer 7).
ApplicationLoadBalancerSpec application_load_balancer_spec = 17;

// AutoHealingPolicy policy of the instance group.
AutoHealingPolicy auto_healing_policy = 18 [(required) = true];
}

message UpdateInstanceGroupFromYamlRequest {
Expand Down