Enum SecurityHealthAnalyticsCustomModule.EnablementState (2.49.0)

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

Possible enablement states of a custom module.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

The module is disabled at the given CRM resource.

DISABLED = 2;

DISABLED_VALUE

The module is disabled at the given CRM resource.

DISABLED = 2;

ENABLED

The module is enabled at the given CRM resource.

ENABLED = 1;

ENABLED_VALUE

The module is enabled at the given CRM resource.

ENABLED = 1;

ENABLEMENT_STATE_UNSPECIFIED

Unspecified enablement state.

ENABLEMENT_STATE_UNSPECIFIED = 0;

ENABLEMENT_STATE_UNSPECIFIED_VALUE

Unspecified enablement state.

ENABLEMENT_STATE_UNSPECIFIED = 0;

INHERITED

State is inherited from an ancestor module. The module will either be effectively ENABLED or DISABLED based on its closest non-inherited ancestor module in the CRM hierarchy.

INHERITED = 3;

INHERITED_VALUE

State is inherited from an ancestor module. The module will either be effectively ENABLED or DISABLED based on its closest non-inherited ancestor module in the CRM hierarchy.

INHERITED = 3;

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()