MSFT_NetQosPolicySettingData, ROOT\StandardCimv2

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

Description

A QoS policy.

MSFT_NetQosPolicySettingData properties

MSFT_NetQosPolicySettingData has 27 properties (23 Local, 4 Derived)

NameOriginCIMType
AppPathNameMatchConditionMSFT_NetQosPolicySettingData8 [string]
CaptionCIM_ManagedElement8 [string]
DescriptionCIM_ManagedElement8 [string]
DSCPActionMSFT_NetQosPolicySettingData16 [sint8]
ElementNameCIM_ManagedElement8 [string]
key
InstanceID
CIM_ManagedElement8 [string]
IPDstPortEndMatchConditionMSFT_NetQosPolicySettingData18 [uint16]
IPDstPortStartMatchConditionMSFT_NetQosPolicySettingData18 [uint16]
IPDstPrefixMatchConditionMSFT_NetQosPolicySettingData8 [string]
IPPortMatchConditionMSFT_NetQosPolicySettingData18 [uint16]
IPProtocolMatchConditionMSFT_NetQosPolicySettingData19 [uint32]
IPSrcPortEndMatchConditionMSFT_NetQosPolicySettingData18 [uint16]
IPSrcPortStartMatchConditionMSFT_NetQosPolicySettingData18 [uint16]
IPSrcPrefixMatchConditionMSFT_NetQosPolicySettingData8 [string]
MinBandwidthWeightActionMSFT_NetQosPolicySettingData17 [uint8]
NameMSFT_NetQosPolicySettingData8 [string]
NetDirectPortMatchConditionMSFT_NetQosPolicySettingData18 [uint16]
NetworkProfileMSFT_NetQosPolicySettingData19 [uint32]
OwnerMSFT_NetQosPolicySettingData8 [string]
PrecedenceMSFT_NetQosPolicySettingData19 [uint32]
PriorityValue8021ActionMSFT_NetQosPolicySettingData16 [sint8]
TemplateMatchConditionMSFT_NetQosPolicySettingData19 [uint32]
ThrottleRateActionMSFT_NetQosPolicySettingData21 [uint64]
URIMatchConditionMSFT_NetQosPolicySettingData8 [string]
URIRecursiveMatchConditionMSFT_NetQosPolicySettingData11 [boolean]
UserMatchConditionMSFT_NetQosPolicySettingData8 [string]
VersionMSFT_NetQosPolicySettingData8 [string]

Detailed description of MSFT_NetQosPolicySettingData properties

Local properties (23) of MSFT_NetQosPolicySettingData class

