Enum EffectiveSecurityHealthAnalyticsCustomModule.EnablementState (2.49.0)

public enum EffectiveSecurityHealthAnalyticsCustomModule.EnablementState extends Enum<EffectiveSecurityHealthAnalyticsCustomModule.EnablementState> implements ProtocolMessageEnum

The enablement state of the module.

Protobuf enum google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule.EnablementState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

The module is disabled at the given level.

DISABLED = 2;

DISABLED_VALUE

The module is disabled at the given level.

DISABLED = 2;

ENABLED

The module is enabled at the given level.

ENABLED = 1;

ENABLED_VALUE

The module is enabled at the given level.

ENABLED = 1;

ENABLEMENT_STATE_UNSPECIFIED

Unspecified enablement state.

ENABLEMENT_STATE_UNSPECIFIED = 0;

ENABLEMENT_STATE_UNSPECIFIED_VALUE

Unspecified enablement state.

ENABLEMENT_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()