Resource: Instance
A Parallelstore instance.
JSON representation |
---|
{ "name": string, "description": string, "state": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the instance, in the format |
description |
Optional. The description of the instance. 2048 characters or less. |
state |
Output only. The instance state. |
createTime |
Output only. The time when the instance was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time when the instance was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
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. An object containing a list of |
capacityGib |
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, ... |
daosVersion |
Output only. The version of DAOS software running in the instance. |
accessPoints[] |
Output only. A list of IPv4 addresses used for client side configuration. |
network |
Optional. Immutable. The name of the Compute Engine VPC network to which the instance is connected. |
reservedIpRange |
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. |
effectiveReservedIpRange |
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. |
fileStripeLevel |
Optional. Stripe level for files. Allowed values are:
|
directoryStripeLevel |
Optional. Stripe level for directories. Allowed values are:
|
State
The possible states of a Parallelstore instance.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
CREATING |
The instance is being created. |
ACTIVE |
The instance is available for use. |
DELETING |
The instance is being deleted. |
FAILED |
The instance is not usable. |
UPGRADING |
The instance is being upgraded. |
FileStripeLevel
Represents the striping options for files.
Enums | |
---|---|
FILE_STRIPE_LEVEL_UNSPECIFIED |
If not set, FileStripeLevel will default to FILE_STRIPE_LEVEL_BALANCED |
FILE_STRIPE_LEVEL_MIN |
Minimum file striping |
FILE_STRIPE_LEVEL_BALANCED |
Medium file striping |
FILE_STRIPE_LEVEL_MAX |
Maximum file striping |
DirectoryStripeLevel
Represents the striping options for directories.
Enums | |
---|---|
DIRECTORY_STRIPE_LEVEL_UNSPECIFIED |
If not set, DirectoryStripeLevel will default to DIRECTORY_STRIPE_LEVEL_MAX |
DIRECTORY_STRIPE_LEVEL_MIN |
Minimum directory striping |
DIRECTORY_STRIPE_LEVEL_BALANCED |
Medium directory striping |
DIRECTORY_STRIPE_LEVEL_MAX |
Maximum directory striping |
Methods |
|
---|---|
|
Creates a Parallelstore instance in a given project and location. |
|
Deletes a single instance. |
|
Copies data from Parallelstore to Cloud Storage. |
|
Gets details of a single instance. |
|
Copies data from Cloud Storage to Parallelstore. |
|
Lists all instances in a given project and location. |
|
Updates the parameters of a single instance. |