http://www.ibm.com/wsdl/twss/netres/v2_0/interface
The NetworkResourceInterface Port Type

The network resources component allows other common components and service implementations to access network resource specifications. Network resource specifications are a collection of properties and values associated with a network resource logical name. These properties should be definable within the implementation of the network resources common component. This interface makes no assumptions about the properties within the resource specification, allowing for extensibility of network resource properties.

 Collapse Operations
NetworkResourceInterface_retrieveAllResourcePropertiesResponse  retrieveAllResourceProperties (retrieveAllResourcePropertiesRequest parameters) [faults:  InvalidResourcePropertyFault  NetworkResourceRetrievalFault  NoSuchResourceFault  ]

Retrieves all the properties and their values within the network resource specification associated with the supplied resource logical name.

Input: NetworkResourceInterface_retrieveAllResourcePropertiesRequest

Retrieve all the network resource specification properties and their values for the supplied resource logical name.

Output: NetworkResourceInterface_retrieveAllResourcePropertiesResponse

Retrieve all network resource specification properties result. The result contains all the properties and their values for the supplied resource logical name.

Fault:
InvalidResourcePropertyFault  : 

Invalid resource specification property fault. This indicates that a network resource specification property for the logical resource name does not exist.

NetworkResourceRetrievalFault  : 

Retrieve network resource property fault. This indicates the supplied property name does not exist within the resource specification.

NoSuchResourceFault  : 

No such resource fault. This indicates that the specified resource is not known.


NetworkResourceInterface_retrieveResourcePropertiesResponse  retrieveResourceProperties (retrieveResourcePropertiesRequest parameters) [faults:  InvalidResourcePropertyFault  NetworkResourceRetrievalFault  NoSuchResourceFault  ]

Retrieves the properties and their values within the network resource specification associated with the supplied resource logical name.

Input: NetworkResourceInterface_retrieveResourcePropertiesRequest

Retrieve network resource specification operation input parameters. Specifies the network resource logical name.

Output: NetworkResourceInterface_retrieveResourcePropertiesResponse

Retrieve network resource specification operation result. The result contains the properties and their values.

Fault:
InvalidResourcePropertyFault  : 

Invalid resource specification property fault. This indicates that a network resource specification property for the logical resource name does not exist.

NetworkResourceRetrievalFault  : 

Retrieve network resource property fault. This indicates the supplied property name does not exist within the resource specification.

NoSuchResourceFault  : 

No such resource fault. This indicates that the specified resource is not known.


 Collapse XML
-<wsdl:portType  name="NetworkResourceInterface">
-<wsdl:documentation>
<xhtml:p>The network resources component allows other common components and service implementations to access network resource specifications. Network resource specifications are a collection of properties and values associated with a network resource logical name. These properties should be definable within the implementation of the network resources common component. This interface makes no assumptions about the properties within the resource specification, allowing for extensibility of network resource properties.</xhtml:p>
</wsdl:documentation>
-<wsdl:operation  name="retrieveResourceProperties">
-<wsdl:documentation>
<xhtml:p>Retrieves the properties and their values within the network resource specification associated with the supplied resource logical name.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Retrieve network resource specification operation input parameters. Specifies the network resource logical name.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Retrieve network resource specification operation result. The result contains the properties and their values.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="twss_netres_interface:InvalidResourcePropertyFault"  name="InvalidResourcePropertyFault">
-<wsdl:documentation>
<xhtml:p>Invalid resource specification property fault. This indicates that a network resource specification property for the logical resource name does not exist.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_netres_interface:NetworkResourceRetrievalFault"  name="NetworkResourceRetrievalFault">
-<wsdl:documentation>
<xhtml:p>Retrieve network resource property fault. This indicates the supplied property name does not exist within the resource specification.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_netres_interface:NoSuchResourceFault"  name="NoSuchResourceFault">
-<wsdl:documentation>
<xhtml:p>No such resource fault. This indicates that the specified resource is not known.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
-<wsdl:operation  name="retrieveAllResourceProperties">
-<wsdl:documentation>
<xhtml:p>Retrieves all the properties and their values within the network resource specification associated with the supplied resource logical name.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Retrieve all the network resource specification properties and their values for the supplied resource logical name.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Retrieve all network resource specification properties result. The result contains all the properties and their values for the supplied resource logical name.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="twss_netres_interface:InvalidResourcePropertyFault"  name="InvalidResourcePropertyFault">
-<wsdl:documentation>
<xhtml:p>Invalid resource specification property fault. This indicates that a network resource specification property for the logical resource name does not exist.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_netres_interface:NetworkResourceRetrievalFault"  name="NetworkResourceRetrievalFault">
-<wsdl:documentation>
<xhtml:p>Retrieve network resource property fault. This indicates the supplied property name does not exist within the resource specification.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_netres_interface:NoSuchResourceFault"  name="NoSuchResourceFault">
-<wsdl:documentation>
<xhtml:p>No such resource fault. This indicates that the specified resource is not known.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
 Collapse Used-By
Service Port Binding
NetworkResourceInterfaceService NetworkResourceInterface NetworkResourceInterfaceBinding
Generated by WSDLdoc ©