Freigeben über


VMwareVirtualMachineDetails Class

Definition

VMware provider specific settings.

[Newtonsoft.Json.JsonObject("VMwareVirtualMachine")]
public class VMwareVirtualMachineDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ConfigurationSettings
[<Newtonsoft.Json.JsonObject("VMwareVirtualMachine")>]
type VMwareVirtualMachineDetails = class
    inherit ConfigurationSettings
Public Class VMwareVirtualMachineDetails
Inherits ConfigurationSettings
Inheritance
VMwareVirtualMachineDetails
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

VMwareVirtualMachineDetails()

Initializes a new instance of the VMwareVirtualMachineDetails class.

VMwareVirtualMachineDetails(String, String, String, String, String, String, String, String, IList<InMageDiskDetails>, IList<HealthError>)

Initializes a new instance of the VMwareVirtualMachineDetails class.

Properties

AgentGeneratedId

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

AgentInstalled

Gets or sets the value indicating if InMage scout agent is installed on guest.

AgentVersion

Gets or sets the agent version.

DiscoveryType

Gets or sets a value indicating the discovery type of the machine. Value can be vCenter or physical.

DiskDetails

Gets or sets the disk details.

IPAddress

Gets or sets the IP address.

OSType

Gets or sets the OsType installed on VM.

PoweredOn

Gets or sets the value indicating whether VM is powered on.

ValidationErrors

Gets or sets the validation errors.

VCenterInfrastructureId

Gets or sets the VCenter infrastructure Id.

Applies to