Compute Engine v1 API - Class InstanceGroupManagersDeleteInstancesRequest (2.15.0)

public sealed class InstanceGroupManagersDeleteInstancesRequest : IMessage<InstanceGroupManagersDeleteInstancesRequest>, IEquatable<InstanceGroupManagersDeleteInstancesRequest>, IDeepCloneable<InstanceGroupManagersDeleteInstancesRequest>, IBufferMessage, IMessage

Inheritance

object > InstanceGroupManagersDeleteInstancesRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupManagersDeleteInstancesRequest()

public InstanceGroupManagersDeleteInstancesRequest()

InstanceGroupManagersDeleteInstancesRequest(InstanceGroupManagersDeleteInstancesRequest)

public InstanceGroupManagersDeleteInstancesRequest(InstanceGroupManagersDeleteInstancesRequest other)
Parameter
NameDescription
otherInstanceGroupManagersDeleteInstancesRequest

Properties

HasSkipInstancesOnValidationError

public bool HasSkipInstancesOnValidationError { get; }

Gets whether the "skip_instances_on_validation_error" field is set

Property Value
TypeDescription
bool

Instances

public RepeatedField<string> Instances { get; }

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.

Property Value
TypeDescription
RepeatedFieldstring

SkipInstancesOnValidationError

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.

Property Value
TypeDescription
bool