/AWS1/CL_DSYDESCRAGENTRESPONSE¶
DescribeAgentResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_agentarn TYPE /AWS1/DSYAGENTARN /AWS1/DSYAGENTARN¶
The ARN of the agent.
iv_name TYPE /AWS1/DSYTAGVALUE /AWS1/DSYTAGVALUE¶
The name of the agent.
iv_status TYPE /AWS1/DSYAGENTSTATUS /AWS1/DSYAGENTSTATUS¶
The status of the agent.
If the status is
ONLINE, the agent is configured properly and ready to use.If the status is
OFFLINE, the agent has been out of contact with DataSync for five minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
iv_lastconnectiontime TYPE /AWS1/DSYTIME /AWS1/DSYTIME¶
The last time that the agent was communicating with the DataSync service.
iv_creationtime TYPE /AWS1/DSYTIME /AWS1/DSYTIME¶
The time that the agent was activated.
iv_endpointtype TYPE /AWS1/DSYENDPOINTTYPE /AWS1/DSYENDPOINTTYPE¶
The type of service endpoint that your agent is connected to.
io_privatelinkconfig TYPE REF TO /AWS1/CL_DSYPRIVATELINKCONFIG /AWS1/CL_DSYPRIVATELINKCONFIG¶
The network configuration that the agent uses when connecting to a VPC service endpoint.
io_platform TYPE REF TO /AWS1/CL_DSYPLATFORM /AWS1/CL_DSYPLATFORM¶
The platform-related details about the agent, such as the version number.
Queryable Attributes¶
AgentArn¶
The ARN of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTARN() |
Getter for AGENTARN, with configurable default |
ASK_AGENTARN() |
Getter for AGENTARN w/ exceptions if field has no value |
HAS_AGENTARN() |
Determine if AGENTARN has a value |
Name¶
The name of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Status¶
The status of the agent.
If the status is
ONLINE, the agent is configured properly and ready to use.If the status is
OFFLINE, the agent has been out of contact with DataSync for five minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
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 |
LastConnectionTime¶
The last time that the agent was communicating with the DataSync service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTCONNECTIONTIME() |
Getter for LASTCONNECTIONTIME, with configurable default |
ASK_LASTCONNECTIONTIME() |
Getter for LASTCONNECTIONTIME w/ exceptions if field has no |
HAS_LASTCONNECTIONTIME() |
Determine if LASTCONNECTIONTIME has a value |
CreationTime¶
The time that the agent was activated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
EndpointType¶
The type of service endpoint that your agent is connected to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE, with configurable default |
ASK_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE w/ exceptions if field has no value |
HAS_ENDPOINTTYPE() |
Determine if ENDPOINTTYPE has a value |
PrivateLinkConfig¶
The network configuration that the agent uses when connecting to a VPC service endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIVATELINKCONFIG() |
Getter for PRIVATELINKCONFIG |
Platform¶
The platform-related details about the agent, such as the version number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORM() |
Getter for PLATFORM |