Msvm_ResourcePoolConfigurationService, ROOT\virtualization\v2

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

Description

This service provides for active management of ResourcePools. It allows jobs to be started for the creation modification and deletion of ResourcePools as well as the modification of the ResourcePool ResourceSettings data.

Msvm_ResourcePoolConfigurationService methods

Msvm_ResourcePoolConfigurationService has 7 methods (4 Local, 3 Derived)

NameOriginReturn
CreatePoolMsvm_ResourcePoolConfigurationServiceuint32 {'out':True}
DeletePoolMsvm_ResourcePoolConfigurationServiceuint32 {'out':True}
ModifyPoolResourcesMsvm_ResourcePoolConfigurationServiceuint32 {'out':True}
ModifyPoolSettingsMsvm_ResourcePoolConfigurationServiceuint32 {'out':True}
RequestStateChangeCIM_EnabledLogicalElementuint32 {'out':True}
StartServiceCIM_Serviceuint32 {'out':True}
StopServiceCIM_Serviceuint32 {'out':True}

Msvm_ResourcePoolConfigurationService properties

Msvm_ResourcePoolConfigurationService has 28 properties (28 Derived)

NameOriginCIMType
AvailableRequestedStatesCIM_EnabledLogicalElement18 [uint16]
CaptionCIM_ManagedElement8 [string]
CommunicationStatusCIM_ManagedSystemElement18 [uint16]
key
CreationClassName
CIM_Service8 [string]
DescriptionCIM_ManagedElement8 [string]
DetailedStatusCIM_ManagedSystemElement18 [uint16]
ElementNameCIM_ManagedElement8 [string]
EnabledDefaultCIM_EnabledLogicalElement18 [uint16]
EnabledStateCIM_EnabledLogicalElement18 [uint16]
HealthStateCIM_ManagedSystemElement18 [uint16]
InstallDateCIM_ManagedSystemElement101 [datetime]
InstanceIDCIM_ManagedElement8 [string]
key
Name
CIM_ManagedSystemElement8 [string]
OperatingStatusCIM_ManagedSystemElement18 [uint16]
OperationalStatusCIM_ManagedSystemElement18 [uint16]
OtherEnabledStateCIM_EnabledLogicalElement8 [string]
PrimaryOwnerContactCIM_Service8 [string]
PrimaryOwnerNameCIM_Service8 [string]
PrimaryStatusCIM_ManagedSystemElement18 [uint16]
RequestedStateCIM_EnabledLogicalElement18 [uint16]
StartedCIM_Service11 [boolean]
StartModeCIM_Service8 [string]
StatusCIM_ManagedSystemElement8 [string]
StatusDescriptionsCIM_ManagedSystemElement8 [string]
key
SystemCreationClassName
CIM_Service8 [string]
key
SystemName
CIM_Service8 [string]
TimeOfLastStateChangeCIM_EnabledLogicalElement101 [datetime]
TransitioningToStateCIM_EnabledLogicalElement18 [uint16]

Detailed description of Msvm_ResourcePoolConfigurationService methods

Local methods (4) of Msvm_ResourcePoolConfigurationService class

