Module: Google::Cloud::Storage::Control::V2::IntelligenceConfig::EditionConfig
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
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.
Constant Summary collapse
- EDITION_CONFIG_UNSPECIFIED =
This is an unknown edition of the resource.
0- INHERIT =
The inherited edition from the parent and filters. This is the default edition when there is no
IntelligenceConfigsetup for a GCP resource. 1- DISABLED =
The edition configuration is disabled for the
IntelligenceConfigresource and its children. Filters are not applicable. 2- STANDARD =
The
IntelligenceConfigresource is of STANDARD edition. 3- TRIAL =
The
IntelligenceConfigresource is available inTRIALedition. 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, theIntelligenceConfigresource is upgraded toSTANDARDedition. 5