Class RegionInstanceGroupManagersDeleteInstancesRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionInstanceGroupManagersDeleteInstancesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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].
Declaration
[JsonProperty("instances")]
public virtual IList<string> Instances { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
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.
Declaration
[JsonProperty("skipInstancesOnValidationError")]
public virtual bool? SkipInstancesOnValidationError { get; set; }
Property Value
Type | Description |
---|---|
bool? |