public sealed class InstanceGroupManagersDeleteInstancesRequest : IMessage<InstanceGroupManagersDeleteInstancesRequest>, IEquatable<InstanceGroupManagersDeleteInstancesRequest>, IDeepCloneable<InstanceGroupManagersDeleteInstancesRequest>, IBufferMessage, IMessage
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 webpage provides documentation for the \u003ccode\u003eInstanceGroupManagersDeleteInstancesRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, detailing its usage and properties across multiple versions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest documented version is 3.6.0, with other older versions ranging from 3.5.0 down to 1.0.0 available for reference and each link will direct to the respective version documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceGroupManagersDeleteInstancesRequest\u003c/code\u003e class, which inherits from \u003ccode\u003eObject\u003c/code\u003e, is used to request the deletion of specific instances from an instance group manager.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eInstances\u003c/code\u003e, which is a list of URLs for instances to be deleted, and \u003ccode\u003eSkipInstancesOnValidationError\u003c/code\u003e, which determines whether the operation should continue if some instances cannot be validated for deletion.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its capabilities for data handling and validation within the Google Cloud environment.\u003c/p\u003e\n"]]],[],null,[]]