PackageDetails

Basic information about a package.

Types

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

Properties

Link copied to clipboard

A list of users who are allowed to view and associate the package. This field is only visible to the owner of a package.

Link copied to clipboard

This represents the available configuration parameters for the package.

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
val createdAt: <Error class: unknown class>?

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
val lastUpdatedAt: <Error class: unknown class>?

Date and time when the package was last updated.

Link copied to clipboard

User-specified description of the package.

Link copied to clipboard

Encryption options for a 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 owner of the package who is allowed to create and update a package and add users to the package scope.

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.

Link copied to clipboard

Package Vending Options for a 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