View Source GoogleApi.Compute.V1.Model.RegionInstanceGroupManagersDeleteInstancesRequest (google_api_compute v0.56.2)

Attributes

  • instances (type: list(String.t), default: nil) - 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].
  • skipInstancesOnValidationError (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.RegionInstanceGroupManagersDeleteInstancesRequest{
    instances: [String.t()] | nil,
    skipInstancesOnValidationError: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.