DraModelPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Gets or sets the Dra correlation Id.

Link copied to clipboard
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 Id where Dra is running.

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
Link copied to clipboard

Gets or sets the Dra version.