Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
OtherTypeDescription | string | |
Description | string | A string that describes the type of the network when the Type[] property contains value 1 ("Other"). This property shall be set to null when Type[] property does not contain value 1 ("Other"). |
ModelCorrespondence | string | CIM_Network.Type |
Type | uint16[] | |
Description | string | This property describes the type of the network. |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 |
Values | string | Other, Local Area Network (LAN), Wireless Local Area Network (WLAN), Wide Area Network (WAN), Metropolitan Area Network (MAN), Storage Area Network (SAN), Virtual Local Area Network (VLAN), Ethernet Network, IP Network, IPv4 Network, IPv6 Network, Overlay Network |
Name | Data Type | Value |
Description | string | This method creates one or more NetworkPipes each representing a connection between a pair of ServiceAccessPoints.
If Success (0) is returned, the method completed successfully.
A return value of Not Supported (1) indicates the method is not supported.
All other values indicate some type of error condition. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, .., 0x8000..0xFFFF |
Values | string | Success, Not Supported, Unknown/Unspecified Error, Timeout, Failed, Invalid Parameter, DMTF Reserved, Vendor Specific |
Name | Type | Qualifiers |
Name | Data Type | Value |
Directionality | uint16[] |
ArrayType | string | Indexed |
Description | string | Directionality indicates whether the pipe is bi-directional (value = 2) or unidirectional (value = 3). For unidirectional pipes, the appropriate ServiceAccessPoint must be referenced for the source and sink. |
IN | boolean | true |
ModelCorrespondence | string | CIM_Network.CreateNetworkPipes.SourceSAP, CIM_Network.CreateNetworkPipes.SinkSAP, CIM_Network.CreateNetworkPipes.NetworkPipe |
ValueMap | string | 2, 3 |
Values | string | Bi-Directional, Unidirectional |
NetworkPipe | CIM_NetworkPipe[] |
ArrayType | string | Indexed |
Description | string | A reference to the newly created NetworkPipes. |
IN | boolean | true |
ModelCorrespondence | string | CIM_Network.CreateNetworkPipes.SourceSAP, CIM_Network.CreateNetworkPipes.SinkSAP, CIM_Network.CreateNetworkPipes.Directionality |
OUT | boolean | true |
SinkSAP | CIM_ServiceAccessPoint[] |
ArrayType | string | Indexed |
Description | string | The endpoints of the NetworkPipe. Pass the sink SAP to this parameter when creating unidirectional NetworkPipes. When creating bi-directional NetworkPipes, it does not matter which SAP reference is passed to this parameter. |
IN | boolean | true |
ModelCorrespondence | string | CIM_Network.CreateNetworkPipes.Directionality, CIM_Network.CreateNetworkPipes.SourceSAP, CIM_Network.CreateNetworkPipes.NetworkPipe |
Required | boolean | true |
SourceSAP | CIM_ServiceAccessPoint[] |
ArrayType | string | Indexed |
Description | string | The endpoints of the NetworkPipes. Pass the source SAP to this parameter when creating unidirectional NetworkPipes. When creating bi-directional NetworkPipes, it does not matter which SAP reference is passed to this parameter. |
IN | boolean | true |
ModelCorrespondence | string | CIM_Network.CreateNetworkPipes.Directionality, CIM_Network.CreateNetworkPipes.SinkSAP, CIM_Network.CreateNetworkPipes.NetworkPipe |
Required | boolean | true |
Job |
REF
CIM_ConcreteJob |
Description | string | Reference to the job (can be null if the task is completed). |
IN | boolean | false |
ModelCorrespondence | string | CIM_Network.CreateNetworkPipes.SourceSAP, CIM_Network.CreateNetworkPipes.Directionality, CIM_Network.CreateNetworkPipes.NetworkPipe |
OUT | boolean | true |