Partager via


VmmVirtualMachineDetails Class

Definition

VMM fabric provider specific VM settings.

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

Constructors

VmmVirtualMachineDetails()

Initializes a new instance of the VmmVirtualMachineDetails class.

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

Initializes a new instance of the VmmVirtualMachineDetails class.

Properties

DiskDetails

Gets or sets the Last successful failover time.

(Inherited from HyperVVirtualMachineDetails)
Generation

Gets or sets the id of the object in fabric.

(Inherited from HyperVVirtualMachineDetails)
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'

(Inherited from HyperVVirtualMachineDetails)
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'

(Inherited from HyperVVirtualMachineDetails)
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'

(Inherited from HyperVVirtualMachineDetails)
HyperVHostId

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

(Inherited from HyperVVirtualMachineDetails)
OSDetails

Gets or sets the Last replication time.

(Inherited from HyperVVirtualMachineDetails)
SourceItemId

Gets or sets the source id of the object.

(Inherited from HyperVVirtualMachineDetails)

Applies to