CreatePool method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
PoolSettingsstring0-{'Description':'String containing an embedded instance of a Msvm_ResourcePoolSettingData instance that is used to specify the pools non-allocation related settings.','HyperVEmbeddedInstance':'Msvm_ResourcePoolSettingData'}
ParentPoolsref:CIM_ResourcePool1-{'Description':'The Pool(s) from which to create the new Pool.'}
AllocationSettingsstring2-{'Description':'String containing one or more embedded instances of CIM_ResourceAllocationSettingData that is used to specify the pools allocation related settings. This array must contain either one element for each elemnt in the ParentPools array or exactly one element. If this array contains one element and ParentPools contains more than one element, the AlllocationSettings specifies a shared capacity allocation that can be satisfied by any of the parent pools. This is used to restrict the resources that can be allocated from the child to pool to a lower limit than the aggregate capacity provided by its parents. This option is not supported by all resource types. If a resource type does not support shared capacity allocation, this method shall return "Not Supported".','HyperVEmbeddedInstance':'CIM_ResourceAllocationSettingData'}
Poolref:CIM_ResourcePool3-{'Description':'A reference to the resulting pool.'}
Jobref:CIM_ConcreteJob4-{'Description':'Reference to the job (may be null if job completed).'}
Description'Starts a job to create a child ResourcePool. The ResourcePool will be scoped to the same System as this Service. If 0 is returned, then the task completed successfully and the use of ConcreteJob was not required. If the task will take some time to complete, a ConcreteJob will be created and its reference returned in the output parameter Job. The resulting pool will be a child pool.'
ImplementedTrue
ValueMap['0', '..', '4096', '4097..32767', '32768', '32769', '32770', '32771', '32772', '32773', '32774', '32775', '32776', '32777', '32778', '32779', '32780', '32781..32787', '32788', '32768..65535']
Values['Job Completed with No Error', 'DMTF Reserved', 'Method Parameters Checked - Job Started', 'Method Reserved', 'Failed', 'Access Denied', 'Not Supported', 'Unknown', 'Timeout', 'Invalid Parameter', 'In Use', 'Invalid State', 'Incorrect Resource Type for the Pool', 'Unavailable', 'Out of Memory', 'Vendor Reserved', 'Insufficient Resources', 'Object Not Found', 'Object Exists', 'Vendor Specific']
CreatePool method is in 1 class (Msvm_ResourcePoolConfigurationService) of ROOT\virtualization\v2 and in 3 namespaces
DeletePool method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Poolref:CIM_ResourcePool0-{'Description':'Reference to the pool to delete.'}
Jobref:CIM_ConcreteJob1-{'Description':'Reference to the job (may be null if job completed).'}
Description'Start a job to delete a ResourcePool. No allocations may be outstanding or the delete will fail with "In Use." If the resource pool is a root resource pool, any host resources are returned back to the underlying system. If 0 is returned, the function completed successfully, and no ConcreteJob was required. If 4096/0x1000 is returned, a ConcreteJob will be started to delete the ResourcePool. A reference to the Job is returned in the Job parameter.'
ImplementedTrue
ValueMap['0', '..', '4096', '4097..32767', '32768', '32769', '32770', '32771', '32772', '32773', '32774', '32775', '32776', '32777', '32778', '32779', '32780', '32781..32787', '32788', '32768..65535']
Values['Job Completed with No Error', 'DMTF Reserved', 'Method Parameters Checked - Job Started', 'Method Reserved', 'Failed', 'Access Denied', 'Not Supported', 'Unknown', 'Timeout', 'Invalid Parameter', 'In Use', 'Invalid State', 'Incorrect Resource Type for the Pool', 'Unavailable', 'Out of Memory', 'Vendor Reserved', 'Insufficient Resources', 'Object Not Found', 'Object Exists', 'Vendor Specific']
DeletePool method is in 1 class (Msvm_ResourcePoolConfigurationService) of ROOT\virtualization\v2 and in 1 namespace
ModifyPoolResources method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ChildPoolref:CIM_ResourcePool0-{'Description':'Reference to the child pool.'}
ParentPoolsref:CIM_ResourcePool1-{'Description':'Reference to the parent pool(s).'}
AllocationSettingsstring2-{'Description':'Optional string containing a representation of a CIM_SettingData instance that is used to specify the settings for the Parent Pool.','HyperVEmbeddedInstance':'CIM_ResourceAllocationSettingData'}
Jobref:CIM_ConcreteJob3-{'Description':'Reference to the job (may be null if job completed).'}
Description'Start a job to change parent pool resource settings for resources assigned to a child pool. If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob will be started to change the parent pool. The Job's reference will be returned in the output parameter Job.'
ImplementedTrue
ValueMap['0', '..', '4096', '4097..32767', '32768', '32769', '32770', '32771', '32772', '32773', '32774', '32775', '32776', '32777', '32778', '32779', '32780', '32781..32787', '32788', '32768..65535']
Values['Job Completed with No Error', 'DMTF Reserved', 'Method Parameters Checked - Job Started', 'Method Reserved', 'Failed', 'Access Denied', 'Not Supported', 'Unknown', 'Timeout', 'Invalid Parameter', 'In Use', 'Invalid State', 'Incorrect Resource Type for the Pool', 'Unavailable', 'Out of Memory', 'Vendor Reserved', 'Insufficient Resources', 'Object Not Found', 'Object Exists', 'Vendor Specific']
ModifyPoolResources method is in 1 class (Msvm_ResourcePoolConfigurationService) of ROOT\virtualization\v2 and in 1 namespace
ModifyPoolSettings method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ChildPoolref:CIM_ResourcePool0-{'Description':'Reference to the child pool.'}
PoolSettingsstring1-{'Description':'String containing an embedded instance of a Msvm_ResourcePoolSettingData that is used to specify the settings for the Pool.','HyperVEmbeddedInstance':'Msvm_ResourcePoolSettingData'}
Jobref:CIM_ConcreteJob2-{'Description':'Reference to the job (may be null if job completed).'}
Description'Start a job to change the non-allocation related settings of a child. If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob will be started to change the settings. The Job's reference will be returned in the output parameter Job.'
ImplementedTrue
ValueMap['0', '..', '4096', '4097..32767', '32768', '32769', '32770', '32771', '32772', '32773', '32774', '32775', '32776', '32777', '32778', '32779', '32780', '32781..32787', '32788', '32768..65535']
Values['Job Completed with No Error', 'DMTF Reserved', 'Method Parameters Checked - Job Started', 'Method Reserved', 'Failed', 'Access Denied', 'Not Supported', 'Unknown', 'Timeout', 'Invalid Parameter', 'In Use', 'Invalid State', 'Incorrect Resource Type for the Pool', 'Unavailable', 'Out of Memory', 'Vendor Reserved', 'Insufficient Resources', 'Object Not Found', 'Object Exists', 'Vendor Specific']
ModifyPoolSettings method is in 1 class (Msvm_ResourcePoolConfigurationService) of ROOT\virtualization\v2 and in 1 namespace

