MicrosoftNLB_ClusterSetting, ROOT\MicrosoftNLB\ms_409

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

Description

This holds and modifies cluster specific configuration information.The provider will only return the instance for this class that corresponds to the node upon which it resides.Consequently, to configure a node, the client must explicitly connect to that node. Modified values do not take affect until LoadAllSettings is invoked from this class or the MicrosoftNLB_NodeSetting class.

MicrosoftNLB_ClusterSetting methods

MicrosoftNLB_ClusterSetting has 4 methods (4 Local)

NameOriginReturn
AccessNLBRegParamMicrosoftNLB_ClusterSettingboolean {'out':True}
LoadAllSettingsMicrosoftNLB_ClusterSettinguint32 {'out':True}
SetDefaultsMicrosoftNLB_ClusterSetting
SetPasswordMicrosoftNLB_ClusterSetting

MicrosoftNLB_ClusterSetting properties

MicrosoftNLB_ClusterSetting has 20 properties (17 Local, 3 Derived)

NameOriginCIMType
AdapterGuidMicrosoftNLB_ClusterSetting8 [string]
BDAReverseHashMicrosoftNLB_ClusterSetting11 [Boolean]
BDATeamActiveMicrosoftNLB_ClusterSetting11 [Boolean]
BDATeamIdMicrosoftNLB_ClusterSetting8 [string]
BDATeamMasterMicrosoftNLB_ClusterSetting11 [Boolean]
CaptionCIM_Setting8 [string]
ClusterIPAddressMicrosoftNLB_ClusterSetting8 [string]
ClusterIPToMulticastIPMicrosoftNLB_ClusterSetting11 [Boolean]
ClusterMACAddressMicrosoftNLB_ClusterSetting8 [string]
ClusterNameMicrosoftNLB_ClusterSetting8 [string]
ClusterNetworkMaskMicrosoftNLB_ClusterSetting8 [string]
DescriptionCIM_Setting8 [string]
IdentityHeartbeatEnabledMicrosoftNLB_ClusterSetting11 [Boolean]
IgmpSupportMicrosoftNLB_ClusterSetting11 [Boolean]
MulticastIPAddressMicrosoftNLB_ClusterSetting8 [string]
MulticastSupportEnabledMicrosoftNLB_ClusterSetting11 [Boolean]
key
Name
MicrosoftNLB_ClusterSetting8 [string]
RemoteControlEnabledMicrosoftNLB_ClusterSetting11 [Boolean]
SettingIDCIM_Setting8 [string]
UnicastInterHostCommSupportEnabledMicrosoftNLB_ClusterSetting11 [Boolean]

Detailed description of MicrosoftNLB_ClusterSetting methods

Local methods (4) of MicrosoftNLB_ClusterSetting class

