instances property

List<String>? instances
getter/setter pair

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.

Implementation

core.List<core.String>? instances;