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
fun VCenterPropertiesResponse(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)