Msvm_VirtualSystemSettingData, ROOT\virtualization\v2\ms_409

Class | Methods | Properties (25) | Qualifiers (3) | Instances | 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 25 properties (25 Local)

NameOriginCIMType
AdditionalRecoveryInformationMsvm_VirtualSystemSettingData8 [string]
AllowFullSCSICommandSetMsvm_VirtualSystemSettingData11 [boolean]
AllowReducedFcRedundancyMsvm_VirtualSystemSettingData11 [boolean]
BaseBoardSerialNumberMsvm_VirtualSystemSettingData8 [string]
BIOSGUIDMsvm_VirtualSystemSettingData8 [string]
BIOSNumLockMsvm_VirtualSystemSettingData11 [boolean]
BIOSSerialNumberMsvm_VirtualSystemSettingData8 [string]
BootOrderMsvm_VirtualSystemSettingData18 [uint16]
BootSourceOrderMsvm_VirtualSystemSettingData8 [string]
ChassisAssetTagMsvm_VirtualSystemSettingData8 [string]
ChassisSerialNumberMsvm_VirtualSystemSettingData8 [string]
DebugChannelIdMsvm_VirtualSystemSettingData19 [uint32]
DebugPortMsvm_VirtualSystemSettingData19 [uint32]
DebugPortEnabledMsvm_VirtualSystemSettingData18 [uint16]
IncrementalBackupEnabledMsvm_VirtualSystemSettingData11 [boolean]
IsSavedMsvm_VirtualSystemSettingData11 [boolean]
LowMmioGapSizeMsvm_VirtualSystemSettingData21 [uint64]
NetworkBootPreferredProtocolMsvm_VirtualSystemSettingData18 [uint16]
ParentMsvm_VirtualSystemSettingData8 [string]
PauseAfterBootFailureMsvm_VirtualSystemSettingData11 [boolean]
SecureBootEnabledMsvm_VirtualSystemSettingData11 [boolean]
VersionMsvm_VirtualSystemSettingData8 [string]
VirtualNumaEnabledMsvm_VirtualSystemSettingData11 [boolean]
VirtualSystemIdentifierMsvm_VirtualSystemSettingData8 [string]
VirtualSystemSubTypeMsvm_VirtualSystemSettingData8 [string]

Detailed description of Msvm_VirtualSystemSettingData properties

Local properties (25) 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.'
AdditionalRecoveryInformation property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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.'
AllowFullSCSICommandSet property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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'
AllowReducedFcRedundancy property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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.'
BaseBoardSerialNumber property is in 2 classes of ROOT\virtualization\v2\ms_409 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.'
BIOSGUID property is in 2 classes of ROOT\virtualization\v2\ms_409 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.'
BIOSNumLock property is in 2 classes of ROOT\virtualization\v2\ms_409 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.'
BIOSSerialNumber property is in 2 classes of ROOT\virtualization\v2\ms_409 and in 2 namespaces
BootOrder property
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.'
Values['Floppy', 'CD-ROM', 'IDE Hard Drive', 'PXE Boot', 'SCSI Hard Drive', 'Reserved']
BootOrder property is in 2 classes of ROOT\virtualization\v2\ms_409 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.'
BootSourceOrder property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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.'
ChassisAssetTag property is in 2 classes of ROOT\virtualization\v2\ms_409 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.'
ChassisSerialNumber property is in 2 classes of ROOT\virtualization\v2\ms_409 and in 4 namespaces
DebugChannelId property
CIMTYPE'uint32'
Description'The channel identifier used to debug the virtual system using the VUD unified debugger.'
DebugChannelId property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 and in 2 namespaces
DebugPort property
CIMTYPE'uint32'
Description'The tcpip port used to debug the virtual system using synthetic debugging.'
DebugPort property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 and in 2 namespaces
DebugPortEnabled property
CIMTYPE'uint16'
Description'Whether the virtual system is using synthetic debugging.'
DebugPortEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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.'
IncrementalBackupEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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.'
IsSaved property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 and in 2 namespaces
LowMmioGapSize property
CIMTYPE'uint64'
Description'The size of the Low MMIO Gap in MB
'
LowMmioGapSize property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 and in 2 namespaces
NetworkBootPreferredProtocol property
CIMTYPE'uint16'
Description'Identifies the IP protocol used for network boot.'
NetworkBootPreferredProtocol property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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.'
Parent property is in 2 classes of ROOT\virtualization\v2\ms_409 and in 8 namespaces
PauseAfterBootFailure property
CIMTYPE'boolean'
Description'Pause after boot failure setting for the VM'
PauseAfterBootFailure property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 and in 2 namespaces
SecureBootEnabled property
CIMTYPE'boolean'
Description'Secure boot enabled setting for the VM'
SecureBootEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 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.'
Version property is in 7 classes of ROOT\virtualization\v2\ms_409 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.
'
VirtualNumaEnabled property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 and in 2 namespaces
VirtualSystemIdentifier property
CIMTYPE'string'
Description'The name of the CIM_ComputerSystem to which this setting data belongs'
VirtualSystemIdentifier property is in 1 class (Msvm_VirtualSystemSettingData) of ROOT\virtualization\v2\ms_409 and in 2 namespaces
VirtualSystemSubType property
CIMTYPE'string'
Description'The subtype of the virtual system.'
VirtualSystemSubType property is in 2 classes of ROOT\virtualization\v2\ms_409 and in 2 namespaces

Msvm_VirtualSystemSettingData Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'Represents the virtualization-specific settings for a virtual system.'
LOCALE1033

Msvm_VirtualSystemSettingData System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\virtualization\v2\ms_409:Msvm_VirtualSystemSettingData'___SYSTEM8
__NAMESPACE'ROOT\virtualization\v2\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_VirtualSystemSettingData', 'CIM_SettingData', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT25___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_VirtualSystemSettingData400----
CIM_VirtualSystemSettingDataComponent100----
Msvm_VirtualSystemSettingDataComponent000----
WUtils.com
online utility - toplist