VMwareDetailsResponse

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentCount: String? = null

The number of source and target servers configured to talk to this CS.

Link copied to clipboard
val agentExpiryDate: String? = null

Agent expiry date.

Link copied to clipboard
val agentVersion: String? = null

The agent Version.

Link copied to clipboard

The agent version details.

Link copied to clipboard

The available memory.

Link copied to clipboard

The available space.

Link copied to clipboard
val cpuLoad: String? = null

The percentage of the CPU load.

Link copied to clipboard
val cpuLoadStatus: String? = null

The CPU load status.

Link copied to clipboard
val csServiceStatus: String? = null

The CS service status.

Link copied to clipboard

The database server load.

Link copied to clipboard

The database server load status.

Link copied to clipboard
val hostName: String? = null

The host name.

Link copied to clipboard

Gets the class type. Overridden in derived classes. Expected value is 'VMware'.

Link copied to clipboard
val ipAddress: String? = null

The IP address.

Link copied to clipboard
val lastHeartbeat: String? = null

The last heartbeat received from CS server.

Link copied to clipboard

The list of Master Target servers associated with the fabric.

Link copied to clipboard

The memory usage status.

Link copied to clipboard

The number of process servers.

Link copied to clipboard

The list of Process Servers associated with the fabric.

Link copied to clipboard

The number of protected servers.

Link copied to clipboard

PS template version.

Link copied to clipboard

The number of replication pairs configured in this CS.

Link copied to clipboard

The list of run as accounts created on the server.

Link copied to clipboard

The space usage status.

Link copied to clipboard

CS SSL cert expiry date.

Link copied to clipboard

CS SSL cert expiry date.

Link copied to clipboard
val systemLoad: String? = null

The percentage of the system load.

Link copied to clipboard

The system load status.

Link copied to clipboard

The total memory.

Link copied to clipboard

The total space.

Link copied to clipboard
val versionStatus: String? = null

Version status

Link copied to clipboard
val webLoad: String? = null

The web load.

Link copied to clipboard
val webLoadStatus: String? = null

The web load status.