次の方法で共有


VMwareDetails Class

Definition

Store the fabric details specific to the VMware fabric.

[Newtonsoft.Json.JsonObject("VMware")]
public class VMwareDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificDetails
[<Newtonsoft.Json.JsonObject("VMware")>]
type VMwareDetails = class
    inherit FabricSpecificDetails
Public Class VMwareDetails
Inherits FabricSpecificDetails
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

VMwareDetails()

Initializes a new instance of the VMwareDetails class.

VMwareDetails(IList<ProcessServer>, IList<MasterTargetServer>, IList<RunAsAccount>, String, String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, String, String, String, String, String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<DateTime>, VersionDetails, IList<InMageFabricSwitchProviderBlockingErrorDetails>)

Initializes a new instance of the VMwareDetails class.

Properties

AgentCount

Gets or sets the number of source and target servers configured to talk to this CS.

AgentExpiryDate

Gets or sets agent expiry date.

AgentVersion

Gets or sets the agent Version.

AgentVersionDetails

Gets or sets the agent version details.

AvailableMemoryInBytes

Gets or sets the available memory.

AvailableSpaceInBytes

Gets or sets the available space.

CpuLoad

Gets or sets the percentage of the CPU load.

CpuLoadStatus

Gets or sets the CPU load status.

CsServiceStatus

Gets or sets the CS service status.

DatabaseServerLoad

Gets or sets the database server load.

DatabaseServerLoadStatus

Gets or sets the database server load status.

HostName

Gets or sets the host name.

IPAddress

Gets or sets the IP address.

LastHeartbeat

Gets or sets the last heartbeat received from CS server.

MasterTargetServers

Gets or sets the list of Master Target servers associated with the fabric.

MemoryUsageStatus

Gets or sets the memory usage status.

ProcessServerCount

Gets or sets the number of process servers.

ProcessServers

Gets or sets the list of Process Servers associated with the fabric.

ProtectedServers

Gets or sets the number of protected servers.

PsTemplateVersion

Gets or sets pS template version.

ReplicationPairCount

Gets or sets the number of replication pairs configured in this CS.

RunAsAccounts

Gets or sets the list of run as accounts created on the server.

SpaceUsageStatus

Gets or sets the space usage status.

SslCertExpiryDate

Gets or sets cS SSL cert expiry date.

SslCertExpiryRemainingDays

Gets or sets cS SSL cert expiry date.

SwitchProviderBlockingErrorDetails

Gets or sets the switch provider blocking error information.

SystemLoad

Gets or sets the percentage of the system load.

SystemLoadStatus

Gets or sets the system load status.

TotalMemoryInBytes

Gets or sets the total memory.

TotalSpaceInBytes

Gets or sets the total space.

VersionStatus

Gets or sets version status.

WebLoad

Gets or sets the web load.

WebLoadStatus

Gets or sets the web load status.

Applies to