public interface InstanceGroupManagerAutoHealingPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHealthCheck()
The URL for the health check that signals autohealing.
|
com.google.protobuf.ByteString |
getHealthCheckBytes()
The URL for the health check that signals autohealing.
|
int |
getInitialDelaySec()
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script.
|
boolean |
hasHealthCheck()
The URL for the health check that signals autohealing.
|
boolean |
hasInitialDelaySec()
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHealthCheck()
The URL for the health check that signals autohealing.
optional string health_check = 308876645;String getHealthCheck()
The URL for the health check that signals autohealing.
optional string health_check = 308876645;com.google.protobuf.ByteString getHealthCheckBytes()
The URL for the health check that signals autohealing.
optional string health_check = 308876645;boolean hasInitialDelaySec()
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
optional int32 initial_delay_sec = 263207002;int getInitialDelaySec()
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
optional int32 initial_delay_sec = 263207002;Copyright © 2025 Google LLC. All rights reserved.