ProcessServerDetails Constructors
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.
Overloads
ProcessServerDetails() |
Initializes a new instance of the ProcessServerDetails class. |
ProcessServerDetails(String, String, String, String, String, IList<String>, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, String, Nullable<Int64>, String, String, String, String, String, IList<HealthError>, Nullable<Int32>, String) |
Initializes a new instance of the ProcessServerDetails class. |
ProcessServerDetails()
Initializes a new instance of the ProcessServerDetails class.
public ProcessServerDetails ();
Public Sub New ()
Applies to
ProcessServerDetails(String, String, String, String, String, IList<String>, String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, String, Nullable<Int64>, String, String, String, String, String, IList<HealthError>, Nullable<Int32>, String)
Initializes a new instance of the ProcessServerDetails class.
public ProcessServerDetails (string id = default, string name = default, string biosId = default, string fabricObjectId = default, string fqdn = default, System.Collections.Generic.IList<string> ipAddresses = default, string version = default, DateTime? lastHeartbeatUtc = default, long? totalMemoryInBytes = default, long? availableMemoryInBytes = default, long? usedMemoryInBytes = default, double? memoryUsagePercentage = default, long? totalSpaceInBytes = default, long? availableSpaceInBytes = default, long? usedSpaceInBytes = default, double? freeSpacePercentage = default, long? throughputUploadPendingDataInBytes = default, long? throughputInBytes = default, double? processorUsagePercentage = default, string throughputStatus = default, long? systemLoad = default, string systemLoadStatus = default, string diskUsageStatus = default, string memoryUsageStatus = default, string processorUsageStatus = default, string health = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default, int? protectedItemCount = default, string historicHealth = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServerDetails : string * string * string * string * string * System.Collections.Generic.IList<string> * string * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<double> * Nullable<int64> * Nullable<int64> * Nullable<double> * string * Nullable<int64> * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServerDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional fabricObjectId As String = Nothing, Optional fqdn As String = Nothing, Optional ipAddresses As IList(Of String) = Nothing, Optional version As String = Nothing, Optional lastHeartbeatUtc As Nullable(Of DateTime) = Nothing, Optional totalMemoryInBytes As Nullable(Of Long) = Nothing, Optional availableMemoryInBytes As Nullable(Of Long) = Nothing, Optional usedMemoryInBytes As Nullable(Of Long) = Nothing, Optional memoryUsagePercentage As Nullable(Of Double) = Nothing, Optional totalSpaceInBytes As Nullable(Of Long) = Nothing, Optional availableSpaceInBytes As Nullable(Of Long) = Nothing, Optional usedSpaceInBytes As Nullable(Of Long) = Nothing, Optional freeSpacePercentage As Nullable(Of Double) = Nothing, Optional throughputUploadPendingDataInBytes As Nullable(Of Long) = Nothing, Optional throughputInBytes As Nullable(Of Long) = Nothing, Optional processorUsagePercentage As Nullable(Of Double) = Nothing, Optional throughputStatus As String = Nothing, Optional systemLoad As Nullable(Of Long) = Nothing, Optional systemLoadStatus As String = Nothing, Optional diskUsageStatus As String = Nothing, Optional memoryUsageStatus As String = Nothing, Optional processorUsageStatus As String = Nothing, Optional health As String = Nothing, Optional healthErrors As IList(Of HealthError) = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional historicHealth As String = Nothing)
Parameters
- id
- String
The process server Id.
- name
- String
The process server name.
- biosId
- String
The process server Bios Id.
- fabricObjectId
- String
The fabric object Id.
- fqdn
- String
The process server Fqdn.
- version
- String
The version.
- throughputStatus
- String
The throughput status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'
- systemLoadStatus
- String
The system load status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'
- diskUsageStatus
- String
The disk usage status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'
- memoryUsageStatus
- String
The memory usage status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'
- processorUsageStatus
- String
The processor usage status. Possible values include: 'Healthy', 'Warning', 'Critical', 'Unknown'
- health
- String
The health of the process server. Possible values include: 'None', 'Normal', 'Warning', 'Critical'
- healthErrors
- IList<HealthError>
The health errors.
- historicHealth
- String
The historic health of the process server based on the health in last 24 hours. Possible values include: 'None', 'Normal', 'Warning', 'Critical'