Enum IntelligenceConfig.EditionConfig (2.53.0)

public enum IntelligenceConfig.EditionConfig extends Enum<IntelligenceConfig.EditionConfig> implements ProtocolMessageEnum

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 enum google.storage.control.v2.IntelligenceConfig.EditionConfig

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISABLED

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

DISABLED = 2;

DISABLED_VALUE

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

DISABLED = 2;

EDITION_CONFIG_UNSPECIFIED

This is an unknown edition of the resource.

EDITION_CONFIG_UNSPECIFIED = 0;

EDITION_CONFIG_UNSPECIFIED_VALUE

This is an unknown edition of the resource.

EDITION_CONFIG_UNSPECIFIED = 0;

INHERIT

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

INHERIT = 1;

INHERIT_VALUE

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

INHERIT = 1;

STANDARD

The IntelligenceConfig resource is of STANDARD edition.

STANDARD = 3;

STANDARD_VALUE

The IntelligenceConfig resource is of STANDARD edition.

STANDARD = 3;

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.

TRIAL = 5;

TRIAL_VALUE

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.

TRIAL = 5;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()