public static enum KernelEventContent.ContentAvailability extends Enum<KernelEventContent.ContentAvailability> implements BmcEnum
Crash content availability status: * ‘NOT_AVAILABLE’ indicates the content is not available on the instance nor in the service * ‘AVAILABLE_ON_INSTANCE’ indicates the content is only available on the instance. * ‘AVAILABLE_ON_SERVICE’ indicates the content is only available on the service. * ‘AVAILABLE_ON_INSTANCE_AND_SERVICE’ indicates the content is available both on the instance and the service * ‘AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS’ indicates the content is available on the instance and its upload to the service is in progress.
Enum Constant and Description |
---|
AvailableOnInstance |
AvailableOnInstanceAndService |
AvailableOnInstanceUploadInProgress |
AvailableOnService |
NotAvailable |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static KernelEventContent.ContentAvailability |
create(String key) |
String |
getValue() |
static KernelEventContent.ContentAvailability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KernelEventContent.ContentAvailability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KernelEventContent.ContentAvailability NotAvailable
public static final KernelEventContent.ContentAvailability AvailableOnInstance
public static final KernelEventContent.ContentAvailability AvailableOnService
public static final KernelEventContent.ContentAvailability AvailableOnInstanceAndService
public static final KernelEventContent.ContentAvailability AvailableOnInstanceUploadInProgress
public static final KernelEventContent.ContentAvailability UnknownEnumValue
public static KernelEventContent.ContentAvailability[] values()
for (KernelEventContent.ContentAvailability c : KernelEventContent.ContentAvailability.values()) System.out.println(c);
public static KernelEventContent.ContentAvailability 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 KernelEventContent.ContentAvailability create(String key)
Copyright © 2016–2024. All rights reserved.