Reference documentation and code samples for the Google Cloud Storage Control V2 Client class EditionConfig.
The edition configuration of the IntelligenceConfig
resource. This
signifies the edition used for configuring the IntelligenceConfig
resource and can only take the following values:
EDITION_CONFIG_UNSPECIFIED
, INHERIT
, DISABLED
, STANDARD
and
TRIAL
.
Protobuf type google.storage.control.v2.IntelligenceConfig.EditionConfig
Namespace
Google \ Cloud \ Storage \ Control \ V2 \ IntelligenceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EDITION_CONFIG_UNSPECIFIED
Value: 0
This is an unknown edition of the resource.
Generated from protobuf enum EDITION_CONFIG_UNSPECIFIED = 0;
INHERIT
Value: 1
The inherited edition from the parent and filters. This is the default
edition when there is no IntelligenceConfig
setup for a GCP resource.
Generated from protobuf enum INHERIT = 1;
DISABLED
Value: 2
The edition configuration is disabled for the IntelligenceConfig
resource and its children. Filters are not applicable.
Generated from protobuf enum DISABLED = 2;
STANDARD
Value: 3
The IntelligenceConfig
resource is of STANDARD edition.
Generated from protobuf enum STANDARD = 3;
TRIAL
Value: 5
The IntelligenceConfig
resource is available in TRIAL
edition. During
the trial period, Cloud Storage does not charge for Storage Intelligence
usage. You can specify the buckets to include in the trial period by
using filters. At the end of the trial period, the IntelligenceConfig
resource is upgraded to STANDARD
edition.
Generated from protobuf enum TRIAL = 5;