VMwareDetails interface
Store the fabric details specific to the VMware fabric.
- Extends
Properties
agent |
The number of source and target servers configured to talk to this CS. |
agent |
Agent expiry date. |
agent |
The agent Version. |
agent |
The agent version details. |
available |
The available memory. |
available |
The available space. |
cpu |
The percentage of the CPU load. |
cpu |
The CPU load status. |
cs |
The CS service status. |
database |
The database server load. |
database |
The database server load status. |
host |
The host name. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
ip |
The IP address. |
last |
The last heartbeat received from CS server. |
master |
The list of Master Target servers associated with the fabric. |
memory |
The memory usage status. |
process |
The number of process servers. |
process |
The list of Process Servers associated with the fabric. |
protected |
The number of protected servers. |
ps |
PS template version. |
replication |
The number of replication pairs configured in this CS. |
run |
The list of run as accounts created on the server. |
space |
The space usage status. |
ssl |
CS SSL cert expiry date. |
ssl |
CS SSL cert expiry date. |
switch |
The switch provider blocking error information. |
system |
The percentage of the system load. |
system |
The system load status. |
total |
The total memory. |
total |
The total space. |
version |
Version status. |
web |
The web load. |
web |
The web load status. |
Property Details
agentCount
The number of source and target servers configured to talk to this CS.
agentCount?: string
Property Value
string
agentExpiryDate
Agent expiry date.
agentExpiryDate?: Date
Property Value
Date
agentVersion
The agent Version.
agentVersion?: string
Property Value
string
agentVersionDetails
availableMemoryInBytes
The available memory.
availableMemoryInBytes?: number
Property Value
number
availableSpaceInBytes
The available space.
availableSpaceInBytes?: number
Property Value
number
cpuLoad
The percentage of the CPU load.
cpuLoad?: string
Property Value
string
cpuLoadStatus
The CPU load status.
cpuLoadStatus?: string
Property Value
string
csServiceStatus
The CS service status.
csServiceStatus?: string
Property Value
string
databaseServerLoad
The database server load.
databaseServerLoad?: string
Property Value
string
databaseServerLoadStatus
The database server load status.
databaseServerLoadStatus?: string
Property Value
string
hostName
The host name.
hostName?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VMware"
Property Value
"VMware"
ipAddress
The IP address.
ipAddress?: string
Property Value
string
lastHeartbeat
The last heartbeat received from CS server.
lastHeartbeat?: Date
Property Value
Date
masterTargetServers
The list of Master Target servers associated with the fabric.
masterTargetServers?: MasterTargetServer[]
Property Value
memoryUsageStatus
The memory usage status.
memoryUsageStatus?: string
Property Value
string
processServerCount
The number of process servers.
processServerCount?: string
Property Value
string
processServers
The list of Process Servers associated with the fabric.
processServers?: ProcessServer[]
Property Value
protectedServers
The number of protected servers.
protectedServers?: string
Property Value
string
psTemplateVersion
PS template version.
psTemplateVersion?: string
Property Value
string
replicationPairCount
The number of replication pairs configured in this CS.
replicationPairCount?: string
Property Value
string
runAsAccounts
The list of run as accounts created on the server.
runAsAccounts?: RunAsAccount[]
Property Value
spaceUsageStatus
The space usage status.
spaceUsageStatus?: string
Property Value
string
sslCertExpiryDate
CS SSL cert expiry date.
sslCertExpiryDate?: Date
Property Value
Date
sslCertExpiryRemainingDays
CS SSL cert expiry date.
sslCertExpiryRemainingDays?: number
Property Value
number
switchProviderBlockingErrorDetails
The switch provider blocking error information.
switchProviderBlockingErrorDetails?: InMageFabricSwitchProviderBlockingErrorDetails[]
Property Value
systemLoad
The percentage of the system load.
systemLoad?: string
Property Value
string
systemLoadStatus
The system load status.
systemLoadStatus?: string
Property Value
string
totalMemoryInBytes
The total memory.
totalMemoryInBytes?: number
Property Value
number
totalSpaceInBytes
The total space.
totalSpaceInBytes?: number
Property Value
number
versionStatus
Version status.
versionStatus?: string
Property Value
string
webLoad
The web load.
webLoad?: string
Property Value
string
webLoadStatus
The web load status.
webLoadStatus?: string
Property Value
string