AppPathNameMatchCondition property
CIMTYPE'string'
Description'The application path name filter condition.'
readTrue
writeTrue
AppPathNameMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
DSCPAction property
CIMTYPE'sint8'
Description'The DSCP action. Set to -1 if not used.'
MaxValue'63'
MinValue'-1'
readTrue
writeTrue
DSCPAction property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPDstPortEndMatchCondition property
CIMTYPE'uint16'
Description'The upper-bound of the destination port filter condition. This field complements IPDstPortStartMatchCondition.'
readTrue
writeTrue
IPDstPortEndMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPDstPortStartMatchCondition property
CIMTYPE'uint16'
Description'The optional lower-bound of the destination port filter condition. If only a single port value is required, then IPDstPortStartMatchCondition and IPDstPortEndMatchCondition must match. If the destination port filter condition is not required, set both fields to zero.'
readTrue
writeTrue
IPDstPortStartMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPDstPrefixMatchCondition property
CIMTYPE'string'
Description'The optional destination IP prefix filter condition. Where applicable, both the source and destination prefix families must match. Examples of valid prefixes: 192.168.1.1, 192.168.1.0/24, or fe80::1001:2046/128'
readTrue
writeTrue
IPDstPrefixMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPPortMatchCondition property
CIMTYPE'uint16'
Description'The IP well-known port filter condition. This matches either the local port number or the remote port number of a supported IP connection. This type of filter is especially effective if the port number is a well-known number assigned by the IANA. If the value of this field is non-zero, then all the following fields are ignored: IPSrcPrefixMatchCondition, IPSrcPortStartMatchCondition, IPSrcPortEndMatchCondition, IPDstPrefixMatchCondition, IPDstPortMatchCondition, and IPDstPortEndMatchCondition.'
readTrue
writeTrue
IPPortMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPProtocolMatchCondition property
CIMTYPE'uint32'
Description'The IP protocol filter condition. If set to 0, then all the following fields are ignored: IPPortMatchCondition, IPSrcPrefixMatchCondition, IPSrcPortStartMatchCondition, IPSrcPortEndMatchCondition, IPDstPrefixMatchCondition, IPDstPrefixMatchCondition, and IPDstPortEndMatchCondition.'
readTrue
ValueMap['0', '1', '2', '3']
Values['N/A', 'TCP', 'UDP', 'Both']
writeTrue
IPProtocolMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPSrcPortEndMatchCondition property
CIMTYPE'uint16'
Description'The upper-bound of the source port filter condition. This field complements IPSrcPortStartMatchCondition.'
readTrue
writeTrue
IPSrcPortEndMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPSrcPortStartMatchCondition property
CIMTYPE'uint16'
Description'The optional lower-bound of the source port filter condition. If only a single port value is required, then IPSrcPortStartMatchCondition and IPSrcPortEndMatchCondition must match. If the source port filter condition is not required, set both fields to zero.'
readTrue
writeTrue
IPSrcPortStartMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
IPSrcPrefixMatchCondition property
CIMTYPE'string'
Description'The optional source IP prefix filter condition. Where applicable, both the source and destination prefix families must match. Examples of valid prefixes: 192.168.1.1, 192.168.1.0/24, or fe80::1001:2046/128'
readTrue
writeTrue
IPSrcPrefixMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
MinBandwidthWeightAction property
CIMTYPE'uint8'
Description'The minimum bandwidth weight action. Set to 0 if not used.'
MaxValue'100'
readTrue
writeTrue
MinBandwidthWeightAction property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
Name property
CIMTYPE'string'
Description'Policy name.'
readTrue
Name property is in 105 classes of ROOT\StandardCimv2 and in 142 namespaces
NetDirectPortMatchCondition property
CIMTYPE'uint16'
Description'The NetworkDirect port filter condition. This filter is only applicable if the Data Center Bridging server feature is installed. Otherwise, the policy is effectively no-op.'
readTrue
writeTrue
NetDirectPortMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
NetworkProfile property
BitMap['0', '1', '2']
BitValues['Domain', 'Public', 'Private']
CIMTYPE'uint32'
Description'The network profiles for which the policy applies.'
readTrue
writeTrue
NetworkProfile property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
Owner property
CIMTYPE'string'
Description'The owner of this policy.'
readTrue
Owner property is in 5 classes of ROOT\StandardCimv2 and in 142 namespaces
Precedence property
CIMTYPE'uint32'
Description'The precedence value of the policy.'
MaxValue'255'
MinValue'0'
readTrue
writeTrue
Precedence property is in 2 classes of ROOT\StandardCimv2 and in 8 namespaces
PriorityValue8021Action property
CIMTYPE'sint8'
Description'The 802.1p priority action. Set to -1 if not used.'
MaxValue'7'
MinValue'-1'
readTrue
writeTrue
PriorityValue8021Action property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
TemplateMatchCondition property
CIMTYPE'uint32'
Description'The optional match condition template that, if specified, overrides all other match conditions with predefined conditions. For example, the iSCSI template has a predefined match on TCP well-known port 3260.'
readTrue
ValueMap['0', '1', '2', '3', '4', '5', '6']
Values['None', 'Default', 'iSCSI', 'FCoE', 'SMB', 'NFS', 'LiveMigration']
TemplateMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
ThrottleRateAction property
CIMTYPE'uint64'
Description'The bandwidth throttle rate action in bits per second unit. Set to 0 if not used.'
PUnit'bit / second'
readTrue
Units'Bits per Second'
writeTrue
ThrottleRateAction property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
URIMatchCondition property
CIMTYPE'string'
Description'The optional URI filter condition. This condition may only be combined with the URIRecursiveMatchCondition, IPDstAddressMatchCondition, IPDstPortStartMatchCondition, and IPDstPortEndMatchCondition fields.'
readTrue
writeTrue
URIMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
URIRecursiveMatchCondition property
CIMTYPE'boolean'
Description'This filter condition supplements URIMatchCondition. If set, the URI match happens for all resources with the base path indicated by URIMatchCondition. Otherwise, a match only happens for a resource with the exact URI.'
readTrue
writeTrue
URIRecursiveMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
UserMatchCondition property
CIMTYPE'string'
Description'The user SID or name filter match condition.'
readTrue
UserMatchCondition property is in 1 class (MSFT_NetQosPolicySettingData) of ROOT\StandardCimv2 and in 2 namespaces
Version property
CIMTYPE'string'
Description'Policy version if read from GPO.'
readTrue
Version property is in 3 classes of ROOT\StandardCimv2 and in 142 namespaces

Derived properties (4) of MSFT_NetQosPolicySettingData class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one- line string) of the object.'
MaxLen64
Caption property is in 175 classes of ROOT\StandardCimv2 and in 37 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object.'
Description property is in 176 classes of ROOT\StandardCimv2 and in 142 namespaces
ElementName property
CIMTYPE'string'
Description'The user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.)'
RequiredTrue
ElementName property is in 175 classes of ROOT\StandardCimv2 and in 21 namespaces
InstanceID property
CIMTYPE'string'
Description'Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm:
:
Where and are separated by a colon (:), and where must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the _ structure of Schema class names.) In addition, to ensure uniqueness, must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between and .
is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
For DMTF-defined instances, the "preferred" algorithm must be used with the set to CIM.'
keyTrue
InstanceID property is in 175 classes of ROOT\StandardCimv2 and in 21 namespaces

MSFT_NetQosPolicySettingData Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
ClassVersion'1.0.0'
Description'A QoS policy.'
dynamicTrue
locale'MS_409'
provider'NetQosCim'
UMLPackagePath'CIM::Core::Settings'

MSFT_NetQosPolicySettingData System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\StandardCimv2:MSFT_NetQosPolicySettingData'___SYSTEM8
__NAMESPACE'ROOT\StandardCimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['MSFT_NetSettingData', 'CIM_SettingData', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT27___SYSTEM3
__RELPATH'MSFT_NetQosPolicySettingData'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'MSFT_NetSettingData'___SYSTEM8
__CLASS'MSFT_NetQosPolicySettingData'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to MSFT_NetQosPolicySettingData

Number of classes:42
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_DNSGeneralSettingData190-1--
CIM_ElementSettingData750-2--
CIM_IPAssignmentSettingData160-1--
CIM_ScopedSettingData140---
CIM_SettingData540-8-
MSFT_NetAdapterAdvancedPropertySettingData023120---
MSFT_NetAdapterBindingSettingData015213---
MSFT_NetAdapterChecksumOffloadSettingData01421---
MSFT_NetAdapterElementSettingData1850----
MSFT_NetAdapterEncapsulatedPacketTaskOffloadSettingData0102----
MSFT_NetAdapterHardwareInfoSettingData04401---
MSFT_NetAdapterIPsecOffloadV2SettingData0353----
MSFT_NetAdapterLsoSettingData01421---
MSFT_NetAdapterPowerManagementSettingData01921---
MSFT_NetAdapterQosSettingData0132----
MSFT_NetAdapterRdmaSettingData0192----
MSFT_NetAdapterRscSettingData0152----
MSFT_NetAdapterRssSettingData0402----
MSFT_NetAdapterSettingData1880-38--
MSFT_NetAdapterSriovSettingData0242----
MSFT_NetAdapterSriovVfSettingData0160----
MSFT_NetAdapterStatisticsSettingData02901---
MSFT_NetAdapterVmqQueueSettingData0170----
MSFT_NetAdapterVmqSettingData0252----
MSFT_NetAdapterVPortSettingData0190----
MSFT_NetBranchCacheClientSettingData01201---
MSFT_NetBranchCacheContentServerSettingData0501---
MSFT_NetBranchCacheDataCache02001---
MSFT_NetBranchCacheDataCacheExtension0180----
MSFT_NetBranchCacheHostedCacheServerSettingData0701---
MSFT_NetBranchCacheNetworkSettingData01701---
MSFT_NetBranchCacheSettingData440-4--
MSFT_NetQosDcbxSettingData0501---
MSFT_NetQosFlowControlSettingData0728---
MSFT_NetQosTrafficClassSettingData0801---
MSFT_NetSecuritySettingData01801---
MSFT_NetSettingData3440-5--
MSFT_NetVirtualizationCustomerRouteSettingData0100----
MSFT_NetVirtualizationGlobalSettingData0501---
MSFT_NetVirtualizationLookupRecordSettingData0160----
MSFT_NetVirtualizationProviderAddressSettingData0110----
MSFT_NetVirtualizationProviderRouteSettingData090----
comments powered by Disqus
WUtils.com