Msvm_VirtualSystemSettingData, ROOT\virtualization\v2

Class | Methods | Properties (45) | Qualifiers (4) | Instances (1) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Represents the virtualization-specific settings for a virtual system.

Msvm_VirtualSystemSettingData properties

Msvm_VirtualSystemSettingData has 45 properties (24 Local, 21 Derived)

NameOriginCIMType
AdditionalRecoveryInformationMsvm_VirtualSystemSettingData8 [string]
AllowFullSCSICommandSetMsvm_VirtualSystemSettingData11 [boolean]
AllowReducedFcRedundancyMsvm_VirtualSystemSettingData11 [boolean]
AutomaticRecoveryActionCIM_VirtualSystemSettingData18 [uint16]
AutomaticShutdownActionCIM_VirtualSystemSettingData18 [uint16]
AutomaticStartupActionCIM_VirtualSystemSettingData18 [uint16]
AutomaticStartupActionDelayCIM_VirtualSystemSettingData101 [datetime]
AutomaticStartupActionSequenceNumberCIM_VirtualSystemSettingData18 [uint16]
BaseBoardSerialNumberMsvm_VirtualSystemSettingData8 [string]
BIOSGUIDMsvm_VirtualSystemSettingData8 [string]
BIOSNumLockMsvm_VirtualSystemSettingData11 [boolean]
BIOSSerialNumberMsvm_VirtualSystemSettingData8 [string]
BootOrderMsvm_VirtualSystemSettingData18 [uint16]
BootSourceOrderMsvm_VirtualSystemSettingData8 [string]
CaptionCIM_ManagedElement8 [string]
ChassisAssetTagMsvm_VirtualSystemSettingData8 [string]
ChassisSerialNumberMsvm_VirtualSystemSettingData8 [string]
ConfigurationDataRootCIM_VirtualSystemSettingData8 [string]
ConfigurationFileCIM_VirtualSystemSettingData8 [string]
ConfigurationIDCIM_VirtualSystemSettingData8 [string]
CreationTimeCIM_VirtualSystemSettingData101 [datetime]
DebugChannelIdMsvm_VirtualSystemSettingData19 [uint32]
DebugPortMsvm_VirtualSystemSettingData19 [uint32]
DebugPortEnabledMsvm_VirtualSystemSettingData18 [uint16]
DescriptionCIM_ManagedElement8 [string]
ElementNameCIM_ManagedElement8 [string]
IncrementalBackupEnabledMsvm_VirtualSystemSettingData11 [boolean]
key
InstanceID
CIM_ManagedElement8 [string]
IsSavedMsvm_VirtualSystemSettingData11 [boolean]
LogDataRootCIM_VirtualSystemSettingData8 [string]
LowMmioGapSizeMsvm_VirtualSystemSettingData21 [uint64]
NetworkBootPreferredProtocolMsvm_VirtualSystemSettingData18 [uint16]
NotesCIM_VirtualSystemSettingData8 [string]
ParentMsvm_VirtualSystemSettingData8 [string]
PauseAfterBootFailureMsvm_VirtualSystemSettingData11 [boolean]
RecoveryFileCIM_VirtualSystemSettingData8 [string]
SecureBootEnabledMsvm_VirtualSystemSettingData11 [boolean]
SnapshotDataRootCIM_VirtualSystemSettingData8 [string]
SuspendDataRootCIM_VirtualSystemSettingData8 [string]
SwapFileDataRootCIM_VirtualSystemSettingData8 [string]
VersionMsvm_VirtualSystemSettingData8 [string]
VirtualNumaEnabledMsvm_VirtualSystemSettingData11 [boolean]
VirtualSystemIdentifierCIM_VirtualSystemSettingData8 [string]
VirtualSystemSubTypeMsvm_VirtualSystemSettingData8 [string]
VirtualSystemTypeCIM_VirtualSystemSettingData8 [string]

Detailed description of Msvm_VirtualSystemSettingData properties

Local properties (24) of Msvm_VirtualSystemSettingData class

