VMwareVmDetails Class

Definition

VMware provider specific settings.

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

Properties

AgentGeneratedId

The ID generated by the InMage agent after it gets installed on guest. This is the ID to be used during InMage CreateProtection.

AgentInstalled

The value indicating if InMage scout agent is installed on guest.

AgentVersion

The agent version.

DiscoveryType

A value indicating the discovery type of the machine. Value can be vCenter or physical.

DiskDetails

The disk details.

IPAddress

The IP address.

OSType

The OsType installed on VM.

PoweredOn

The value indicating whether VM is powered on.

ValidationErrors

The validation errors.

VCenterInfrastructureId

The VCenter infrastructure Id.

Explicit Interface Implementations

IJsonModel<SiteRecoveryReplicationProviderSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryReplicationProviderSettings)
IJsonModel<SiteRecoveryReplicationProviderSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryReplicationProviderSettings)
IJsonModel<VMwareVmDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareVmDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryReplicationProviderSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SiteRecoveryReplicationProviderSettings)
IPersistableModel<SiteRecoveryReplicationProviderSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryReplicationProviderSettings)
IPersistableModel<SiteRecoveryReplicationProviderSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SiteRecoveryReplicationProviderSettings)
IPersistableModel<VMwareVmDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareVmDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareVmDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to