public static enum VulnerabilityAudit.LifecycleDetails extends Enum<VulnerabilityAudit.LifecycleDetails> implements BmcEnum
Details on the lifecycle state.
Enum Constant and Description |
---|
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UsageDataCompressedSizeLimitExceeded |
UsageDataNotFoundOrNotAuthorized |
UsageDataParseFailed |
UsageDataUncompressedSizeLimitExceeded |
UsageDataUnknownError |
Modifier and Type | Method and Description |
---|---|
static VulnerabilityAudit.LifecycleDetails |
create(String key) |
String |
getValue() |
static VulnerabilityAudit.LifecycleDetails |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VulnerabilityAudit.LifecycleDetails[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VulnerabilityAudit.LifecycleDetails UsageDataNotFoundOrNotAuthorized
public static final VulnerabilityAudit.LifecycleDetails UsageDataParseFailed
public static final VulnerabilityAudit.LifecycleDetails UsageDataCompressedSizeLimitExceeded
public static final VulnerabilityAudit.LifecycleDetails UsageDataUncompressedSizeLimitExceeded
public static final VulnerabilityAudit.LifecycleDetails UsageDataUnknownError
public static final VulnerabilityAudit.LifecycleDetails UnknownEnumValue
public static VulnerabilityAudit.LifecycleDetails[] values()
for (VulnerabilityAudit.LifecycleDetails c : VulnerabilityAudit.LifecycleDetails.values()) System.out.println(c);
public static VulnerabilityAudit.LifecycleDetails valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static VulnerabilityAudit.LifecycleDetails create(String key)
Copyright © 2016–2024. All rights reserved.