Derived methods (3) of Msvm_ResourcePoolConfigurationService class

RequestStateChange method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
RequestedStateuint160-{'Description':'The state requested for the element. This information will be placed into the RequestedState property of the instance if the return code of the RequestStateChange method is 0 ('Completed with No Error'), or 4096 (0x1000) ('Job Started'). Refer to the description of the EnabledState and RequestedState properties for the detailed explanations of the RequestedState values.','ModelCorrespondence':['CIM_EnabledLogicalElement.RequestedState'],'ValueMap':['2', '3', '4', '6', '7', '8', '9', '10', '11', '..', '32768..65535'],'Values':['Enabled', 'Disabled', 'Shut Down', 'Offline', 'Test', 'Defer', 'Quiesce', 'Reboot', 'Reset', 'DMTF Reserved', 'Vendor Reserved']}
Jobref:CIM_ConcreteJob1-{'Description':'May contain a reference to the ConcreteJob created to track the state transition initiated by the method invocation.'}
TimeoutPerioddatetime2-{'Description':'A timeout period that specifies the maximum amount of time that the client expects the transition to the new state to take. The interval format must be used to specify the TimeoutPeriod. A value of 0 or a null parameter indicates that the client has no time requirements for the transition. If this property does not contain 0 or null and the implementation does not support this parameter, a return code of 'Use Of Timeout Parameter Not Supported' shall be returned.'}
RequestStateChange method is in 111 classes of ROOT\virtualization\v2 and in 15 namespaces
StartService method
Returnuint32 {'out':True}
StartService method is in 23 classes of ROOT\virtualization\v2 and in 11 namespaces
StopService method
Returnuint32 {'out':True}
StopService method is in 23 classes of ROOT\virtualization\v2 and in 11 namespaces

Detailed description of Msvm_ResourcePoolConfigurationService properties

Derived properties (28) of Msvm_ResourcePoolConfigurationService class

