Class RegionInstanceGroupManagersDeleteInstancesRequest (1.3.2)

RegionInstanceGroupManagersDeleteInstancesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
instances Sequence[str]
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].
skip_instances_on_validation_error bool
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. This field is a member of oneof_ _skip_instances_on_validation_error.