Skip to content

/AWS1/CL_EVSCONNECTOR

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.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_environmentid TYPE /AWS1/EVSENVIRONMENTID /AWS1/EVSENVIRONMENTID

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

iv_connectorid TYPE /AWS1/EVSCONNECTORID /AWS1/EVSCONNECTORID

The unique ID of the connector.

iv_type TYPE /AWS1/EVSCONNECTORTYPE /AWS1/EVSCONNECTORTYPE

The type of the connector.

iv_appliancefqdn TYPE /AWS1/EVSAPPLIANCEFQDN /AWS1/EVSAPPLIANCEFQDN

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

iv_secretarn TYPE /AWS1/EVSSECRETIDENTIFIER /AWS1/EVSSECRETIDENTIFIER

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

iv_state TYPE /AWS1/EVSCONNECTORSTATE /AWS1/EVSCONNECTORSTATE

The state of the connector.

iv_statedetails TYPE /AWS1/EVSSTATEDETAILS /AWS1/EVSSTATEDETAILS

A detailed description of the connector state.

iv_status TYPE /AWS1/EVSCHECKRESULT /AWS1/EVSCHECKRESULT

The status of the connector.

it_checks TYPE /AWS1/CL_EVSCONNECTORCHECK=>TT_CONNECTORSCHECKSLIST TT_CONNECTORSCHECKSLIST

A list of checks that are run on the connector.

iv_createdat TYPE /AWS1/EVSTIMESTAMP /AWS1/EVSTIMESTAMP

The date and time that the connector was created.

iv_modifiedat TYPE /AWS1/EVSTIMESTAMP /AWS1/EVSTIMESTAMP

The date and time that the connector was modified.


Queryable Attributes

environmentId

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

Accessible with the following methods

Method Description
GET_ENVIRONMENTID() Getter for ENVIRONMENTID, with configurable default
ASK_ENVIRONMENTID() Getter for ENVIRONMENTID w/ exceptions if field has no value
HAS_ENVIRONMENTID() Determine if ENVIRONMENTID has a value

connectorId

The unique ID of the connector.

Accessible with the following methods

Method Description
GET_CONNECTORID() Getter for CONNECTORID, with configurable default
ASK_CONNECTORID() Getter for CONNECTORID w/ exceptions if field has no value
HAS_CONNECTORID() Determine if CONNECTORID has a value

type

The type of the connector.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

applianceFqdn

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

Accessible with the following methods

Method Description
GET_APPLIANCEFQDN() Getter for APPLIANCEFQDN, with configurable default
ASK_APPLIANCEFQDN() Getter for APPLIANCEFQDN w/ exceptions if field has no value
HAS_APPLIANCEFQDN() Determine if APPLIANCEFQDN has a value

secretArn

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

Accessible with the following methods

Method Description
GET_SECRETARN() Getter for SECRETARN, with configurable default
ASK_SECRETARN() Getter for SECRETARN w/ exceptions if field has no value
HAS_SECRETARN() Determine if SECRETARN has a value

state

The state of the connector.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

stateDetails

A detailed description of the connector state.

Accessible with the following methods

Method Description
GET_STATEDETAILS() Getter for STATEDETAILS, with configurable default
ASK_STATEDETAILS() Getter for STATEDETAILS w/ exceptions if field has no value
HAS_STATEDETAILS() Determine if STATEDETAILS has a value

status

The status of the connector.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

checks

A list of checks that are run on the connector.

Accessible with the following methods

Method Description
GET_CHECKS() Getter for CHECKS, with configurable default
ASK_CHECKS() Getter for CHECKS w/ exceptions if field has no value
HAS_CHECKS() Determine if CHECKS has a value

createdAt

The date and time that the connector was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

modifiedAt

The date and time that the connector was modified.

Accessible with the following methods

Method Description
GET_MODIFIEDAT() Getter for MODIFIEDAT, with configurable default
ASK_MODIFIEDAT() Getter for MODIFIEDAT w/ exceptions if field has no value
HAS_MODIFIEDAT() Determine if MODIFIEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CONNECTORLIST

TYPES TT_CONNECTORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVSCONNECTOR WITH DEFAULT KEY
.