InstanceSummary

Deprecated

InstanceSummary is deprecated, use DeploymentTarget instead.

Information about an instance in a deployment.

Types

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

Properties

Link copied to clipboard

The unique ID of a deployment.

Link copied to clipboard

The instance ID.

Link copied to clipboard

Information about which environment an instance belongs to in a blue/green deployment.

Link copied to clipboard

A timestamp that indicates when the instance information was last updated.

Link copied to clipboard

A list of lifecycle events for this instance.

Link copied to clipboard

The deployment status for this instance:

Functions

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