InMageRcmApplianceDetails 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.
InMageRcm appliance details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmApplianceDetailsTypeConverter))]
public class InMageRcmApplianceDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmApplianceDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmApplianceDetailsTypeConverter))>]
type InMageRcmApplianceDetails = class
interface IInMageRcmApplianceDetails
interface IJsonSerializable
Public Class InMageRcmApplianceDetails
Implements IInMageRcmApplianceDetails
- Inheritance
-
InMageRcmApplianceDetails
- Attributes
- Implements
Constructors
InMageRcmApplianceDetails() |
Creates an new InMageRcmApplianceDetails instance. |
Properties
DraBiosId |
The DRA Bios Id. |
DraForwardProtectedItemCount |
The count of protected items which are protected in forward direction. |
DraHealth |
The health. |
DraHealthError |
The health errors. |
DraId |
The DRA Id. |
DraLastHeartbeatUtc |
The last heartbeat received from the DRA. |
DraName |
The DRA name. |
DraReverseProtectedItemCount |
The count of protected items which are protected in reverse direction. |
DraVersion |
The version. |
FabricArmId |
The fabric ARM Id. |
Id |
The appliance Id. |
MarAgentBiosId |
The Mars agent Bios Id. |
MarAgentFabricObjectId |
The fabric object Id. |
MarAgentFqdn |
The Mars agent Fqdn. |
MarAgentHealth |
The health of the Mars agent. |
MarAgentHealthError |
The health errors. |
MarAgentId |
The Mars agent Id. |
MarAgentLastHeartbeatUtc |
The last heartbeat received from the Mars agent. |
MarAgentName |
The Mars agent name. |
MarAgentVersion |
The version. |
Name |
The appliance name. |
ProcessServer |
The process server. |
PushInstallerBiosId |
The push installer Bios Id. |
PushInstallerFabricObjectId |
The fabric object Id. |
PushInstallerFqdn |
The push installer Fqdn. |
PushInstallerHealth |
The health of the push installer. |
PushInstallerHealthError |
The health errors. |
PushInstallerId |
The push installer Id. |
PushInstallerLastHeartbeatUtc |
The last heartbeat received from the push installer. |
PushInstallerName |
The push installer name. |
PushInstallerVersion |
The version. |
RcmProxyBiosId |
The RCM proxy Bios Id. |
RcmProxyClientAuthenticationType |
The client authentication type. |
RcmProxyFabricObjectId |
The fabric object Id. |
RcmProxyFqdn |
The RCM proxy Fqdn. |
RcmProxyHealth |
The health of the RCM proxy. |
RcmProxyHealthError |
The health errors. |
RcmProxyId |
The RCM proxy Id. |
RcmProxyLastHeartbeatUtc |
The last heartbeat received from the RCM proxy. |
RcmProxyName |
The RCM proxy name. |
RcmProxyVersion |
The version. |
ReplicationAgentBiosId |
The replication agent Bios Id. |
ReplicationAgentFabricObjectId |
The fabric object Id. |
ReplicationAgentFqdn |
The replication agent Fqdn. |
ReplicationAgentHealth |
The health of the replication agent. |
ReplicationAgentHealthError |
The health errors. |
ReplicationAgentId |
The replication agent Id. |
ReplicationAgentLastHeartbeatUtc |
The last heartbeat received from the replication agent. |
ReplicationAgentName |
The replication agent name. |
ReplicationAgentVersion |
The version. |
ReprotectAgentAccessibleDatastore |
The list of accessible datastores fetched from discovery. |
ReprotectAgentBiosId |
The reprotect agent Bios Id. |
ReprotectAgentFabricObjectId |
The fabric object Id. |
ReprotectAgentFqdn |
The reprotect agent Fqdn. |
ReprotectAgentHealth |
The health of the reprotect agent. |
ReprotectAgentHealthError |
The health errors. |
ReprotectAgentId |
The reprotect agent Id. |
ReprotectAgentLastDiscoveryInUtc |
The last time when SDS information discovered in SRS. |
ReprotectAgentLastHeartbeatUtc |
The last heartbeat received from the reprotect agent. |
ReprotectAgentName |
The reprotect agent name. |
ReprotectAgentProtectedItemCount |
The protected item count. |
ReprotectAgentVcenterId |
The Vcenter Id. |
ReprotectAgentVersion |
The version. |
SwitchProviderBlockingErrorDetail |
The switch provider blocking error information. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageRcmApplianceDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageRcmApplianceDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmApplianceDetails. |
FromJsonString(String) |
Creates a new instance of InMageRcmApplianceDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageRcmApplianceDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |