VCenter Properties Response
data class VCenterPropertiesResponse(val discoveryStatus: String? = null, val fabricArmResourceName: String? = null, val friendlyName: String? = null, val healthErrors: List<HealthErrorResponse>? = null, val infrastructureId: String? = null, val internalId: String? = null, val ipAddress: String? = null, val lastHeartbeat: String? = null, val port: String? = null, val processServerId: String? = null, val runAsAccountId: String? = null)
vCenter properties.
Constructors
Link copied to clipboard
constructor(discoveryStatus: String? = null, fabricArmResourceName: String? = null, friendlyName: String? = null, healthErrors: List<HealthErrorResponse>? = null, infrastructureId: String? = null, internalId: String? = null, ipAddress: String? = null, lastHeartbeat: String? = null, port: String? = null, processServerId: String? = null, runAsAccountId: String? = null)
Properties
Link copied to clipboard
The VCenter discovery status.
Link copied to clipboard
The ARM resource name of the fabric containing this VCenter.
Link copied to clipboard
Friendly name of the vCenter.
Link copied to clipboard
The health errors for this VCenter.
Link copied to clipboard
The infrastructure Id of vCenter.
Link copied to clipboard
VCenter internal ID.
Link copied to clipboard
The time when the last heartbeat was received by vCenter.
Link copied to clipboard
The process server Id.
Link copied to clipboard
The account Id which has privileges to discover the vCenter.