ReprotectAgentDetails 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.
Reprotect agent details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReprotectAgentDetailsTypeConverter))]
public class ReprotectAgentDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReprotectAgentDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReprotectAgentDetailsTypeConverter))>]
type ReprotectAgentDetails = class
interface IReprotectAgentDetails
interface IJsonSerializable
Public Class ReprotectAgentDetails
Implements IReprotectAgentDetails
- Inheritance
-
ReprotectAgentDetails
- Attributes
- Implements
Constructors
ReprotectAgentDetails() |
Creates an new ReprotectAgentDetails instance. |
Properties
AccessibleDatastore |
The list of accessible datastores fetched from discovery. |
BiosId |
The reprotect agent Bios Id. |
FabricObjectId |
The fabric object Id. |
Fqdn |
The reprotect agent Fqdn. |
Health |
The health of the reprotect agent. |
HealthError |
The health errors. |
Id |
The reprotect agent Id. |
LastDiscoveryInUtc |
The last time when SDS information discovered in SRS. |
LastHeartbeatUtc |
The last heartbeat received from the reprotect agent. |
Name |
The reprotect agent name. |
ProtectedItemCount |
The protected item count. |
VcenterId |
The Vcenter Id. |
Version |
The version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReprotectAgentDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReprotectAgentDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReprotectAgentDetails. |
FromJsonString(String) |
Creates a new instance of ReprotectAgentDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReprotectAgentDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |