Share via


ReprotectAgentDetails Class

Definition

Reprotect agent details.

public class ReprotectAgentDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReprotectAgentDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReprotectAgentDetails>
type ReprotectAgentDetails = class
    interface IJsonModel<ReprotectAgentDetails>
    interface IPersistableModel<ReprotectAgentDetails>
Public Class ReprotectAgentDetails
Implements IJsonModel(Of ReprotectAgentDetails), IPersistableModel(Of ReprotectAgentDetails)
Inheritance
ReprotectAgentDetails
Implements

Properties

AccessibleDatastores

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.

HealthErrors

The health errors.

Id

The reprotect agent Id.

Last

The last time when SDS information discovered in SRS.

LastHeartbeatReceivedOn

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.

Explicit Interface Implementations

IJsonModel<ReprotectAgentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ReprotectAgentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReprotectAgentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReprotectAgentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ReprotectAgentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to