ConnectivityInfo

Information about a Greengrass core's connectivity.

Types

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

Properties

Link copied to clipboard

The endpoint for the Greengrass core. Can be an IP address or DNS.

Link copied to clipboard
val id: String?

The ID of the connectivity information.

Link copied to clipboard

Metadata for this endpoint.

Link copied to clipboard

The port of the Greengrass core. Usually 8883.

Functions

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