VMware Details Response
data class VMwareDetailsResponse(val agentCount: String? = null, val agentExpiryDate: String? = null, val agentVersion: String? = null, val agentVersionDetails: VersionDetailsResponse? = null, val availableMemoryInBytes: Double? = null, val availableSpaceInBytes: Double? = null, val cpuLoad: String? = null, val cpuLoadStatus: String? = null, val csServiceStatus: String? = null, val databaseServerLoad: String? = null, val databaseServerLoadStatus: String? = null, val hostName: String? = null, val instanceType: String, val ipAddress: String? = null, val lastHeartbeat: String? = null, val masterTargetServers: List<MasterTargetServerResponse>? = null, val memoryUsageStatus: String? = null, val processServerCount: String? = null, val processServers: List<ProcessServerResponse>? = null, val protectedServers: String? = null, val psTemplateVersion: String? = null, val replicationPairCount: String? = null, val runAsAccounts: List<RunAsAccountResponse>? = null, val spaceUsageStatus: String? = null, val sslCertExpiryDate: String? = null, val sslCertExpiryRemainingDays: Int? = null, val systemLoad: String? = null, val systemLoadStatus: String? = null, val totalMemoryInBytes: Double? = null, val totalSpaceInBytes: Double? = null, val versionStatus: String? = null, val webLoad: String? = null, val webLoadStatus: String? = null)
Store the fabric details specific to the VMware fabric.
Constructors
Link copied to clipboard
fun VMwareDetailsResponse(agentCount: String? = null, agentExpiryDate: String? = null, agentVersion: String? = null, agentVersionDetails: VersionDetailsResponse? = null, availableMemoryInBytes: Double? = null, availableSpaceInBytes: Double? = null, cpuLoad: String? = null, cpuLoadStatus: String? = null, csServiceStatus: String? = null, databaseServerLoad: String? = null, databaseServerLoadStatus: String? = null, hostName: String? = null, instanceType: String, ipAddress: String? = null, lastHeartbeat: String? = null, masterTargetServers: List<MasterTargetServerResponse>? = null, memoryUsageStatus: String? = null, processServerCount: String? = null, processServers: List<ProcessServerResponse>? = null, protectedServers: String? = null, psTemplateVersion: String? = null, replicationPairCount: String? = null, runAsAccounts: List<RunAsAccountResponse>? = null, spaceUsageStatus: String? = null, sslCertExpiryDate: String? = null, sslCertExpiryRemainingDays: Int? = null, systemLoad: String? = null, systemLoadStatus: String? = null, totalMemoryInBytes: Double? = null, totalSpaceInBytes: Double? = null, versionStatus: String? = null, webLoad: String? = null, webLoadStatus: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard