Uses of Class
com.oracle.bmc.osmanagementhub.model.KernelEventContent.ContentAvailability
-
Packages that use KernelEventContent.ContentAvailability Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of KernelEventContent.ContentAvailability in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return KernelEventContent.ContentAvailability Modifier and Type Method 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.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type KernelEventContent.ContentAvailability Modifier and Type Method 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.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type KernelEventContent.ContentAvailability Constructor Description KernelEventContent(KernelEventContent.ContentAvailability contentAvailability, String contentLocation, Integer size)
Deprecated.
-