AccessNLBRegParam method
Returnboolean {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Getboolean0-
InstanceOnlyboolean1-
Namestring2-
Valueuint323-
Description'This method gets/sets the following instance-specific/global NLB registry parameters.
UnicastInterHostCommSupport; Instance-Specific; Allowed values:0,1
EnableTCPNotification; Global; Allowed values:1,2
EnableSYNAttackNotification; Global; Allowed values:0,1,2
EnableTimerStarvationNotification; Global; Allowed values:0,1,2
For the instance-specific parameters to take effect, call the LoadAllSettings() method after calling this method.
The global parameters will take effect upon the next boot-up of the system.
'
AccessNLBRegParam method is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
LoadAllSettings method
Returnuint32 {'out':True}
Description'This method causes the NLB driver to load with all the values that are set in ALL of the the setting classes, including the MicrosoftNLB_NodeSetting and the port rule classes. If the system is Windows NT4, then the method will return a reboot value.'
ValueMap['1000', '1050']
Values['WLBS_OK', 'WLBS_REBOOT']
LoadAllSettings method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
SetDefaults method
Return
Description'This method resets all of the properties for this class to their default values. The values are not committed to the NLB driver.'
SetDefaults method is in 7 classes of ROOT\MicrosoftNLB\ms_409 and in 7 namespaces
SetPassword method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
Passwordstring0-
Description'Sets the remote control password. Before calling this method, it is highly recommended that the authentication level be set to RPC_C_AUTHN_LEVEL_PKT_PRIVACY in the call to CoSetProxyBlanket() or CoInitializeSecurity(). This is so that the password string is encrypted during its transfer from the client machine to the server machine, thus mitigating the threat of disclosure. This method is deprecated and no longer in use.'
SetPassword method is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces

Detailed description of MicrosoftNLB_ClusterSetting properties

Local properties (17) of MicrosoftNLB_ClusterSetting class

AdapterGuid property
CIMTYPE'string'
Description'This is the GUID of the adapter NLB is bound to.'
AdapterGuid property is in 11 classes of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
BDAReverseHash property
CIMTYPE'Boolean'
Description'This property specifies whether to reverse hash on the cluster that this network adapter is a part of.'
BDAReverseHash property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
BDATeamActive property
CIMTYPE'Boolean'
Description'This property specifies if the cluster that this network adapter is a part of, is operating in theBi-Directional Affinity mode.'
BDATeamActive property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
BDATeamId property
CIMTYPE'string'
Description'This property specifies the Bi-Directional Affinity team identifier of the cluster that this network adapter is a part of. The value of this property must be a GUID.'
BDATeamId property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
BDATeamMaster property
CIMTYPE'Boolean'
Description'This property specifies if the cluster that this network adapter is a part of, is the Master cluster.'
BDATeamMaster property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
ClusterIPAddress property
CIMTYPE'string'
Description'This property specifies the cluster's primary IP address in standard Internet dotted notation (for example, w.x.y.z).'
ClusterIPAddress property is in 5 classes of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
ClusterIPToMulticastIP property
CIMTYPE'Boolean'
Description'If set to TRUE, generate IGMP multicast IP from cluster IP. This property is deprecated and no longer in use.'
ClusterIPToMulticastIP property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
ClusterMACAddress property
CIMTYPE'string'
Description'This property denotes the cluster MAC address.'
ClusterMACAddress property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
ClusterName property
CIMTYPE'string'
Description'This property specifies a full Internet name for the Network Load Balancing cluster (for example, cluster.domain.com). This name is used for the cluster as a whole, and should be the same for all hosts in the cluster. '
ClusterName property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 5 namespaces
ClusterNetworkMask property
CIMTYPE'string'
Description'This property denotes the subnet mask.'
ClusterNetworkMask property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
IdentityHeartbeatEnabled property
CIMTYPE'Boolean'
Description'This property specifies whether identity heartbeats are transmitted. It is on by default. This property is deprecated and no longer in use.'
IdentityHeartbeatEnabled property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
IgmpSupport property
CIMTYPE'Boolean'
Description'If set to TRUE, send IGMP join periodically.'
IgmpSupport property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
MulticastIPAddress property
CIMTYPE'string'
Description'The cluster's multicast IP address for IGMP.'
MulticastIPAddress property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
MulticastSupportEnabled property
CIMTYPE'Boolean'
Description'This property specifies whether or not a multicast MAC address should be used for cluster operations. If this option is enabled, Network Load Balancing converts the cluster MAC address belonging to the cluster adapter into a multicast address. It also ensures that the cluster's primary IP address resolves to this multicast address as part of the ARP protocol. At the same time, the adapter can now use its original, built-in MAC address, which, in unicast mode, was disabled. '
MulticastSupportEnabled property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
Name property
CIMTYPE'string'
Description'The name of the host to which this setting applies'
keyTrue
Name property is in 24 classes of ROOT\MicrosoftNLB\ms_409 and in 142 namespaces
RemoteControlEnabled property
CIMTYPE'Boolean'
Description'This property specifies whether remote-control operations are enabled. When disabled, the Service methods will not functionfor remote HostIDs. Remote control is disabled by default. This property is deprecated and no longer in use.'
RemoteControlEnabled property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
UnicastInterHostCommSupportEnabled property
CIMTYPE'Boolean'
Description'This property enables inter-host communication in a unicast cluster.'
UnicastInterHostCommSupportEnabled property is in 1 class (MicrosoftNLB_ClusterSetting) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces

Derived properties (3) of MicrosoftNLB_ClusterSetting class

Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) of the CIM_Setting object.'
Caption property is in 18 classes of ROOT\MicrosoftNLB\ms_409 and in 37 namespaces
Description property
CIMTYPE'string'
Description'A textual description of the CIM_Setting object.'
Description property is in 20 classes of ROOT\MicrosoftNLB\ms_409 and in 142 namespaces
SettingID property
CIMTYPE'string'
Description'The identifier by which the CIM_Setting object is known.'
SettingID property is in 7 classes of ROOT\MicrosoftNLB\ms_409 and in 10 namespaces

MicrosoftNLB_ClusterSetting Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'This holds and modifies cluster specific configuration information.The provider will only return the instance for this class that corresponds to the node upon which it resides.Consequently, to configure a node, the client must explicitly connect to that node. Modified values do not take affect until LoadAllSettings is invoked from this class or the MicrosoftNLB_NodeSetting class.'
LOCALE1033

MicrosoftNLB_ClusterSetting System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\MicrosoftNLB\ms_409:MicrosoftNLB_ClusterSetting'___SYSTEM8
__NAMESPACE'ROOT\MicrosoftNLB\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Setting']___SYSTEM8
__PROPERTY_COUNT20___SYSTEM3
__RELPATH'MicrosoftNLB_ClusterSetting'___SYSTEM8
__DYNASTY'CIM_Setting'___SYSTEM8
__SUPERCLASS'CIM_Setting'___SYSTEM8
__CLASS'MicrosoftNLB_ClusterSetting'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to MicrosoftNLB_ClusterSetting

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