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

target.apidocs.com.google.api.services.compute.model.InstanceGroupManagerStandbyPolicy.html Maven / Gradle / Ivy

The newest version!






InstanceGroupManagerStandbyPolicy (Compute Engine API v1-rev20250320-2.0.0)












com.google.api.services.compute.model

Class InstanceGroupManagerStandbyPolicy

    • Constructor Detail

      • InstanceGroupManagerStandbyPolicy

        public InstanceGroupManagerStandbyPolicy()
    • Method Detail

      • getInitialDelaySec

        public Integer getInitialDelaySec()
        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.
        Returns:
        value or null for none
      • setInitialDelaySec

        public InstanceGroupManagerStandbyPolicy setInitialDelaySec(Integer initialDelaySec)
        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.
        Parameters:
        initialDelaySec - initialDelaySec or null for none
      • getMode

        public String getMode()
        Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
        Returns:
        value or null for none
      • setMode

        public InstanceGroupManagerStandbyPolicy setMode(String mode)
        Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
        Parameters:
        mode - mode or null for none

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy