VMwareVmDetails 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.
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
Applies to
Azure SDK for .NET