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

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

The newest version!






InstanceGroupManagersStopInstancesRequest (Compute Engine API v1-rev20250320-2.0.0)












com.google.api.services.compute.model

Class InstanceGroupManagersStopInstancesRequest

    • Constructor Detail

      • InstanceGroupManagersStopInstancesRequest

        public InstanceGroupManagersStopInstancesRequest()
    • Method Detail

      • getForceStop

        public Boolean getForceStop()
        If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
        Returns:
        value or null for none
      • setForceStop

        public InstanceGroupManagersStopInstancesRequest setForceStop(Boolean forceStop)
        If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
        Parameters:
        forceStop - forceStop or null for none
      • getInstances

        public List<String> getInstances()
        The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
        Returns:
        value or null for none
      • setInstances

        public InstanceGroupManagersStopInstancesRequest setInstances(List<String> instances)
        The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
        Parameters:
        instances - instances or null for none

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy