Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
static KernelEventContent.ContentAvailability |
KernelEventContent.ContentAvailability.create(String key) |
KernelEventContent.ContentAvailability |
KernelEventContent.getContentAvailability()
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.
|
static KernelEventContent.ContentAvailability |
KernelEventContent.ContentAvailability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KernelEventContent.ContentAvailability[] |
KernelEventContent.ContentAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KernelEventContent.Builder |
KernelEventContent.Builder.contentAvailability(KernelEventContent.ContentAvailability contentAvailability)
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.
|
Constructor and Description |
---|
KernelEventContent(KernelEventContent.ContentAvailability contentAvailability,
String contentLocation,
Integer size)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.