AdditionalRecoveryInformation property
CIMTYPE'string'
Description'Any additional information provided to the recovery action. The meaning of this property is defined by the action in AutomaticRecoveryAction. If AutomaticRecoveryAction is 0 ("None") or 1 ("Restart"), this value is NULL. If AutomaticRecoveryAction is 2 ("Revert to Snapshot"), this is the object path to a snapshot that should be applied on failure of the virtual machine worker process.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
readTrue
writeTrue
AdditionalRecoveryInformation property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
AllowFullSCSICommandSet property
CIMTYPE'boolean'
Description'Indicates whether SCSI commands from the guest operating system are passed to pass-through disks. If TRUE, SCSI commands emitted by the guest operating system to pass-through disks are not filtered.It is recommended that SCSI filtering remains enabled for production deployments.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.
Windows Server 2008: The AllowFullSCSICommandSet property is not supported.'
readTrue
writeTrue
AllowFullSCSICommandSet property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
AllowReducedFcRedundancy property
CIMTYPE'boolean'
Description'Indicates whether live migration of a virtual machine that is configured with a virtual FC adapter is allowed to a destination machine, without doing any checks for the existence of paths to the storage devices on the destination
The default value of this property is FALSE. If set to TRUE, the VM can be live migrated to a target machine which may have no or reduced paths to the target FC devices. The guest operating system may lose connectivity to storage and may behave in an unpredictable manner.
This property should be cleared after a live migration'
readTrue
writeTrue
AllowReducedFcRedundancy property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
BaseBoardSerialNumber property
CIMTYPE'string'
Description'The serial number of the base board for the virtual computer system.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
readTrue
writeTrue
BaseBoardSerialNumber property is in 2 classes of ROOT\virtualization\v2 and in 2 namespaces
BIOSGUID property
CIMTYPE'string'
Description'The globally-unique identifier for the BIOS of the virtual computer system.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
readTrue
writeTrue
BIOSGUID property is in 2 classes of ROOT\virtualization\v2 and in 2 namespaces
BIOSNumLock property
CIMTYPE'boolean'
Description'This property is set to TRUE if the num lock key is set to on by the BIOS, FALSE if the num lock key is set to off by the BIOS.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
readTrue
writeTrue
BIOSNumLock property is in 2 classes of ROOT\virtualization\v2 and in 2 namespaces
BIOSSerialNumber property
CIMTYPE'string'
Description'The serial number of the BIOS for the virtual computer system.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
readTrue
writeTrue
BIOSSerialNumber property is in 2 classes of ROOT\virtualization\v2 and in 2 namespaces
BootOrder property
ArrayType'Indexed'
CIMTYPE'uint16'
Description'The boot order set within the BIOS of the virtual computer system. This property is an array of values, max length 4, where each value indicates a device to boot from. The virtual computer system will first attempt to boot from the device indicated by the first value within the array. If that device does not contain a boot sector, the virtual computer system will attempt to boot from the next device specified by the BootOrder property and so on. If no device specified within the BootOrder contains a boot sector the virtual computer system will fail to boot. The default value for a virtual computer system is [0, 1, 2, 3, 4].
Value definitions:
0 (Floppy): The virtual computer system will attempt to boot from the floppy disk within the floppy drive.
1 (CD-ROM): The virtual computer system will attempt to boot from the first CD or DVD disk found with a boot sector.
2 (IDE Hard Drive): The virtual computer system will attempt to boot from the first hard drive found attached to an IDE controller with a boot sector.
3 (PXE Boot): The virtual computer system will attempt to PXE boot from the network.
4 (SCSI Hard Drive): The virtual computer system will attempt to boot from the first hard drive found attached to a SCSI controller with a boot sector.
5-65535: Reserved
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
MAX4
readTrue
ValueMap['0', '1', '2', '3', '4', '5..65535']
Values['Floppy', 'CD-ROM', 'IDE Hard Drive', 'PXE Boot', 'SCSI Hard Drive', 'Reserved']
writeTrue
BootOrder property is in 2 classes of ROOT\virtualization\v2 and in 2 namespaces
BootSourceOrder property
CIMTYPE'string'
Description'Contains references to the boot source entries of this virtual computer system. This property is an array of strings, where each string is a full path to a Msvm_BootSourceSettingData instance indicating a device, file, or other boot source to boot from.'
readTrue
writeTrue
BootSourceOrder property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
ChassisAssetTag property
CIMTYPE'string'
Description'The asset tag of the chassis for the virtual computer system.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
readTrue
writeTrue
ChassisAssetTag property is in 2 classes of ROOT\virtualization\v2 and in 2 namespaces
ChassisSerialNumber property
CIMTYPE'string'
Description'The serial number of the chassis for the virtual computer system.
This is a read-only property, but it can be changed using the ModifyVirtualSystem method of the Msvm_VirtualSystemManagementService class.'
readTrue
writeTrue
ChassisSerialNumber property is in 2 classes of ROOT\virtualization\v2 and in 4 namespaces
DebugChannelId property
CIMTYPE'uint32'
Description'The channel identifier used to debug the virtual system using the VUD unified debugger.'
readTrue
writeTrue
DebugChannelId property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
DebugPort property
CIMTYPE'uint32'
Description'The tcpip port used to debug the virtual system using synthetic debugging.'
readTrue
writeTrue
DebugPort property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
DebugPortEnabled property
CIMTYPE'uint16'
Description'Whether the virtual system is using synthetic debugging.'
readTrue
ValueMap['0', '1', '2']
Values[' Off', 'On', 'OnAutoAssigned']
writeTrue
DebugPortEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
IncrementalBackupEnabled property
CIMTYPE'boolean'
Description'Indicates whether the Hyper-V VSS writer supports taking incremental backup of this Virtual machine.
This is a read-write property.'
readTrue
writeTrue
IncrementalBackupEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
IsSaved property
CIMTYPE'boolean'
Description'This property is set to TRUE if the configuration has a reference to a saved state file, FALSE if not. Note that this does not indicate the presence of such a file, only that the configuration specifies one.
This is a read-only property, it cannot be changed.'
readTrue
IsSaved property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
LowMmioGapSize property
CIMTYPE'uint64'
Description'The size of the Low MMIO Gap in MB
'
readTrue
writeTrue
LowMmioGapSize property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
NetworkBootPreferredProtocol property
CIMTYPE'uint16'
Description'Identifies the IP protocol used for network boot.'
readTrue
ValueMap['4096', '4097']
Values['IPv4', 'IPv6']
writeTrue
NetworkBootPreferredProtocol property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
Parent property
CIMTYPE'string'
Description'The object path for the snapshot Msvm_VirtualSystemSettingData from which this object is based. This property will be NULL if this object is not based off a snapshot.'
readTrue
Parent property is in 23 classes of ROOT\virtualization\v2 and in 8 namespaces
PauseAfterBootFailure property
CIMTYPE'boolean'
Description'Pause after boot failure setting for the VM'
readTrue
writeTrue
PauseAfterBootFailure property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
SecureBootEnabled property
CIMTYPE'boolean'
Description'Secure boot enabled setting for the VM'
readTrue
writeTrue
SecureBootEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
Version property
CIMTYPE'string'
Description'The version of the virtual system in a format of "major.minor", for example "2.0".
Windows Server 2008: The Version property is not supported.'
readTrue
Version property is in 10 classes of ROOT\virtualization\v2 and in 142 namespaces
VirtualNumaEnabled property
CIMTYPE'boolean'
Description'Indicates whether virtual non-uniform memory access (NUMA) nodes are projected into the virtual machine. If FALSE, the virtual machine will have a single node. If TRUE, the number of virtual NUMA nodes projected into the virtual machine is determined from the values of the Msvm_ProcessorSettingData.MaxProcessorsPerNumaNode and Msvm_MemorySettingData.MaxMemoryBlocksPerNumaNode properties.
'
ModelCorrespondence['Msvm_ProcessorSettingData.MaxProcessorsPerNumaNode', 'Msvm_MemorySettingData.MaxMemoryBlocksPerNumaNode']
readTrue
writeTrue
VirtualNumaEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2 and in 2 namespaces
VirtualSystemSubType property
CIMTYPE'string'
Description'The subtype of the virtual system.'
readTrue
Values['Microsoft:Hyper-V:SubType:1', 'Microsoft:Hyper-V:SubType:2']
VirtualSystemSubType property is in 2 classes of ROOT\virtualization\v2 and in 2 namespaces

