lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl in f5-icontrol-0.1.6 vs lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl in f5-icontrol-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ <?xml version="1.0" ?> <!-- -Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved. +Copyright (c) 1996-2016, F5 Networks, Inc., Seattle, Washington. All rights reserved. F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries. All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5. @@ -112,10 +112,17 @@ <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> + <xsd:complexType name="Networking.iSessionRemoteInterfaceV2.InternalForwardingSequence"> + <xsd:complexContent> + <xsd:restriction base='SOAP-ENC:Array'> + <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.iSessionRemoteInterfaceV2.InternalForwarding[]'/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> <xsd:simpleType name="Networking.iSessionRemoteInterfaceV2.OriginState"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="MCP_ORIGIN_DISCOVERED"> <xsd:annotation> <xsd:documentation>MCP_ORIGIN_DISCOVERED</xsd:documentation> @@ -136,10 +143,34 @@ <xsd:documentation>MCP_ORIGIN_MANUALLY_SAVED</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> + <xsd:simpleType name="Networking.iSessionRemoteInterfaceV2.InternalForwarding"> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="WOC_INTERNAL_FORWARDING_UNKNOWN"> + <xsd:annotation> + <xsd:documentation>WOC_INTERNAL_FORWARDING_UNKNOWN</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="WOC_INTERNAL_FORWARDING_DEFAULT"> + <xsd:annotation> + <xsd:documentation>WOC_INTERNAL_FORWARDING_DEFAULT</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="WOC_INTERNAL_FORWARDING_ENABLED"> + <xsd:annotation> + <xsd:documentation>WOC_INTERNAL_FORWARDING_ENABLED</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + <xsd:enumeration value="WOC_INTERNAL_FORWARDING_DISABLED"> + <xsd:annotation> + <xsd:documentation>WOC_INTERNAL_FORWARDING_DISABLED</xsd:documentation> + </xsd:annotation> + </xsd:enumeration> + </xsd:restriction> + </xsd:simpleType> <xsd:complexType name="Networking.Uuid_128"> <xsd:sequence> <xsd:element name="low_part" type="tns:Common.ULong64"/> <xsd:element name="high_part" type="tns:Common.ULong64"/> </xsd:sequence> @@ -230,10 +261,24 @@ </message> <message name="Networking.iSessionRemoteInterfaceV2.get_descriptionResponse"> <part name="return" type="tns:Common.StringSequence"/> </message> +<message name="Networking.iSessionRemoteInterfaceV2.set_internal_forwardingRequest"> + <part name="peers" type="tns:Common.StringSequence"/> + <part name="values" type="tns:Networking.iSessionRemoteInterfaceV2.InternalForwardingSequence"/> +</message> +<message name="Networking.iSessionRemoteInterfaceV2.set_internal_forwardingResponse"> +</message> + +<message name="Networking.iSessionRemoteInterfaceV2.get_internal_forwardingRequest"> + <part name="peers" type="tns:Common.StringSequence"/> +</message> +<message name="Networking.iSessionRemoteInterfaceV2.get_internal_forwardingResponse"> + <part name="return" type="tns:Networking.iSessionRemoteInterfaceV2.InternalForwardingSequence"/> +</message> + <message name="Networking.iSessionRemoteInterfaceV2.set_management_addressRequest"> <part name="peers" type="tns:Common.StringSequence"/> <part name="ips" type="tns:Common.IPAddressSequence"/> </message> <message name="Networking.iSessionRemoteInterfaceV2.set_management_addressResponse"> @@ -461,10 +506,29 @@ </documentation> <input message="tns:Networking.iSessionRemoteInterfaceV2.get_descriptionRequest"/> <output message="tns:Networking.iSessionRemoteInterfaceV2.get_descriptionResponse"/> </operation> + <operation name="set_internal_forwarding"> + <documentation> + Sets the internal forwarding states of the remote endpoints. + The internal forwarding state of local endpoint and + the internal forwarding state of remote endpoint, + controls the forwarding of internal data traffic to remote endpoints. + + </documentation> + <input message="tns:Networking.iSessionRemoteInterfaceV2.set_internal_forwardingRequest"/> + <output message="tns:Networking.iSessionRemoteInterfaceV2.set_internal_forwardingResponse"/> + </operation> + <operation name="get_internal_forwarding"> + <documentation> + Gets the internal forwarding state of the local endpoint. + + </documentation> + <input message="tns:Networking.iSessionRemoteInterfaceV2.get_internal_forwardingRequest"/> + <output message="tns:Networking.iSessionRemoteInterfaceV2.get_internal_forwardingResponse"/> + </operation> <operation name="set_management_address"> <documentation> Sets the management IP address for a set of remote endpoints. </documentation> @@ -845,9 +909,52 @@ </operation> <operation name="get_description"> <documentation> Gets the descriptions for a set of remote endpoints. + + </documentation> + <soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterfaceV2"/> + <input> + <soap:body + use="encoded" + namespace="urn:iControl:Networking/iSessionRemoteInterfaceV2" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </input> + <output> + <soap:body + use="encoded" + namespace="urn:iControl:Networking/iSessionRemoteInterfaceV2" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </output> + </operation> + + <operation name="set_internal_forwarding"> + <documentation> + Sets the internal forwarding states of the remote endpoints. + The internal forwarding state of local endpoint and + the internal forwarding state of remote endpoint, + controls the forwarding of internal data traffic to remote endpoints. + + </documentation> + <soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterfaceV2"/> + <input> + <soap:body + use="encoded" + namespace="urn:iControl:Networking/iSessionRemoteInterfaceV2" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </input> + <output> + <soap:body + use="encoded" + namespace="urn:iControl:Networking/iSessionRemoteInterfaceV2" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </output> + </operation> + + <operation name="get_internal_forwarding"> + <documentation> + Gets the internal forwarding state of the local endpoint. </documentation> <soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterfaceV2"/> <input> <soap:body