Get Agent Result
data class GetAgentResult(val agentStatus: String, val agentVersion: String, val arcResourceId: String, val arcVmUuid: String, val description: String? = null, val errorDetails: AgentPropertiesResponseErrorDetails, val id: String, val lastStatusUpdate: String, val localIPAddress: String, val memoryInMB: Double, val name: String, val numberOfCores: Double, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val uptimeInSeconds: Double)
The Agent resource.
Constructors
Link copied to clipboard
constructor(agentStatus: String, agentVersion: String, arcResourceId: String, arcVmUuid: String, description: String? = null, errorDetails: AgentPropertiesResponseErrorDetails, id: String, lastStatusUpdate: String, localIPAddress: String, memoryInMB: Double, name: String, numberOfCores: Double, provisioningState: String, systemData: SystemDataResponse, type: String, uptimeInSeconds: Double)
Properties
Link copied to clipboard
The Agent status.
Link copied to clipboard
The Agent version.
Link copied to clipboard
The fully qualified resource ID of the Hybrid Compute resource for the Agent.
Link copied to clipboard
A description for the Agent.
Link copied to clipboard
Link copied to clipboard
The last updated time of the Agent status.
Link copied to clipboard
Local IP address reported by the Agent.
Link copied to clipboard
Available memory reported by the Agent, in MB.
Link copied to clipboard
Available compute cores reported by the Agent.
Link copied to clipboard
The provisioning state of this resource.
Link copied to clipboard
Resource system metadata.
Link copied to clipboard
Uptime of the Agent in seconds.