Connector

class Connector

An object that represents a connector for an Amazon EVS environment. A connector establishes a vCenter connection using the credentials stored in Amazon Web Services Secrets Manager.

Types

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

Properties

Link copied to clipboard

The fully qualified domain name (FQDN) of the VCF appliance that the connector connects to.

Link copied to clipboard

A list of checks that are run on the connector.

Link copied to clipboard

The unique ID of the connector.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The date and time that the connector was created.

Link copied to clipboard

The unique ID of the environment that the connector belongs to.

Link copied to clipboard
val modifiedAt: <Error class: unknown class>?

The date and time that the connector was modified.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that stores the credentials for the VCF appliance.

Link copied to clipboard

The state of the connector.

Link copied to clipboard

A detailed description of the connector state.

Link copied to clipboard

The status of the connector.

Link copied to clipboard

The type of the connector.

Functions

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