InstanceInfo

Details about a specific managed node.

Types

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

Properties

Link copied to clipboard

The type of agent installed on the node.

Link copied to clipboard

The version number of the agent installed on the node.

Link copied to clipboard

The fully qualified host name of the managed node.

Link copied to clipboard

The current status of the managed node.

Link copied to clipboard

The IP address of the managed node.

Link copied to clipboard

Indicates whether the node is managed by Systems Manager.

Link copied to clipboard

The name of the operating system platform running on your managed node.

Link copied to clipboard

The operating system platform type of the managed node.

Link copied to clipboard

The version of the OS platform running on your managed node.

Link copied to clipboard

The type of instance, either an EC2 instance or another supported machine type in a hybrid fleet.

Functions

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