HyperVVirtualMachineDetails interface
Single Host fabric provider specific VM settings.
- Extends
Properties
disk |
The Last successful failover time. |
generation | The id of the object in fabric. |
has |
A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum. |
has |
A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum. |
has |
A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum. |
hyper |
The Id of the hyper-v host in fabric. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
os |
The Last replication time. |
source |
The source id of the object. |
Property Details
diskDetails
generation
The id of the object in fabric.
generation?: string
Property Value
string
hasFibreChannelAdapter
A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum.
hasFibreChannelAdapter?: string
Property Value
string
hasPhysicalDisk
A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum.
hasPhysicalDisk?: string
Property Value
string
hasSharedVhd
A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum.
hasSharedVhd?: string
Property Value
string
hyperVHostId
The Id of the hyper-v host in fabric.
hyperVHostId?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVVirtualMachine" | "VmmVirtualMachine"
Property Value
"HyperVVirtualMachine" | "VmmVirtualMachine"
osDetails
sourceItemId
The source id of the object.
sourceItemId?: string
Property Value
string