/AWS1/CL_SMSCONNECTOR¶
Represents a connector.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_connectorid TYPE /AWS1/SMSCONNECTORID /AWS1/SMSCONNECTORID¶
The ID of the connector.
iv_version TYPE /AWS1/SMSCONNECTORVERSION /AWS1/SMSCONNECTORVERSION¶
The connector version.
iv_status TYPE /AWS1/SMSCONNECTORSTATUS /AWS1/SMSCONNECTORSTATUS¶
The status of the connector.
it_capabilitylist TYPE /AWS1/CL_SMSCNCTORCAPABILITY00=>TT_CONNECTORCAPABILITYLIST TT_CONNECTORCAPABILITYLIST¶
The capabilities of the connector.
iv_vmmanagername TYPE /AWS1/SMSVMMANAGERNAME /AWS1/SMSVMMANAGERNAME¶
The name of the VM manager.
iv_vmmanagertype TYPE /AWS1/SMSVMMANAGERTYPE /AWS1/SMSVMMANAGERTYPE¶
The VM management product.
iv_vmmanagerid TYPE /AWS1/SMSVMMANAGERID /AWS1/SMSVMMANAGERID¶
The ID of the VM manager.
iv_ipaddress TYPE /AWS1/SMSIPADDRESS /AWS1/SMSIPADDRESS¶
The IP address of the connector.
iv_macaddress TYPE /AWS1/SMSMACADDRESS /AWS1/SMSMACADDRESS¶
The MAC address of the connector.
iv_associatedon TYPE /AWS1/SMSTIMESTAMP /AWS1/SMSTIMESTAMP¶
The time the connector was associated.
Queryable Attributes¶
connectorId¶
The 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 |
version¶
The connector version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION 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 |
capabilityList¶
The capabilities of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITYLIST() |
Getter for CAPABILITYLIST, with configurable default |
ASK_CAPABILITYLIST() |
Getter for CAPABILITYLIST w/ exceptions if field has no valu |
HAS_CAPABILITYLIST() |
Determine if CAPABILITYLIST has a value |
vmManagerName¶
The name of the VM manager.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VMMANAGERNAME() |
Getter for VMMANAGERNAME, with configurable default |
ASK_VMMANAGERNAME() |
Getter for VMMANAGERNAME w/ exceptions if field has no value |
HAS_VMMANAGERNAME() |
Determine if VMMANAGERNAME has a value |
vmManagerType¶
The VM management product.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VMMANAGERTYPE() |
Getter for VMMANAGERTYPE, with configurable default |
ASK_VMMANAGERTYPE() |
Getter for VMMANAGERTYPE w/ exceptions if field has no value |
HAS_VMMANAGERTYPE() |
Determine if VMMANAGERTYPE has a value |
vmManagerId¶
The ID of the VM manager.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VMMANAGERID() |
Getter for VMMANAGERID, with configurable default |
ASK_VMMANAGERID() |
Getter for VMMANAGERID w/ exceptions if field has no value |
HAS_VMMANAGERID() |
Determine if VMMANAGERID has a value |
ipAddress¶
The IP address of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESS() |
Getter for IPADDRESS, with configurable default |
ASK_IPADDRESS() |
Getter for IPADDRESS w/ exceptions if field has no value |
HAS_IPADDRESS() |
Determine if IPADDRESS has a value |
macAddress¶
The MAC address of the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MACADDRESS() |
Getter for MACADDRESS, with configurable default |
ASK_MACADDRESS() |
Getter for MACADDRESS w/ exceptions if field has no value |
HAS_MACADDRESS() |
Determine if MACADDRESS has a value |
associatedOn¶
The time the connector was associated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDON() |
Getter for ASSOCIATEDON, with configurable default |
ASK_ASSOCIATEDON() |
Getter for ASSOCIATEDON w/ exceptions if field has no value |
HAS_ASSOCIATEDON() |
Determine if ASSOCIATEDON 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_SMSCONNECTOR WITH DEFAULT KEY
.