NewFilestoreConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)When set in a
StorageResourceConfig,
indicates that a new
Filestore <https://cloud.google.com/filestore>__ instance should
be created.
Attributes |
|
|---|---|
| Name | Description |
filestore |
str
Required. Immutable. Name of the Filestore instance to create, in the format projects/{project}/locations/{location}/instances/{instance}
|
description |
str
Optional. Immutable. Description of the instance. Maximum of 2048 characters. |
file_shares |
MutableSequence[google.cloud.hypercomputecluster_v1beta.types.FileShareConfig]
Required. Immutable. File system shares on the instance. Exactly one file share must be specified. |
tier |
google.cloud.hypercomputecluster_v1beta.types.NewFilestoreConfig.Tier
Required. Immutable. Service tier to use for the instance. |
protocol |
google.cloud.hypercomputecluster_v1beta.types.NewFilestoreConfig.Protocol
Optional. Immutable. Access protocol to use for all file shares in the instance. Defaults to NFS V3 if not set. |
Classes
Protocol
Protocol(value)File access protocol for Filestore instances.
Tier
Tier(value)Available service
tiers <https://cloud.google.com/filestore/docs/service-tiers>__ for
Filestore instances.