Derived properties (21) of Msvm_VirtualSystemSettingData class

AutomaticRecoveryAction property
CIMTYPE'uint16'
AutomaticRecoveryAction property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
AutomaticShutdownAction property
CIMTYPE'uint16'
AutomaticShutdownAction property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
AutomaticStartupAction property
CIMTYPE'uint16'
AutomaticStartupAction property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
AutomaticStartupActionDelay property
CIMTYPE'datetime'
AutomaticStartupActionDelay property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
AutomaticStartupActionSequenceNumber property
CIMTYPE'uint16'
AutomaticStartupActionSequenceNumber property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
Caption property
CIMTYPE'string'
Caption property is in 222 classes of ROOT\virtualization\v2 and in 37 namespaces
ConfigurationDataRoot property
CIMTYPE'string'
ConfigurationDataRoot property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
ConfigurationFile property
CIMTYPE'string'
ConfigurationFile property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
ConfigurationID property
CIMTYPE'string'
ConfigurationID property is in 6 classes of ROOT\virtualization\v2 and in 3 namespaces
CreationTime property
CIMTYPE'datetime'
CreationTime property is in 7 classes of ROOT\virtualization\v2 and in 12 namespaces
Description property
CIMTYPE'string'
Description property is in 225 classes of ROOT\virtualization\v2 and in 142 namespaces
ElementName property
CIMTYPE'string'
ElementName property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
InstanceID property
CIMTYPE'string'
keyTrue
InstanceID property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
LogDataRoot property
CIMTYPE'string'
LogDataRoot property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
Notes property
CIMTYPE'string'
Notes property is in 9 classes of ROOT\virtualization\v2 and in 2 namespaces
RecoveryFile property
CIMTYPE'string'
RecoveryFile property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
SnapshotDataRoot property
CIMTYPE'string'
SnapshotDataRoot property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
SuspendDataRoot property
CIMTYPE'string'
SuspendDataRoot property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
SwapFileDataRoot property
CIMTYPE'string'
SwapFileDataRoot property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace
VirtualSystemIdentifier property
CIMTYPE'string'
Description'The name of the CIM_ComputerSystem to which this setting data belongs'
ModelCorrespondence'CIM_ComputerSystem.Name'
readTrue
VirtualSystemIdentifier property is in 6 classes of ROOT\virtualization\v2 and in 2 namespaces
VirtualSystemType property
CIMTYPE'string'
VirtualSystemType property is in 6 classes of ROOT\virtualization\v2 and in 1 namespace

Msvm_VirtualSystemSettingData Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Represents the virtualization-specific settings for a virtual system.'
dynamicTrue
Locale1033
provider'VmmsWmiInstanceAndMethodProvider'

Msvm_VirtualSystemSettingData System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\virtualization\v2:Msvm_VirtualSystemSettingData'___SYSTEM8
__NAMESPACE'ROOT\virtualization\v2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_VirtualSystemSettingData', 'CIM_SettingData', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT45___SYSTEM3
__RELPATH'Msvm_VirtualSystemSettingData'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_VirtualSystemSettingData'___SYSTEM8
__CLASS'Msvm_VirtualSystemSettingData'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Msvm_VirtualSystemSettingData

Number of classes:3
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_VirtualSystemSettingData4210-2-
CIM_VirtualSystemSettingDataComponent120-27-
Msvm_VirtualSystemSettingDataComponent02027---
WUtils.com
online utility - toplist