Dra Model Properties Response
data class DraModelPropertiesResponse(val authenticationIdentity: IdentityModelResponse, val correlationId: String, val customProperties: VMwareDraModelCustomPropertiesResponse, val healthErrors: List<HealthErrorModelResponse>, val isResponsive: Boolean, val lastHeartbeat: String, val machineId: String, val machineName: String, val provisioningState: String, val resourceAccessIdentity: IdentityModelResponse, val versionNumber: String)
Dra model properties.
Constructors
Link copied to clipboard
constructor(authenticationIdentity: IdentityModelResponse, correlationId: String, customProperties: VMwareDraModelCustomPropertiesResponse, healthErrors: List<HealthErrorModelResponse>, isResponsive: Boolean, lastHeartbeat: String, machineId: String, machineName: String, provisioningState: String, resourceAccessIdentity: IdentityModelResponse, versionNumber: String)
Properties
Link copied to clipboard
Identity model.
Link copied to clipboard
Gets or sets the Dra correlation Id.
Link copied to clipboard
Dra 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 Dra is responsive.
Link copied to clipboard
Gets or sets the time when last heartbeat was sent by the Dra.
Link copied to clipboard
Gets or sets the machine name where Dra is running.
Link copied to clipboard
Gets or sets the provisioning state of the Dra.
Link copied to clipboard
Identity model.
Link copied to clipboard
Gets or sets the Dra version.