Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class GcsAutoclassConfig.
Message describing Google Cloud Storage autoclass configuration
Generated from protobuf message google.cloud.hypercomputecluster.v1beta.GcsAutoclassConfig
Namespace
Google \ Cloud \ HypercomputeCluster \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Required. Enables Auto-class feature. |
↳ terminal_storage_class |
int
Optional. Terminal storage class of the autoclass bucket |
getEnabled
Required. Enables Auto-class feature.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Required. Enables Auto-class feature.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTerminalStorageClass
Optional. Terminal storage class of the autoclass bucket
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type TerminalStorageClass. |
setTerminalStorageClass
Optional. Terminal storage class of the autoclass bucket
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type TerminalStorageClass. |
| Returns | |
|---|---|
| Type | Description |
$this |
|