MSFT_NetMainModeSA, ROOT\StandardCimv2\MS_409

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

Description

A MainMode SA.

MSFT_NetMainModeSA methods

MSFT_NetMainModeSA has 1 methods (1 Derived)

NameOriginReturn
RequestStateChangeCIM_EnabledLogicalElementuint32 {'out':True}

MSFT_NetMainModeSA properties

MSFT_NetMainModeSA has 58 properties (14 Local, 44 Derived)

NameOriginCIMType
AuthenticationMethodCIM_IKESAEndpoint18 [uint16]
AvailableRequestedStatesCIM_EnabledLogicalElement18 [uint16]
CaptionCIM_ManagedElement8 [string]
CipherAlgorithmCIM_IKESAEndpoint18 [uint16]
CommunicationStatusCIM_ManagedSystemElement18 [uint16]
key
CreationClassName
CIM_ServiceAccessPoint8 [string]
DescriptionCIM_ManagedElement8 [string]
DetailedStatusCIM_ManagedSystemElement18 [uint16]
ElementNameCIM_ManagedElement8 [string]
EnabledDefaultCIM_EnabledLogicalElement18 [uint16]
EnabledStateCIM_EnabledLogicalElement18 [uint16]
ExtendedFilterIdMSFT_NetMainModeSA21 [uint64]
GroupIdCIM_IKESAEndpoint18 [uint16]
HashAlgorithmCIM_IKESAEndpoint18 [uint16]
HealthStateCIM_ManagedSystemElement18 [uint16]
IdleDurationSecondsCIM_SecurityAssociationEndpoint21 [uint64]
IkePolicyKeyMSFT_NetMainModeSA8 [string]
InitiatorCookieCIM_IKESAEndpoint21 [uint64]
InstallDateCIM_ManagedSystemElement101 [datetime]
InstanceIDCIM_ManagedElement8 [string]
KeyModuleMSFT_NetMainModeSA18 [uint16]
LifetimeKilobytesCIM_SecurityAssociationEndpoint21 [uint64]
LifetimeSecondsCIM_SecurityAssociationEndpoint21 [uint64]
LocalEndpointMSFT_NetMainModeSA8 [string]
LocalFirstIdMSFT_NetMainModeSA13 [object:MSFT_NetIPsecIdentity]
LocalSecondIdMSFT_NetMainModeSA13 [object:MSFT_NetIPsecIdentity]
LocalUdpEncapsulationPortMSFT_NetMainModeSA18 [uint16]
MaxQMSAsMSFT_NetMainModeSA19 [uint32]
key
Name
CIM_ManagedSystemElement8 [string]
NameFormatCIM_ProtocolEndpoint8 [string]
OperatingStatusCIM_ManagedSystemElement18 [uint16]
OperationalStatusCIM_ManagedSystemElement18 [uint16]
OtherAuthenticationMethodCIM_IKESAEndpoint8 [string]
OtherCipherAlgorithmCIM_IKESAEndpoint8 [string]
OtherEnabledStateCIM_EnabledLogicalElement8 [string]
OtherGroupIdMSFT_NetMainModeSA8 [string]
OtherHashAlgorithmCIM_IKESAEndpoint8 [string]
OtherTypeDescriptionCIM_ProtocolEndpoint8 [string]
PacketLoggingActiveCIM_SecurityAssociationEndpoint11 [boolean]
PrimaryStatusCIM_ManagedSystemElement18 [uint16]
ProtocolIFTypeCIM_ProtocolEndpoint18 [uint16]
ProtocolTypeCIM_ProtocolEndpoint18 [uint16]
RefreshThresholdKbytesPercentageCIM_SecurityAssociationEndpoint17 [uint8]
RefreshThresholdSecondsPercentageCIM_SecurityAssociationEndpoint17 [uint8]
RemoteEndpointMSFT_NetMainModeSA8 [string]
RemoteFirstIdMSFT_NetMainModeSA13 [object:MSFT_NetIPsecIdentity]
RemoteSecondIdMSFT_NetMainModeSA13 [object:MSFT_NetIPsecIdentity]
RemoteUdpEncapsulationPortMSFT_NetMainModeSA18 [uint16]
RequestedStateCIM_EnabledLogicalElement18 [uint16]
ResponderCookieCIM_IKESAEndpoint21 [uint64]
StatusCIM_ManagedSystemElement8 [string]
StatusDescriptionsCIM_ManagedSystemElement8 [string]
key
SystemCreationClassName
CIM_ServiceAccessPoint8 [string]
key
SystemName
CIM_ServiceAccessPoint8 [string]
TimeOfLastStateChangeCIM_EnabledLogicalElement101 [datetime]
TransitioningToStateCIM_EnabledLogicalElement18 [uint16]
VendorIDCIM_IKESAEndpoint8 [string]
VirtualIfTunnelIdMSFT_NetMainModeSA21 [uint64]

Detailed description of MSFT_NetMainModeSA methods

Derived methods (1) of MSFT_NetMainModeSA 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.','In':True,'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.','Out':True}
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.','In':True}
Description'Requests that the state of the element be changed to the value specified in the RequestedState parameter. When the requested state change takes place, the EnabledState and RequestedState of the element will be the same. Invoking the RequestStateChange method multiple times could result in earlier requests being overwritten or lost.
A return code of 0 shall indicate the state change was successfully initiated.
A return code of 3 shall indicate that the state transition cannot complete within the interval specified by the TimeoutPeriod parameter.
A return code of 4096 (0x1000) shall indicate the state change was successfully initiated, a ConcreteJob has been created, and its reference returned in the output parameter Job. Any other return code indicates an error condition.'
Values['Completed with No Error', 'Not Supported', 'Unknown or Unspecified Error', 'Cannot complete within Timeout Period', 'Failed', 'Invalid Parameter', 'In Use', 'DMTF Reserved', 'Method Parameters Checked - Job Started', 'Invalid State Transition', 'Use of Timeout Parameter Not Supported', 'Busy', 'Method Reserved', 'Vendor Specific']
RequestStateChange method is in 26 classes of ROOT\StandardCimv2\MS_409 and in 15 namespaces

Detailed description of MSFT_NetMainModeSA properties

Local properties (14) of MSFT_NetMainModeSA class

ExtendedFilterId property
CIMTYPE'uint64'
Description'Filter ID from the QM policy matching the extended mode filter'
ExtendedFilterId property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
IkePolicyKey property
CIMTYPE'string'
Description'GUID of the main mode policy provider context corresponding to this SA'
IkePolicyKey property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
KeyModule property
CIMTYPE'uint16'
Description'The Key Module used to negotiate the SA and its child SA's.'
Values['IkeV1', 'AuthIP', 'IkeV2']
KeyModule property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
LocalEndpoint property
CIMTYPE'string'
Description'The address of the local endpoint the SA applies to.'
LocalEndpoint property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
LocalFirstId property
CIMTYPE'object:MSFT_NetIPsecIdentity'
Description'The first authentication local identity'
LocalFirstId property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
LocalSecondId property
CIMTYPE'object:MSFT_NetIPsecIdentity'
Description'The second authentication local identity'
LocalSecondId property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
LocalUdpEncapsulationPort property
CIMTYPE'uint16'
Description'Local UDP encapsulation port for NAT-T'
LocalUdpEncapsulationPort property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
MaxQMSAs property
CIMTYPE'uint32'
Description'The maximum number of Quick Mode SA's that may be established with this SA before it must be renegotiated.'
MaxQMSAs property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
OtherGroupId property
CIMTYPE'string'
Description'Extensions to GroupId'
OtherGroupId property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
RemoteEndpoint property
CIMTYPE'string'
Description'The address of the remote endpoint the SA applies to.'
RemoteEndpoint property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 3 namespaces
RemoteFirstId property
CIMTYPE'object:MSFT_NetIPsecIdentity'
Description'The first authentication remote identity'
RemoteFirstId property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
RemoteSecondId property
CIMTYPE'object:MSFT_NetIPsecIdentity'
Description'The second authentication remote identity'
RemoteSecondId property is in 1 class (MSFT_NetMainModeSA) of ROOT\StandardCimv2\MS_409 and in 2 namespaces
RemoteUdpEncapsulationPort property
CIMTYPE'uint16'
Description'Remote UDP encapsulation port for NAT-T'
RemoteUdpEncapsulationPort property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
VirtualIfTunnelId property
CIMTYPE'uint64'
Description'ID/Handle to virtual interface tunneling state'
VirtualIfTunnelId property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces

Derived properties (44) of MSFT_NetMainModeSA class

AuthenticationMethod property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Other', 'Pre-shared Key', 'DSS Signatures', 'RSA Signatures', 'Encryption with RSA', 'Revised Encryption with RSA', 'DMTF/IANA Reserved', 'Vendor Reserved']
AuthenticationMethod property is in 12 classes of ROOT\StandardCimv2\MS_409 and in 7 namespaces
AvailableRequestedStates property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Enabled', 'Disabled', 'Shut Down', 'Offline', 'Test', 'Defer', 'Quiesce', 'Reboot', 'Reset', 'DMTF Reserved']
AvailableRequestedStates property is in 25 classes of ROOT\StandardCimv2\MS_409 and in 7 namespaces
Caption property
CIMTYPE'string'
Description'Used in CimInstance.ToString(). A short string for describing this instance when debugging.'
Caption property is in 153 classes of ROOT\StandardCimv2\MS_409 and in 37 namespaces
CipherAlgorithm property
CIMTYPE'uint16'
Description'The actual encryption algorithm used by the SA.'
Values['None', 'DES', '3DES', 'AES-128', 'AES-192', 'AES-256', 'AES-GCM-128', 'AES-GCM-192', 'AES-GCM-256']
CipherAlgorithm property is in 11 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
CommunicationStatus property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Not Available', 'Communication OK', 'Lost Communication', 'No Contact', 'DMTF Reserved', 'Vendor Reserved']
CommunicationStatus property is in 61 classes of ROOT\StandardCimv2\MS_409 and in 9 namespaces
CreationClassName property
CIMTYPE'string'
Description'Reserved for internal use by the WMI provider only.'
keyTrue
CreationClassName property is in 47 classes of ROOT\StandardCimv2\MS_409 and in 20 namespaces
Description property
CIMTYPE'string'
Description'This field is ignored.'
Description property is in 154 classes of ROOT\StandardCimv2\MS_409 and in 142 namespaces
DetailedStatus property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Not Available', 'No Additional Information', 'Stressed', 'Predictive Failure', 'Non-Recoverable Error', 'Supporting Entity in Error', 'DMTF Reserved', 'Vendor Reserved']
DetailedStatus property is in 61 classes of ROOT\StandardCimv2\MS_409 and in 9 namespaces
ElementName property
CIMTYPE'string'
Description'This field is ignored.'
ElementName property is in 153 classes of ROOT\StandardCimv2\MS_409 and in 21 namespaces
EnabledDefault property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Enabled', 'Disabled', 'Not Applicable', 'Enabled but Offline', 'No Default', 'Quiesce', 'DMTF Reserved', 'Vendor Reserved']
EnabledDefault property is in 25 classes of ROOT\StandardCimv2\MS_409 and in 10 namespaces
EnabledState property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Other', 'Enabled', 'Disabled', 'Shutting Down', 'Not Applicable', 'Enabled but Offline', 'In Test', 'Deferred', 'Quiesce', 'Starting', 'DMTF Reserved', 'Vendor Reserved']
EnabledState property is in 25 classes of ROOT\StandardCimv2\MS_409 and in 13 namespaces
GroupId property
CIMTYPE'uint16'
Description'The property GroupId gives the phase 1 security association key exchange group. Well-known group identifiers from RFC2412, Appendix E, are: Group 1='768 bit prime', Group 2='1024 bit prime', Group 3 ='Elliptic Curve Group with 155 bit field element', Group 4= 'Large Elliptic Curve Group with 185 bit field element', and Group 5='1536 bit prime'. Note that only groups 1, 2, 14, 19, 20, and 24 are acceptable in Windows 8.'
Values['None', 'DH Group 1', 'DH Group 2', 'DH Group 14', 'DH Group 19', 'DH Group 20', 'DH Group 24']
GroupId property is in 11 classes of ROOT\StandardCimv2\MS_409 and in 6 namespaces
HashAlgorithm property
CIMTYPE'uint16'
Description'The actual hash algorithm used by the SA.'
Values['None', 'MD5', 'SHA-1', 'SHA-256', 'SHA-384', 'AES-GMAC-128', 'AES-GMAC-192', 'AES-GMAC-256']
HashAlgorithm property is in 11 classes of ROOT\StandardCimv2\MS_409 and in 4 namespaces
HealthState property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'OK', 'Degraded/Warning', 'Minor failure', 'Major failure', 'Critical failure', 'Non-recoverable error', 'DMTF Reserved']
HealthState property is in 61 classes of ROOT\StandardCimv2\MS_409 and in 15 namespaces
IdleDurationSeconds property
CIMTYPE'uint64'
Description'This field is ignored.'
Units'Seconds'
IdleDurationSeconds property is in 13 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
InitiatorCookie property
CIMTYPE'uint64'
Description'This field is ignored.'
InitiatorCookie property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
InstallDate property
CIMTYPE'datetime'
Description'This field is ignored.'
InstallDate property is in 61 classes of ROOT\StandardCimv2\MS_409 and in 23 namespaces
InstanceID property
CIMTYPE'string'
Description'A string that uniquely identifies this instance within the PolicyStore.'
InstanceID property is in 153 classes of ROOT\StandardCimv2\MS_409 and in 21 namespaces
LifetimeKilobytes property
CIMTYPE'uint64'
Description'This field is ignored.'
Units'KiloBytes'
LifetimeKilobytes property is in 5 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
LifetimeSeconds property
CIMTYPE'uint64'
Description'This field is ignored.'
Units'Seconds'
LifetimeSeconds property is in 5 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
Name property
CIMTYPE'string'
Description'Reserved for internal use by the WMI provider only.'
keyTrue
Name property is in 92 classes of ROOT\StandardCimv2\MS_409 and in 142 namespaces
NameFormat property
CIMTYPE'string'
Description'This field is ignored.'
NameFormat property is in 13 classes of ROOT\StandardCimv2\MS_409 and in 21 namespaces
OperatingStatus property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Not Available', 'Servicing', 'Starting', 'Stopping', 'Stopped', 'Aborted', 'Dormant', 'Completed', 'Migrating', 'Emigrating', 'Immigrating', 'Snapshotting', 'Shutting Down', 'In Test', 'Transitioning', 'In Service', 'DMTF Reserved', 'Vendor Reserved']
OperatingStatus property is in 61 classes of ROOT\StandardCimv2\MS_409 and in 9 namespaces
OperationalStatus property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Other', 'OK', 'Degraded', 'Stressed', 'Predictive Failure', 'Error', 'Non-Recoverable Error', 'Starting', 'Stopping', 'Stopped', 'In Service', 'No Contact', 'Lost Communication', 'Aborted', 'Dormant', 'Supporting Entity in Error', 'Completed', 'Power Mode', 'DMTF Reserved', 'Vendor Reserved']
OperationalStatus property is in 61 classes of ROOT\StandardCimv2\MS_409 and in 18 namespaces
OtherAuthenticationMethod property
CIMTYPE'string'
Description'This field is ignored.'
OtherAuthenticationMethod property is in 11 classes of ROOT\StandardCimv2\MS_409 and in 3 namespaces
OtherCipherAlgorithm property
CIMTYPE'string'
Description'This field is ignored.'
OtherCipherAlgorithm property is in 11 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
OtherEnabledState property
CIMTYPE'string'
Description'This field is ignored.'
OtherEnabledState property is in 25 classes of ROOT\StandardCimv2\MS_409 and in 11 namespaces
OtherHashAlgorithm property
CIMTYPE'string'
Description'This field is ignored.'
OtherHashAlgorithm property is in 11 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
OtherTypeDescription property
CIMTYPE'string'
Description'This field is ignored.'
OtherTypeDescription property is in 13 classes of ROOT\StandardCimv2\MS_409 and in 8 namespaces
PacketLoggingActive property
CIMTYPE'boolean'
Description'This field is ignored.'
PacketLoggingActive property is in 5 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
PrimaryStatus property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'OK', 'Degraded', 'Error', 'DMTF Reserved', 'Vendor Reserved']
PrimaryStatus property is in 71 classes of ROOT\StandardCimv2\MS_409 and in 9 namespaces
ProtocolIFType property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Other', 'Regular 1822', 'HDH 1822', 'DDN X.25', 'RFC877 X.25', 'Ethernet CSMA/CD', 'ISO 802.3 CSMA/CD', 'ISO 802.4 Token Bus', 'ISO 802.5 Token Ring', 'ISO 802.6 MAN', 'StarLAN', 'Proteon 10Mbit', 'Proteon 80Mbit', 'HyperChannel', 'FDDI', 'LAP-B', 'SDLC', 'DS1', 'E1', 'Basic ISDN', 'Primary ISDN', 'Proprietary Point-to-Point Serial', 'PPP', 'Software Loopback', 'EON', 'Ethernet 3Mbit', 'NSIP', 'SLIP', 'Ultra', 'DS3', 'SIP', 'Frame Relay', 'RS-232', 'Parallel', 'ARCNet', 'ARCNet Plus', 'ATM', 'MIO X.25', 'SONET', 'X.25 PLE', 'ISO 802.211c', 'LocalTalk', 'SMDS DXI', 'Frame Relay Service', 'V.35', 'HSSI', 'HIPPI', 'Modem', 'AAL5', 'SONET Path', 'SONET VT', 'SMDS ICIP', 'Proprietary Virtual/Internal', 'Proprietary Multiplexor', 'IEEE 802.12', 'Fibre Channel', 'HIPPI Interface', 'Frame Relay Interconnect', 'ATM Emulated LAN for 802.3', 'ATM Emulated LAN for 802.5', 'ATM Emulated Circuit', 'Fast Ethernet (100BaseT)', 'ISDN', 'V.11', 'V.36', 'G703 at 64K', 'G703 at 2Mb', 'QLLC', 'Fast Ethernet 100BaseFX', 'Channel', 'IEEE 802.11', 'IBM 260/370 OEMI Channel', 'ESCON', 'Data Link Switching', 'ISDN S/T Interface', 'ISDN U Interface', 'LAP-D', 'IP Switch', 'Remote Source Route Bridging', 'ATM Logical', 'DS0', 'DS0 Bundle', 'BSC', 'Async', 'Combat Net Radio', 'ISO 802.5r DTR', 'Ext Pos Loc Report System', 'AppleTalk Remote Access Protocol', 'Proprietary Connectionless', 'ITU X.29 Host PAD', 'ITU X.3 Terminal PAD', 'Frame Relay MPI', 'ITU X.213', 'ADSL', 'RADSL', 'SDSL', 'VDSL', 'ISO 802.5 CRFP', 'Myrinet', 'Voice Receive and Transmit', 'Voice Foreign Exchange Office', 'Voice Foreign Exchange Service', 'Voice Encapsulation', 'Voice over IP', 'ATM DXI', 'ATM FUNI', 'ATM IMA', 'PPP Multilink Bundle', 'IP over CDLC', 'IP over CLAW', 'Stack to Stack', 'Virtual IP Address', 'MPC', 'IP over ATM', 'ISO 802.5j Fibre Token Ring', 'TDLC', 'Gigabit Ethernet', 'HDLC', 'LAP-F', 'V.37', 'X.25 MLP', 'X.25 Hunt Group', 'Transp HDLC', 'Interleave Channel', 'FAST Channel', 'IP (for APPN HPR in IP Networks)', 'CATV MAC Layer', 'CATV Downstream', 'CATV Upstream', 'Avalon 12MPP Switch', 'Tunnel', 'Coffee', 'Circuit Emulation Service', 'ATM SubInterface', 'Layer 2 VLAN using 802.1Q', 'Layer 3 VLAN using IP', 'Layer 3 VLAN using IPX', 'Digital Power Line', 'Multimedia Mail over IP', 'DTM', 'DCN', 'IP Forwarding', 'MSDSL', 'IEEE 1394', 'IF-GSN/HIPPI-6400', 'DVB-RCC MAC Layer', 'DVB-RCC Downstream', 'DVB-RCC Upstream', 'ATM Virtual', 'MPLS Tunnel', 'SRP', 'Voice over ATM', 'Voice over Frame Relay', 'ISDL', 'Composite Link', 'SS7 Signaling Link', 'Proprietary P2P Wireless', 'Frame Forward', 'RFC1483 Multiprotocol over ATM', 'USB', 'IEEE 802.3ad Link Aggregate', 'BGP Policy Accounting', 'FRF .16 Multilink FR', 'H.323 Gatekeeper', 'H.323 Proxy', 'MPLS', 'Multi-Frequency Signaling Link', 'HDSL-2', 'S-HDSL', 'DS1 Facility Data Link', 'Packet over SONET/SDH', 'DVB-ASI Input', 'DVB-ASI Output', 'Power Line', 'Non Facility Associated Signaling', 'TR008', 'GR303 RDT', 'GR303 IDT', 'ISUP', 'Proprietary Wireless MAC Layer', 'Proprietary Wireless Downstream', 'Proprietary Wireless Upstream', 'HIPERLAN Type 2', 'Proprietary Broadband Wireless Access Point to Mulipoint', 'SONET Overhead Channel', 'Digital Wrapper Overhead Channel', 'ATM Adaptation Layer 2', 'Radio MAC', 'ATM Radio', 'Inter Machine Trunk', 'MVL DSL', 'Long Read DSL', 'Frame Relay DLCI Endpoint', 'ATM VCI Endpoint', 'Optical Channel', 'Optical Transport', 'Proprietary ATM', 'Voice over Cable', 'Infiniband', 'TE Link', 'Q.2931', 'Virtual Trunk Group', 'SIP Trunk Group', 'SIP Signaling', 'CATV Upstream Channel', 'Econet', 'FSAN 155Mb PON', 'FSAN 622Mb PON', 'Transparent Bridge', 'Line Group', 'Voice E&M Feature Group', 'Voice FGD EANA', 'Voice DID', 'MPEG Transport', '6To4', 'GTP', 'Paradyne EtherLoop 1', 'Paradyne EtherLoop 2', 'Optical Channel Group', 'HomePNA', 'GFP', 'ciscoISLvlan', 'actelisMetaLOOP', 'Fcip', 'IANA Reserved', 'IPv4', 'IPv6', 'IPv4/v6', 'IPX', 'DECnet', 'SNA', 'CONP', 'CLNP', 'VINES', 'XNS', 'ISDN B Channel Endpoint', 'ISDN D Channel Endpoint', 'BGP', 'OSPF', 'UDP', 'TCP', '802.11a', '802.11b', '802.11g', '802.11h', 'NFS', 'CIFS', 'DAFS', 'WebDAV', 'HTTP', 'FTP', 'NDMP', 'Telnet', 'SSH', 'SM CLP', 'SMTP', 'LDAP', 'RDP', 'HTTPS', 'DMTF Reserved', 'Vendor Reserved']
ProtocolIFType property is in 13 classes of ROOT\StandardCimv2\MS_409 and in 7 namespaces
ProtocolType property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Other', 'IPv4', 'IPv6', 'IPX', 'AppleTalk', 'DECnet', 'SNA', 'CONP', 'CLNP', 'VINES', 'XNS', 'ATM', 'Frame Relay', 'Ethernet', 'TokenRing', 'FDDI', 'Infiniband', 'Fibre Channel', 'ISDN BRI Endpoint', 'ISDN B Channel Endpoint', 'ISDN D Channel Endpoint', 'IPv4/v6', 'BGP', 'OSPF', 'MPLS', 'UDP', 'TCP']
ProtocolType property is in 13 classes of ROOT\StandardCimv2\MS_409 and in 8 namespaces
RefreshThresholdKbytesPercentage property
CIMTYPE'uint8'
Description'This field is ignored.'
Units'Percent'
RefreshThresholdKbytesPercentage property is in 5 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
RefreshThresholdSecondsPercentage property
CIMTYPE'uint8'
Description'This field is ignored.'
Units'Percent'
RefreshThresholdSecondsPercentage property is in 5 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
RequestedState property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Enabled', 'Disabled', 'Shut Down', 'No Change', 'Offline', 'Test', 'Deferred', 'Quiesce', 'Reboot', 'Reset', 'Not Applicable', 'DMTF Reserved', 'Vendor Reserved']
RequestedState property is in 25 classes of ROOT\StandardCimv2\MS_409 and in 12 namespaces
ResponderCookie property
CIMTYPE'uint64'
Description'This field is ignored.'
ResponderCookie property is in 2 classes of ROOT\StandardCimv2\MS_409 and in 2 namespaces
Status property
CIMTYPE'string'
Description'This field is ignored.'
Status property is in 72 classes of ROOT\StandardCimv2\MS_409 and in 42 namespaces
StatusDescriptions property
CIMTYPE'string'
Description'This field is ignored.'
StatusDescriptions property is in 61 classes of ROOT\StandardCimv2\MS_409 and in 18 namespaces
SystemCreationClassName property
CIMTYPE'string'
Description'Reserved for internal use by the WMI provider only.'
keyTrue
SystemCreationClassName property is in 47 classes of ROOT\StandardCimv2\MS_409 and in 20 namespaces
SystemName property
CIMTYPE'string'
Description'Reserved for internal use by the WMI provider only.'
keyTrue
SystemName property is in 66 classes of ROOT\StandardCimv2\MS_409 and in 22 namespaces
TimeOfLastStateChange property
CIMTYPE'datetime'
Description'This field is ignored.'
TimeOfLastStateChange property is in 26 classes of ROOT\StandardCimv2\MS_409 and in 17 namespaces
TransitioningToState property
CIMTYPE'uint16'
Description'This field is ignored.'
Values['Unknown', 'Enabled', 'Disabled', 'Shut Down', 'No Change', 'Offline', 'Test', 'Defer', 'Quiesce', 'Reboot', 'Reset', 'Not Applicable', 'DMTF Reserved']
TransitioningToState property is in 25 classes of ROOT\StandardCimv2\MS_409 and in 7 namespaces
VendorID property
CIMTYPE'string'
Description'This field is ignored.'
VendorID property is in 19 classes of ROOT\StandardCimv2\MS_409 and in 9 namespaces

MSFT_NetMainModeSA Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'A MainMode SA.'
LOCALE'MS_409'

MSFT_NetMainModeSA System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\StandardCimv2\MS_409:MSFT_NetMainModeSA'___SYSTEM8
__NAMESPACE'ROOT\StandardCimv2\MS_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_IKESAEndpoint', 'CIM_SecurityAssociationEndpoint', 'CIM_ProtocolEndpoint', 'CIM_ServiceAccessPoint', 'CIM_EnabledLogicalElement', 'CIM_LogicalElement', 'CIM_ManagedSystemElement', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT58___SYSTEM3
__RELPATH'MSFT_NetMainModeSA'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_IKESAEndpoint'___SYSTEM8
__CLASS'MSFT_NetMainModeSA'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to MSFT_NetMainModeSA

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