public enum SecurityCenterService.EnablementState extends Enum<SecurityCenterService.EnablementState> implements ProtocolMessageEnum
Represents the possible enablement states 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 |
Security Command Center is configured to ingest findings from this service, but not to enable this service. This state indicates that Security Command Center is misconfigured. You can't set this state yourself. |
INGEST_ONLY_VALUE |
Security Command Center is configured to ingest findings from this service, but not to enable this service. This state indicates that Security Command Center is misconfigured. You can't set this state yourself. |
INHERITED |
State is inherited from the parent resource. Valid as an intended enablement state, but not as an effective enablement state. |
INHERITED_VALUE |
State is inherited from the parent resource. Valid as an intended enablement state, but not as an 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() |