IReprotectAgentDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ReprotectAgentDetailsTypeConverter))]
public interface IReprotectAgentDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ReprotectAgentDetailsTypeConverter))>]
type IReprotectAgentDetails = interface
interface IJsonSerializable
Public Interface IReprotectAgentDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |