MicrosoftNLB_Node, ROOT\MicrosoftNLB\ms_409

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

Description

This represents an instance of a node within a cluster. Remote control operations are no longer available. You must connect to each node individually in order to invoke a control operation.

MicrosoftNLB_Node methods

MicrosoftNLB_Node has 12 methods (11 Local, 1 Derived)

NameOriginReturn
DisableMicrosoftNLB_Nodeuint32 {'out':True}
DisableExMicrosoftNLB_Nodeuint32 {'out':True}
DrainMicrosoftNLB_Nodeuint32 {'out':True}
DrainExMicrosoftNLB_Nodeuint32 {'out':True}
DrainStopMicrosoftNLB_Nodeuint32 {'out':True}
EnableMicrosoftNLB_Nodeuint32 {'out':True}
EnableExMicrosoftNLB_Nodeuint32 {'out':True}
ResumeMicrosoftNLB_Nodeuint32 {'out':True}
SetPowerStateCIM_UnitaryComputerSystemuint32 {'out':True}
StartMicrosoftNLB_Nodeuint32 {'out':True}
StopMicrosoftNLB_Nodeuint32 {'out':True}
SuspendMicrosoftNLB_Nodeuint32 {'out':True}

MicrosoftNLB_Node properties

MicrosoftNLB_Node has 20 properties (4 Local, 16 Derived)

NameOriginCIMType
CaptionCIM_ManagedSystemElement8 [string]
ComputerNameMicrosoftNLB_Node8 [string]
CreationClassNameCIM_System8 [string]
DedicatedIPAddressMicrosoftNLB_Node8 [string]
DescriptionCIM_ManagedSystemElement8 [string]
HostPriorityMicrosoftNLB_Node19 [uint32]
InitialLoadInfoCIM_UnitaryComputerSystem8 [string]
InstallDateCIM_ManagedSystemElement101 [datetime]
LastLoadInfoCIM_UnitaryComputerSystem8 [string]
key
Name
CIM_ManagedSystemElement8 [string]
NameFormatCIM_System8 [string]
PowerManagementCapabilitiesCIM_UnitaryComputerSystem18 [uint16]
PowerManagementSupportedCIM_UnitaryComputerSystem11 [boolean]
PowerStateCIM_UnitaryComputerSystem18 [uint16]
PrimaryOwnerContactCIM_System8 [string]
PrimaryOwnerNameCIM_System8 [string]
ResetCapabilityCIM_UnitaryComputerSystem18 [uint16]
RolesCIM_System8 [string]
StatusCIM_ManagedSystemElement8 [string]
StatusCodeMicrosoftNLB_Node19 [uint32]

Detailed description of MicrosoftNLB_Node methods

Local methods (11) of MicrosoftNLB_Node class

Disable method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Portuint320-
Description'Disable all traffic handling for the rule containing the specified port. Port may take any value from 0 to 65,535 or0xFFFFFFFF to specify all ports. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1004', '1013', '1001', '1005', '1009']
Values['WLBS_OK', 'WLBS_NOT_FOUND', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_STOPPED', 'WLBS_DRAINING']
Disable method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 19 namespaces
DisableEx method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
VirtualIpAddressstring0-
Portuint321-
Description'Disable all traffic handling for rule containing the specified virtual IP address and port. The values of virtual Ip address to specify 'All Vip' (aka 'Rest of the VIPs') and 'Every Vip' are '255.255.255.255' and '0.0.0.0' respectively. Port may take any value from 0 to 65,535 or 0xFFFFFFFF to specify all ports. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1004', '1013', '1001', '1005', '1009']
Values['WLBS_OK', 'WLBS_NOT_FOUND', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_STOPPED', 'WLBS_DRAINING']
DisableEx method is in 1 class (MicrosoftNLB_Node) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
Drain method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Portuint320-
Description'Disable new traffic handling for rule containing the specified port.Port may take any value from 0 to 65,535 or 0xFFFFFFFF to specify all ports. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1004', '1013', '1001', '1005', '1009']
Values['WLBS_OK', 'WLBS_NOT_FOUND', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_STOPPED', 'WLBS_DRAINING']
Drain method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
DrainEx method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
VirtualIpAddressstring0-
Portuint321-
Description'Disable new traffic handling for rule containing the specified virtual IP address and port. The values of virtual Ip address to specify 'All Vip' (aka 'Rest of the VIPs') and 'Every Vip' are '255.255.255.255' and '0.0.0.0' respectively. Port may take any value from 0 to 65,535 or 0xFFFFFFFF to specify all ports. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1004', '1013', '1001', '1005', '1009']
Values['WLBS_OK', 'WLBS_NOT_FOUND', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_STOPPED', 'WLBS_DRAINING']
DrainEx method is in 1 class (MicrosoftNLB_Node) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
DrainStop method
Returnuint32 {'out':True}
Description'Enter draining mode on specified nodes. WlbsDrainStop affects all ports. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1013', '1001', '1005']
Values['WLBS_OK', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_STOPPED']
DrainStop method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
Enable method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Portuint320-
Description'Enable traffic handling for the rule containing the specified port. Port may take any value from 0 to 65,535 or 0xFFFFFFFF to specify all ports. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1004', '1013', '1001', '1005', '1009']
Values['WLBS_OK', 'WLBS_NOT_FOUND', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_STOPPED', 'WLBS_DRAINING']
Enable method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 25 namespaces
EnableEx method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
VirtualIpAddressstring0-
Portuint321-
Description'Enable all traffic handling for rule containing the specified virtual IP address and port. The values of virtual Ip address to specify 'All Vip' (aka 'Rest of the VIPs') and 'Every Vip' are '255.255.255.255' and '0.0.0.0' respectively. Port may take any value from 0 to 65,535 or 0xFFFFFFFF to specify all ports. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1004', '1013', '1001', '1005', '1009']
Values['WLBS_OK', 'WLBS_NOT_FOUND', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_STOPPED', 'WLBS_DRAINING']
EnableEx method is in 1 class (MicrosoftNLB_Node) of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
Resume method
Returnuint32 {'out':True}
Description'Resume cluster operation control. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1001']
Values['WLBS_OK', 'WLBS_ALREADY']
Resume method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 6 namespaces
Start method
Returnuint32 {'out':True}
Description'Start cluster operations. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1013', '1001', '1002', '1003']
Values['WLBS_OK', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_DRAIN_STOP', 'WLBS_BAD_PARAMS']
Start method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 14 namespaces
Stop method
Returnuint32 {'out':True}
Description'Stop cluster operations. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1013', '1001', '1002']
Values['WLBS_OK', 'WLBS_SUSPENDED', 'WLBS_ALREADY', 'WLBS_DRAIN_STOP']
Stop method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 12 namespaces
Suspend method
Returnuint32 {'out':True}
Description'Suspend cluster operation control. This method will fail when called on instances of objects that represent remote nodes.'
ValueMap['1000', '1005', '1001', '1002']
Values['WLBS_OK', 'WLBS_STOPPED', 'WLBS_ALREADY', 'WLBS_DRAIN_STOP']
Suspend method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 6 namespaces

Derived methods (1) of MicrosoftNLB_Node class

SetPowerState method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
PowerStateuint160-
Timedatetime1-
Description'SetPowerState method defines the desired power state of a computer system and its running operating system, and when the system should be put into that state. The PowerState parameter is specified as one of the valid integer values defined for the property, PowerState. The Time parameter (for all state changes but 5, "Power Cycle") indicates when the power state should be set, either as a regular date-time value or as an interval value (where the interval begins when the method invocation is received). When the PowerState parameter is equal to 5, "Power Cycle", the Time parameter indicates when the system should power on again. power off is immediate. SetPowerState should return 0 if successful, 1 if the specified power state and time requests are not supported, and some other value if any other error occurred.'
SetPowerState method is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 14 namespaces

Detailed description of MicrosoftNLB_Node properties

Local properties (4) of MicrosoftNLB_Node class

ComputerName property
CIMTYPE'string'
Description'The full computer name (consisting of the host name and domain name) of the host participating in the cluster. However, if the full name exceeds 100 characters, then, only the host name is present. An emptystring will be returned in the case of a failure.'
ComputerName property is in 1 class (MicrosoftNLB_Node) of ROOT\MicrosoftNLB\ms_409 and in 11 namespaces
DedicatedIPAddress property
CIMTYPE'string'
Description'This property specifies this host's unique IP address used for network traffic not associated with the cluster (for example, Telnet access to a specific host within the cluster).'
DedicatedIPAddress property is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
HostPriority property
CIMTYPE'uint32'
Description'This property specifies a host's unique priority for handling default network traffic for TCP and UDP ports that are not otherwise handled by port rules. It is used in case a host within the cluster goes offline, and determines which host within the cluster will take over handling this traffic if required. The allowed values for host priority range from 1 to the maximum number of hosts. Lower values indicate higher priorities (where 1 is the highest priority). Each host within the cluster must specify a unique host priority.'
HostPriority property is in 6 classes of ROOT\MicrosoftNLB\ms_409 and in 2 namespaces
StatusCode property
CIMTYPE'uint32'
Description'The current status of the host.'
ValueMap['1013', '1005', '1009', '1006', '1007', '1008']
Values['WLBS_SUSPENDED', 'WLBS_STOPPED', 'WLBS_DRAINING', 'WLBS_CONVERGING', 'WLBS_CONVERGED', 'WLBS_DEFAULT']
StatusCode property is in 4 classes of ROOT\MicrosoftNLB\ms_409 and in 142 namespaces

Derived properties (16) of MicrosoftNLB_Node class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one-line string) of the object.'
Caption property is in 18 classes of ROOT\MicrosoftNLB\ms_409 and in 37 namespaces
CreationClassName property
CIMTYPE'string'
Description'The CreationClassName property indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.'
CreationClassName property is in 8 classes of ROOT\MicrosoftNLB\ms_409 and in 20 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object. '
Description property is in 20 classes of ROOT\MicrosoftNLB\ms_409 and in 142 namespaces
InitialLoadInfo property
CIMTYPE'string'
Description'This object contains the data needed to find either the initial load device (its key) or the boot service to request the operating system to start up.'
InitialLoadInfo property is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 6 namespaces
InstallDate property
CIMTYPE'datetime'
Description'The InstallDate property is a datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
InstallDate property is in 10 classes of ROOT\MicrosoftNLB\ms_409 and in 23 namespaces
LastLoadInfo property
CIMTYPE'string'
Description'The array entry of the InitialLoadInfo property, that holds the data corresponding to booting the currently loaded operating system.'
LastLoadInfo property is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 6 namespaces
Name property
CIMTYPE'string'
Description'The ID of the host participating in the cluster. For IPv4, an address uses the format ClusterIP:HostPriority (i.e. 172.150.35.12:1 ). For IPv6, an address uses the format [ClusterIP]:HostPriority (i.e., [fe80::a:b:c:d]:1 ).'
keyTrue
Name property is in 24 classes of ROOT\MicrosoftNLB\ms_409 and in 142 namespaces
NameFormat property
CIMTYPE'string'
Description'The CIM_ComputerSystem object and its derivatives are Top Level Objects of CIM. They provide the scope for numerous components. Having unique CIM_System keys is required. A heuristic is defined to create the CIM_ComputerSystem name to attempt to always generate the same name, independent of discovery protocol. This prevents inventory and management problems where the same asset or entity is discovered multiple times, but can not be resolved to a single object. Use of the heuristic is optional, but recommended.

The NameFormat property identifies how the computer system name is generated, using a heuristic. The heuristic is outlined, in detail, in the CIM V2 Common Model specification. It assumes that the documented rules are traversed in order, to determine and assign a name. The NameFormat values list defines the precedence order for assigning the computer system name. Several rules do map to the same Value.

Note that the CIM_ComputerSystem Name calculated using the heuristic is the system's key value. Other names can be assigned and used for the CIM_ComputerSystem, that better suit the business, using Aliases.'
ValueMap['Other', 'IP', 'Dial', 'HID', 'NWA', 'HWA', 'X25', 'ISDN', 'IPX', 'DCC', 'ICD', 'E.164', 'SNA', 'OID/OSI']
NameFormat property is in 6 classes of ROOT\MicrosoftNLB\ms_409 and in 21 namespaces
PowerManagementCapabilities property
CIMTYPE'uint16'
Description'Indicates the specific power-related capabilities of a computer system and its associated running operating system. The values, 0="Unknown", 1="Not Supported", and 2="Disabled" are self-explanatory. The value, 3="Enabled" indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. "Power Saving Modes Entered Automatically" (4) describes that a system can change its power state based on usage or other criteria. "Power State Settable" (5) indicates that the SetPowerState method is supported. "Power Cycling Supported" (6) indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 ("Power Cycle"). "Timed Power On Supported" (7) indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 ("Power Cycle") and the Time parameter set to a specific date and time, or interval, for power-on.'
Values['Unknown', 'Not Supported', 'Disabled', 'Enabled', 'Power Saving Modes Entered Automatically', 'Power State Settable', 'Power Cycling Supported', 'Timed Power On Supported']
PowerManagementCapabilities property is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 14 namespaces
PowerManagementSupported property
CIMTYPE'boolean'
Description'Boolean indicating that the computer system, with its running operating system, support power management. This boolean does not indicate that power management features are currently enabled, only that the system is capable of power management.'
PowerManagementSupported property is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 14 namespaces
PowerState property
CIMTYPE'uint16'
Description'Indicates the current power state of the computer system and its associated operating system. Regarding the power saving states, these are defined as follows: Value 4 (Unknown) indicates that the system is known to be in a power save mode, but its exact status in this mode is unknown; 2 (Low Power Mode) indicates that the system is in a power save state but still functioning, and may exhibit degraded performance; 3 (Standby) describes that the system is not functioning but could be brought to full power 'quickly'; and value 7 (Warning) indicates that the computerSystem is in a warning state, though also in a power save mode.'
Values['Unknown', 'Full Power', 'Power Save - Low Power Mode', 'Power Save - Standby', 'Power Save - Unknown', 'Power Cycle', 'Power Off', 'Power Save - Warning']
PowerState property is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 6 namespaces
PrimaryOwnerContact property
CIMTYPE'string'
Description'A string that provides information on how the primary system owner can be reached (e.g. phone number, email address, ...).'
PrimaryOwnerContact property is in 6 classes of ROOT\MicrosoftNLB\ms_409 and in 15 namespaces
PrimaryOwnerName property
CIMTYPE'string'
Description'The name of the primary system owner.'
PrimaryOwnerName property is in 6 classes of ROOT\MicrosoftNLB\ms_409 and in 15 namespaces
ResetCapability property
CIMTYPE'uint16'
Description'If enabled (value = 4), the unitary computer system can be reset via hardware (e.g. the power and reset buttons). If disabled (value = 3), hardware reset is not allowed. In addition to Enabled and Disabled, other values for the property are also defined - "Not Implemented" (5), "Other" (1) and "Unknown" (2).'
ValueMap['1', '2', '3', '4', '5']
Values['Other', 'Unknown', 'Disabled', 'Enabled', 'Not Implemented']
ResetCapability property is in 2 classes of ROOT\MicrosoftNLB\ms_409 and in 10 namespaces
Roles property
CIMTYPE'string'
Description'A collection of strings that specify the roles this system plays in the IT-environment.'
Roles property is in 6 classes of ROOT\MicrosoftNLB\ms_409 and in 17 namespaces
Status property
CIMTYPE'string'
Description'The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.'
ValueMap['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service']
Status property is in 10 classes of ROOT\MicrosoftNLB\ms_409 and in 42 namespaces

MicrosoftNLB_Node Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'This represents an instance of a node within a cluster. Remote control operations are no longer available. You must connect to each node individually in order to invoke a control operation.'
LOCALE1033

MicrosoftNLB_Node System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\MicrosoftNLB\ms_409:MicrosoftNLB_Node'___SYSTEM8
__NAMESPACE'ROOT\MicrosoftNLB\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_UnitaryComputerSystem', 'CIM_ComputerSystem', 'CIM_System', 'CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT20___SYSTEM3
__RELPATH'MicrosoftNLB_Node'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'CIM_UnitaryComputerSystem'___SYSTEM8
__CLASS'MicrosoftNLB_Node'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to MicrosoftNLB_Node

Number of classes:5
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
MicrosoftNLB_NodeControlEvent060---
MicrosoftNLB_NodeNodeSetting020----
MicrosoftNLB_NodeSetting0274----
MicrosoftNLB_NodeSettingPortRule020----
MicrosoftNLB_ParticipatingNode040----
comments powered by Disqus
WUtils.com