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 number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances.
|
boolean |
hasHealthCheck()
The URL for the health check that signals autohealing.
|
boolean |
hasInitialDelaySec()
The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances.
|
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 number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances. This initial delay allows instances to initialize and run their startup scripts before the instance group determines that they are UNHEALTHY. This prevents the managed instance group from recreating its instances prematurely. This value must be from range [0, 3600].
optional int32 initial_delay_sec = 263207002;int getInitialDelaySec()
The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances. This initial delay allows instances to initialize and run their startup scripts before the instance group determines that they are UNHEALTHY. This prevents the managed instance group from recreating its instances prematurely. This value must be from range [0, 3600].
optional int32 initial_delay_sec = 263207002;Copyright © 2023 Google LLC. All rights reserved.