Enum KernelEventContent.ContentAvailability

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<KernelEventContent.ContentAvailability>
    Enclosing class:
    KernelEventContent

    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.