AgentProperties interface
model interface AgentProperties
Properties
| agent |
The Agent status. |
| agent |
The Agent version. |
| arc |
The fully qualified resource ID of the Hybrid Compute resource for the Agent. |
| arc |
The VM UUID of the Hybrid Compute resource for the Agent. |
| description | A description for the Agent. |
| error |
|
| last |
The last updated time of the Agent status. |
| local |
Local IP address reported by the Agent. |
| memory |
Available memory reported by the Agent, in MB. |
| number |
Available compute cores reported by the Agent. |
| provisioning |
The provisioning state of this resource. |
| time |
The agent's local time zone represented in Windows format. |
| upload |
The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. |
| uptime |
Uptime of the Agent in seconds. |
Property Details
agentStatus
The Agent status.
agentStatus?: string
Property Value
string
agentVersion
The Agent version.
agentVersion?: string
Property Value
string
arcResourceId
The fully qualified resource ID of the Hybrid Compute resource for the Agent.
arcResourceId: string
Property Value
string
arcVmUuid
The VM UUID of the Hybrid Compute resource for the Agent.
arcVmUuid: string
Property Value
string
description
A description for the Agent.
description?: string
Property Value
string
errorDetails
lastStatusUpdate
The last updated time of the Agent status.
lastStatusUpdate?: Date
Property Value
Date
localIPAddress
Local IP address reported by the Agent.
localIPAddress?: string
Property Value
string
memoryInMB
Available memory reported by the Agent, in MB.
memoryInMB?: number
Property Value
number
numberOfCores
Available compute cores reported by the Agent.
numberOfCores?: number
Property Value
number
provisioningState
The provisioning state of this resource.
provisioningState?: string
Property Value
string
timeZone
The agent's local time zone represented in Windows format.
timeZone?: string
Property Value
string
uploadLimitSchedule
The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time.
uploadLimitSchedule?: UploadLimitSchedule
Property Value
uptimeInSeconds
Uptime of the Agent in seconds.
uptimeInSeconds?: number
Property Value
number