Cloud Storage v2 API - Enum IntelligenceConfig.Types.EditionConfig (1.4.0)

public enum IntelligenceConfig.Types.EditionConfig

Reference documentation and code samples for the Cloud Storage v2 API enum IntelligenceConfig.Types.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.

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Fields

Name Description
Disabled

The edition configuration is disabled for the IntelligenceConfig resource and its children. Filters are not applicable.

Inherit

The inherited edition from the parent and filters. This is the default edition when there is no IntelligenceConfig setup for a GCP resource.

Standard

The IntelligenceConfig resource is of STANDARD edition.

Trial

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.

Unspecified

This is an unknown edition of the resource.