Migrate Agent Model Properties Response
data class MigrateAgentModelPropertiesResponse(val authenticationIdentity: IdentityModelResponse? = null, val correlationId: String, val customProperties: VMwareMigrateAgentModelCustomPropertiesResponse? = null, val healthErrors: List<HealthErrorModelResponse>, val isResponsive: Boolean, val lastHeartbeat: String, val machineId: String? = null, val machineName: String? = null, val provisioningState: String, val versionNumber: String)
MigrateAgent model properties.
Constructors
Link copied to clipboard
constructor(authenticationIdentity: IdentityModelResponse? = null, correlationId: String, customProperties: VMwareMigrateAgentModelCustomPropertiesResponse? = null, healthErrors: List<HealthErrorModelResponse>, isResponsive: Boolean, lastHeartbeat: String, machineId: String? = null, machineName: String? = null, provisioningState: String, versionNumber: String)
Properties
Link copied to clipboard
Identity model.
Link copied to clipboard
Gets or sets the MigrateAgent correlation Id.
Link copied to clipboard
MigrateAgent model custom properties.
Link copied to clipboard
Gets or sets the list of health errors.
Link copied to clipboard
Gets or sets a value indicating whether MigrateAgent is responsive.
Link copied to clipboard
Gets or sets the time when last heartbeat was sent by the MigrateAgent.
Link copied to clipboard
Gets or sets the machine name where MigrateAgent is running.
Link copied to clipboard
Gets or sets the provisioning state of the MigrateAgent.
Link copied to clipboard
Gets or sets the MigrateAgent version.