Instance
import type { Instance } from "https://googleapis.deno.dev/v1/parallelstore:v1.ts";
A Parallelstore instance.
§Properties
Output only. A list of IPv4 addresses used for client side configuration.
Required. Immutable. The instance's storage capacity in Gibibytes (GiB). Allowed values are between 12000 and 100000, in multiples of 4000; e.g., 12000, 16000, 20000, ...
Output only. The version of DAOS software running in the instance.
Optional. Stripe level for directories. Allowed values are: *
DIRECTORY_STRIPE_LEVEL_MIN
: recommended when directories contain a small
number of files. * DIRECTORY_STRIPE_LEVEL_BALANCED
: balances performance
for workloads involving a mix of small and large directories. *
DIRECTORY_STRIPE_LEVEL_MAX
: recommended for directories with a large
number of files.
Output only. Immutable. The ID of the IP address range being used by the instance's VPC network. This field is populated by the service and contains the value currently used by the service.
Optional. Stripe level for files. Allowed values are: *
FILE_STRIPE_LEVEL_MIN
: offers the best performance for small size files.
FILE_STRIPE_LEVEL_BALANCED
: balances performance for workloads involving a mix of small and large files. *FILE_STRIPE_LEVEL_MAX
: higher throughput performance for larger files.
Optional. Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. See https://cloud.google.com/resource-manager/docs/labels-overview for details.
Identifier. The resource name of the instance, in the format
projects/{project}/locations/{location}/instances/{instance_id}
.
Optional. Immutable. The name of the Compute Engine VPC network to which the instance is connected.
Optional. Immutable. The ID of the IP address range being used by the instance's VPC network. See Configure a VPC network. If no ID is provided, all ranges are considered.