Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class FileShareConfig.
Message describing filestore configuration
Generated from protobuf message google.cloud.hypercomputecluster.v1beta.FileShareConfig
Namespace
Google \ Cloud \ HypercomputeCluster \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ capacity_gb |
int|string
Required. Size of the filestore in GB. Must be between 1024 and 102400, and must meet scalability requirements described at https://cloud.google.com/filestore/docs/service-tiers. |
↳ file_share |
string
Required. Filestore share location |
getCapacityGb
Required. Size of the filestore in GB. Must be between 1024 and 102400, and must meet scalability requirements described at https://cloud.google.com/filestore/docs/service-tiers.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setCapacityGb
Required. Size of the filestore in GB. Must be between 1024 and 102400, and must meet scalability requirements described at https://cloud.google.com/filestore/docs/service-tiers.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFileShare
Required. Filestore share location
| Returns | |
|---|---|
| Type | Description |
string |
|
setFileShare
Required. Filestore share location
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|