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

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

The newest version!
/*
 * 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 InstanceGroupManagerStandbyPolicyOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InstanceGroupManagerStandbyPolicy)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. 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(); /** * * *
   * Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. 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(); /** * * *
   * Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
   * Check the Mode enum for the list of possible values.
   * 
* * optional string mode = 3357091; * * @return Whether the mode field is set. */ boolean hasMode(); /** * * *
   * Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
   * Check the Mode enum for the list of possible values.
   * 
* * optional string mode = 3357091; * * @return The mode. */ java.lang.String getMode(); /** * * *
   * Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
   * Check the Mode enum for the list of possible values.
   * 
* * optional string mode = 3357091; * * @return The bytes for mode. */ com.google.protobuf.ByteString getModeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy