public enum SecurityCenterService.EnablementState extends Enum<SecurityCenterService.EnablementState> implements ProtocolMessageEnum
Represents the possible intended states of enablement for a service or module.
Protobuf enum
google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISABLED |
State is disabled. |
DISABLED_VALUE |
State is disabled. |
ENABLED |
State is enabled. |
ENABLED_VALUE |
State is enabled. |
ENABLEMENT_STATE_UNSPECIFIED |
Default value. This value is unused. |
ENABLEMENT_STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
INGEST_ONLY |
SCC is configured to ingest findings from this service but not enable this service. Not a valid intended_enablement_state (that is, this is a readonly state). |
INGEST_ONLY_VALUE |
SCC is configured to ingest findings from this service but not enable this service. Not a valid intended_enablement_state (that is, this is a readonly state). |
INHERITED |
State is inherited from the parent resource. Not a valid effective enablement state. |
INHERITED_VALUE |
State is inherited from the parent resource. Not a valid effective enablement state. |
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() |