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

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







InstanceGroupManagersDeleteInstancesRequest (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class InstanceGroupManagersDeleteInstancesRequest

    • Constructor Detail

      • InstanceGroupManagersDeleteInstancesRequest

        public InstanceGroupManagersDeleteInstancesRequest()
    • Method Detail

      • getInstances

        public List<String> getInstances()
        The URLs of one or more instances to delete. 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 InstanceGroupManagersDeleteInstancesRequest setInstances(List<String> instances)
        The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
        Parameters:
        instances - instances or null for none
      • getSkipInstancesOnValidationError

        public Boolean getSkipInstancesOnValidationError()
        Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.
        Returns:
        value or null for none
      • setSkipInstancesOnValidationError

        public InstanceGroupManagersDeleteInstancesRequest setSkipInstancesOnValidationError(Boolean skipInstancesOnValidationError)
        Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.
        Parameters:
        skipInstancesOnValidationError - skipInstancesOnValidationError or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy