public sealed class RegionInstanceGroupManagersDeleteInstancesRequest : IMessage<RegionInstanceGroupManagersDeleteInstancesRequest>, IEquatable<RegionInstanceGroupManagersDeleteInstancesRequest>, IDeepCloneable<RegionInstanceGroupManagersDeleteInstancesRequest>, IBufferMessage, IMessage
Implements
IMessage<RegionInstanceGroupManagersDeleteInstancesRequest>, IEquatable<RegionInstanceGroupManagersDeleteInstancesRequest>, IDeepCloneable<RegionInstanceGroupManagersDeleteInstancesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RegionInstanceGroupManagersDeleteInstancesRequest()
public RegionInstanceGroupManagersDeleteInstancesRequest()
RegionInstanceGroupManagersDeleteInstancesRequest(RegionInstanceGroupManagersDeleteInstancesRequest)
public RegionInstanceGroupManagersDeleteInstancesRequest(RegionInstanceGroupManagersDeleteInstancesRequest other)
Parameter | |
---|---|
Name | Description |
other | RegionInstanceGroupManagersDeleteInstancesRequest |
Properties
HasSkipInstancesOnValidationError
public bool HasSkipInstancesOnValidationError { get; }
Gets whether the "skip_instances_on_validation_error" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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].
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
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 | |
---|---|
Type | Description |
Boolean |