public sealed class InstanceGroupManagersDeleteInstancesRequest : IMessage<InstanceGroupManagersDeleteInstancesRequest>, IEquatable<InstanceGroupManagersDeleteInstancesRequest>, IDeepCloneable<InstanceGroupManagersDeleteInstancesRequest>, IBufferMessage, IMessage
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]. Queued instances do not have URL and can be deleted only by name. One cannot specify both URLs and names in a single request.
public bool SkipInstancesOnValidationError { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eInstanceGroupManagersDeleteInstancesRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, specifically for version 2.12.0 and provides links to different versions of it ranging from 1.0.0 to 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceGroupManagersDeleteInstancesRequest\u003c/code\u003e class is used to specify which instances to delete from an instance group manager, and it inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements multiple interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes a constructor and properties such as \u003ccode\u003eHasSkipInstancesOnValidationError\u003c/code\u003e, \u003ccode\u003eInstances\u003c/code\u003e (a list of instance URLs to delete), and \u003ccode\u003eSkipInstancesOnValidationError\u003c/code\u003e (to control error handling when invalid instances are included).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstances\u003c/code\u003e property allows you to provide the URLs for one or more instances to delete, and it supports both full and partial URLs, however, it cannot process URLs and instance names within the same request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSkipInstancesOnValidationError\u003c/code\u003e property allows the request to proceed even if non-member instances, or instances already in the process of being deleted, are included within the request.\u003c/p\u003e\n"]]],[],null,[]]