AvailableRequestedStates property
CIMTYPE'uint16'
AvailableRequestedStates property is in 106 classes of ROOT\virtualization\v2 and in 7 namespaces
Caption property
CIMTYPE'string'
Caption property is in 222 classes of ROOT\virtualization\v2 and in 37 namespaces
CommunicationStatus property
CIMTYPE'uint16'
CommunicationStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
CreationClassName property
CIMTYPE'string'
keyTrue
CreationClassName property is in 113 classes of ROOT\virtualization\v2 and in 20 namespaces
Description property
CIMTYPE'string'
Description property is in 225 classes of ROOT\virtualization\v2 and in 142 namespaces
DetailedStatus property
CIMTYPE'uint16'
DetailedStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
ElementName property
CIMTYPE'string'
ElementName property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
EnabledDefault property
CIMTYPE'uint16'
EnabledDefault property is in 106 classes of ROOT\virtualization\v2 and in 10 namespaces
EnabledState property
CIMTYPE'uint16'
EnabledState property is in 116 classes of ROOT\virtualization\v2 and in 13 namespaces
HealthState property
CIMTYPE'uint16'
HealthState property is in 128 classes of ROOT\virtualization\v2 and in 15 namespaces
InstallDate property
CIMTYPE'datetime'
InstallDate property is in 127 classes of ROOT\virtualization\v2 and in 23 namespaces
InstanceID property
CIMTYPE'string'
InstanceID property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
Name property
CIMTYPE'string'
keyTrue
Name property is in 152 classes of ROOT\virtualization\v2 and in 142 namespaces
OperatingStatus property
CIMTYPE'uint16'
OperatingStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
OperationalStatus property
CIMTYPE'uint16'
OperationalStatus property is in 128 classes of ROOT\virtualization\v2 and in 18 namespaces
OtherEnabledState property
CIMTYPE'string'
OtherEnabledState property is in 107 classes of ROOT\virtualization\v2 and in 11 namespaces
PrimaryOwnerContact property
CIMTYPE'string'
PrimaryOwnerContact property is in 30 classes of ROOT\virtualization\v2 and in 15 namespaces
PrimaryOwnerName property
CIMTYPE'string'
PrimaryOwnerName property is in 30 classes of ROOT\virtualization\v2 and in 15 namespaces
PrimaryStatus property
CIMTYPE'uint16'
PrimaryStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
RequestedState property
CIMTYPE'uint16'
RequestedState property is in 106 classes of ROOT\virtualization\v2 and in 12 namespaces
Started property
CIMTYPE'boolean'
Started property is in 23 classes of ROOT\virtualization\v2 and in 11 namespaces
StartMode property
CIMTYPE'string'
StartMode property is in 23 classes of ROOT\virtualization\v2 and in 15 namespaces
Status property
CIMTYPE'string'
Status property is in 127 classes of ROOT\virtualization\v2 and in 42 namespaces
StatusDescriptions property
CIMTYPE'string'
StatusDescriptions property is in 128 classes of ROOT\virtualization\v2 and in 18 namespaces
SystemCreationClassName property
CIMTYPE'string'
keyTrue
SystemCreationClassName property is in 109 classes of ROOT\virtualization\v2 and in 20 namespaces
SystemName property
CIMTYPE'string'
keyTrue
SystemName property is in 109 classes of ROOT\virtualization\v2 and in 22 namespaces
TimeOfLastStateChange property
CIMTYPE'datetime'
TimeOfLastStateChange property is in 111 classes of ROOT\virtualization\v2 and in 17 namespaces
TransitioningToState property
CIMTYPE'uint16'
TransitioningToState property is in 106 classes of ROOT\virtualization\v2 and in 7 namespaces

Msvm_ResourcePoolConfigurationService Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'This service provides for active management of ResourcePools. It allows jobs to be started for the creation modification and deletion of ResourcePools as well as the modification of the ResourcePool ResourceSettings data.'
dynamicTrue
Locale1033
provider'VmmsWmiInstanceAndMethodProvider'

Msvm_ResourcePoolConfigurationService System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\virtualization\v2:Msvm_ResourcePoolConfigurationService'___SYSTEM8
__NAMESPACE'ROOT\virtualization\v2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Service', 'CIM_EnabledLogicalElement', 'CIM_LogicalElement', 'CIM_ManagedSystemElement', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT28___SYSTEM3
__RELPATH'Msvm_ResourcePoolConfigurationService'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_Service'___SYSTEM8
__CLASS'Msvm_ResourcePoolConfigurationService'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Msvm_ResourcePoolConfigurationService

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_ResourcePoolConfigurationService0289---
comments powered by Disqus
WUtils.com