Fabric Agent Model Properties Response
data class FabricAgentModelPropertiesResponse(val authenticationIdentity: IdentityModelResponse, val correlationId: String, val customProperties: VMwareFabricAgentModelCustomPropertiesResponse, 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)
Fabric agent model properties.
Constructors
Link copied to clipboard
constructor(authenticationIdentity: IdentityModelResponse, correlationId: String, customProperties: VMwareFabricAgentModelCustomPropertiesResponse, 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 fabric agent correlation Id.
Link copied to clipboard
Fabric agent 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 the fabric agent is responsive.
Link copied to clipboard
Gets or sets the time when last heartbeat was sent by the fabric agent.
Link copied to clipboard
Gets or sets the machine name where fabric agent is running.
Link copied to clipboard
Gets or sets the provisioning state of the fabric agent.
Link copied to clipboard
Identity model.
Link copied to clipboard
Gets or sets the fabric agent version.