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\u003eThe webpage provides documentation for the \u003ccode\u003eInstanceGroupManagersDeleteInstancesRequest\u003c/code\u003e class within the Google.Cloud.Compute.V1 namespace, covering versions from 1.0.0 to the latest 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInstanceGroupManagersDeleteInstancesRequest\u003c/code\u003e allows deletion of one or more instances by their URLs or names, with queued instances only deletable by name, and not allowing specification of both URLs and names in a single request.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to manage the deletion process, including \u003ccode\u003eInstances\u003c/code\u003e which is a list of instance URLs to be deleted, and \u003ccode\u003eSkipInstancesOnValidationError\u003c/code\u003e which determines the behavior when invalid instances are included.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage lists all the versions of this documentation, starting with 1.0.0, and moving all the way up to the most recent version of 3.6.0.\u003c/p\u003e\n"]]],[],null,[]]