VMwareDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Store the fabric details specific to the VMware fabric.
public class VMwareDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareDetails>
type VMwareDetails = class
inherit FabricSpecificDetails
interface IJsonModel<VMwareDetails>
interface IPersistableModel<VMwareDetails>
Public Class VMwareDetails
Inherits FabricSpecificDetails
Implements IJsonModel(Of VMwareDetails), IPersistableModel(Of VMwareDetails)
- Inheritance
- Implements
Properties
AgentCount |
The number of source and target servers configured to talk to this CS. |
AgentExpireOn |
Agent expiry date. |
AgentVersion |
The agent Version. |
AgentVersionDetails |
The agent version details. |
AvailableMemoryInBytes |
The available memory. |
AvailableSpaceInBytes |
The available space. |
CpuLoad |
The percentage of the CPU load. |
CpuLoadStatus |
The CPU load status. |
CsServiceStatus |
The CS service status. |
DatabaseServerLoad |
The database server load. |
DatabaseServerLoadStatus |
The database server load status. |
HostName |
The host name. |
IPAddress |
The IP address. |
LastHeartbeat |
The last heartbeat received from CS server. |
MasterTargetServers |
The list of Master Target servers associated with the fabric. |
MemoryUsageStatus |
The memory usage status. |
ProcessServerCount |
The number of process servers. |
ProcessServers |
The list of Process Servers associated with the fabric. |
ProtectedServers |
The number of protected servers. |
PSTemplateVersion |
PS template version. |
ReplicationPairCount |
The number of replication pairs configured in this CS. |
RunAsAccounts |
The list of run as accounts created on the server. |
SpaceUsageStatus |
The space usage status. |
SslCertExpireOn |
CS SSL cert expiry date. |
SslCertExpiryRemainingDays |
CS SSL cert expiry date. |
SwitchProviderBlockingErrorDetails |
The switch provider blocking error information. |
SystemLoad |
The percentage of the system load. |
SystemLoadStatus |
The system load status. |
TotalMemoryInBytes |
The total memory. |
TotalSpaceInBytes |
The total space. |
VersionStatus |
Version status. |
WebLoad |
The web load. |
WebLoadStatus |
The web load status. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET