All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.compute.v1.InstanceGroupManagerAutoHealingPolicyOrBuilder Maven / Gradle / Ivy

/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;

public interface InstanceGroupManagerAutoHealingPolicyOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InstanceGroupManagerAutoHealingPolicy)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The URL for the health check that signals autohealing.
   * 
* * optional string health_check = 308876645; * * @return Whether the healthCheck field is set. */ boolean hasHealthCheck(); /** * * *
   * The URL for the health check that signals autohealing.
   * 
* * optional string health_check = 308876645; * * @return The healthCheck. */ java.lang.String getHealthCheck(); /** * * *
   * The URL for the health check that signals autohealing.
   * 
* * optional string health_check = 308876645; * * @return The bytes for healthCheck. */ com.google.protobuf.ByteString getHealthCheckBytes(); /** * * *
   * 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; * * @return Whether the initialDelaySec field is set. */ 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; * * @return The initialDelaySec. */ int getInitialDelaySec(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy