Delen via


HyperVVirtualMachineDetails Class

Definition

Single Host fabric provider specific VM settings.

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

Constructors

HyperVVirtualMachineDetails()

Initializes a new instance of the HyperVVirtualMachineDetails class.

HyperVVirtualMachineDetails(String, String, OSDetails, IList<DiskDetails>, String, String, String, String)

Initializes a new instance of the HyperVVirtualMachineDetails class.

Properties

DiskDetails

Gets or sets the Last successful failover time.

Generation

Gets or sets the id of the object in fabric.

HasFibreChannelAdapter

Gets or sets a value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum. Possible values include: 'Unknown', 'Present', 'NotPresent'

HasPhysicalDisk

Gets or sets a value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum. Possible values include: 'Unknown', 'Present', 'NotPresent'

HasSharedVhd

Gets or sets a value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum. Possible values include: 'Unknown', 'Present', 'NotPresent'

HyperVHostId

Gets or sets the Id of the hyper-v host in fabric.

OSDetails

Gets or sets the Last replication time.

SourceItemId

Gets or sets the source id of the object.

Applies to