PackageDetails

Basic information about a package.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The package version.

Link copied to clipboard

If the package is a ZIP-PLUGIN package, additional information about plugin properties.

Link copied to clipboard

The timestamp when the package was created.

Link copied to clipboard

Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.

Link copied to clipboard

Additional information if the package is in an error state. Null otherwise.

Link copied to clipboard

Date and time when the package was last updated.

Link copied to clipboard

User-specified description of the package.

Link copied to clipboard

The unique identifier of the package.

Link copied to clipboard

The user-specified name of the package.

Link copied to clipboard

The current status of the package. The available options are AVAILABLE, COPYING, COPY_FAILED, VALIDATNG, VALIDATION_FAILED, DELETING, and DELETE_FAILED.

Link copied to clipboard

The type of package.

Functions

Link copied to clipboard
inline fun copy(block: PackageDetails.Builder.() -> Unit = {}): PackageDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String