DeploymentModel

Types

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

Properties

Link copied to clipboard

The desired state of the model.

Link copied to clipboard

The unique handle of the model.

Link copied to clipboard

The name of the model.

Link copied to clipboard

The version of the model.

Link copied to clipboard

Returns the error message if there is a rollback.

Link copied to clipboard

Returns the current state of the model.

Link copied to clipboard

Returns the deployment status of the model.

Link copied to clipboard

Returns the error message for the deployment status result.

Functions

Link copied to clipboard
inline fun copy(block: DeploymentModel.Builder.() -> Unit = {}): DeploymentModel
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