lib/wsdl/PEM.ForwardingEndpoint.wsdl in f5-icontrol-0.1.6 vs lib/wsdl/PEM.ForwardingEndpoint.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.
@@ -40,10 +40,36 @@
<xsd:documentation>STATE_ENABLED</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
+ <xsd:complexType name="PEM.ForwardingEndpoint.ForwardingEndpointTypeSequence">
+ <xsd:complexContent>
+ <xsd:restriction base='SOAP-ENC:Array'>
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:PEM.ForwardingEndpoint.ForwardingEndpointType[]'/>
+ </xsd:restriction>
+ </xsd:complexContent>
+ </xsd:complexType>
+ <xsd:simpleType name="PEM.ForwardingEndpoint.ForwardingEndpointType">
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="FORWARDING_ENDPOINT_UNKNOWN">
+ <xsd:annotation>
+ <xsd:documentation>FORWARDING_ENDPOINT_UNKNOWN</xsd:documentation>
+ </xsd:annotation>
+ </xsd:enumeration>
+ <xsd:enumeration value="FORWARDING_ENDPOINT_TRANSPARENT">
+ <xsd:annotation>
+ <xsd:documentation>FORWARDING_ENDPOINT_TRANSPARENT</xsd:documentation>
+ </xsd:annotation>
+ </xsd:enumeration>
+ <xsd:enumeration value="FORWARDING_ENDPOINT_NONTRANSPARENT">
+ <xsd:annotation>
+ <xsd:documentation>FORWARDING_ENDPOINT_NONTRANSPARENT</xsd:documentation>
+ </xsd:annotation>
+ </xsd:enumeration>
+ </xsd:restriction>
+ </xsd:simpleType>
<xsd:complexType name="Common.StringSequence">
<xsd:complexContent>
<xsd:restriction base='SOAP-ENC:Array'>
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
</xsd:restriction>
@@ -236,10 +262,24 @@
</message>
<message name="PEM.ForwardingEndpoint.get_translate_service_stateResponse">
<part name="return" type="tns:Common.EnabledStateSequence"/>
</message>
+<message name="PEM.ForwardingEndpoint.set_forwarding_endpoint_typeRequest">
+ <part name="endpoints" type="tns:Common.StringSequence"/>
+ <part name="values" type="tns:PEM.ForwardingEndpoint.ForwardingEndpointTypeSequence"/>
+</message>
+<message name="PEM.ForwardingEndpoint.set_forwarding_endpoint_typeResponse">
+</message>
+
+<message name="PEM.ForwardingEndpoint.get_forwarding_endpoint_typeRequest">
+ <part name="endpoints" type="tns:Common.StringSequence"/>
+</message>
+<message name="PEM.ForwardingEndpoint.get_forwarding_endpoint_typeResponse">
+ <part name="return" type="tns:PEM.ForwardingEndpoint.ForwardingEndpointTypeSequence"/>
+</message>
+
<message name="PEM.ForwardingEndpoint.get_versionRequest">
</message>
<message name="PEM.ForwardingEndpoint.get_versionResponse">
<part name="return" type="xsd:string"/>
</message>
@@ -409,10 +449,33 @@
</documentation>
<input message="tns:PEM.ForwardingEndpoint.get_translate_service_stateRequest"/>
<output message="tns:PEM.ForwardingEndpoint.get_translate_service_stateResponse"/>
</operation>
+ <operation name="set_forwarding_endpoint_type">
+ <documentation>
+ Sets the forwarding endpoint types for the specified forwarding
+ endpoints.
+ When an endpoint is defined, flow is forwarded to the member in
+ pool associated with the endpoint. If an endpoint is transparent
+ then the proxy is not supposed to modify the flow contents. If
+ an endpoint is non-transparent then proxy can modify the flow
+ contents.
+
+ </documentation>
+ <input message="tns:PEM.ForwardingEndpoint.set_forwarding_endpoint_typeRequest"/>
+ <output message="tns:PEM.ForwardingEndpoint.set_forwarding_endpoint_typeResponse"/>
+ </operation>
+ <operation name="get_forwarding_endpoint_type">
+ <documentation>
+ Gets the forwarding endpoint types for the specified forwarding
+ endpoints.
+
+ </documentation>
+ <input message="tns:PEM.ForwardingEndpoint.get_forwarding_endpoint_typeRequest"/>
+ <output message="tns:PEM.ForwardingEndpoint.get_forwarding_endpoint_typeResponse"/>
+ </operation>
<operation name="get_version">
<documentation>
Gets the version information for this interface.
</documentation>
@@ -786,9 +849,56 @@
<operation name="get_translate_service_state">
<documentation>
Gets the translate service states of the specified
forwarding endpoints.
+
+ </documentation>
+ <soap:operation soapAction="urn:iControl:PEM/ForwardingEndpoint"/>
+ <input>
+ <soap:body
+ use="encoded"
+ namespace="urn:iControl:PEM/ForwardingEndpoint"
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
+ </input>
+ <output>
+ <soap:body
+ use="encoded"
+ namespace="urn:iControl:PEM/ForwardingEndpoint"
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
+ </output>
+ </operation>
+
+ <operation name="set_forwarding_endpoint_type">
+ <documentation>
+ Sets the forwarding endpoint types for the specified forwarding
+ endpoints.
+ When an endpoint is defined, flow is forwarded to the member in
+ pool associated with the endpoint. If an endpoint is transparent
+ then the proxy is not supposed to modify the flow contents. If
+ an endpoint is non-transparent then proxy can modify the flow
+ contents.
+
+ </documentation>
+ <soap:operation soapAction="urn:iControl:PEM/ForwardingEndpoint"/>
+ <input>
+ <soap:body
+ use="encoded"
+ namespace="urn:iControl:PEM/ForwardingEndpoint"
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
+ </input>
+ <output>
+ <soap:body
+ use="encoded"
+ namespace="urn:iControl:PEM/ForwardingEndpoint"
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
+ </output>
+ </operation>
+
+ <operation name="get_forwarding_endpoint_type">
+ <documentation>
+ Gets the forwarding endpoint types for the specified forwarding
+ endpoints.
</documentation>
<soap:operation soapAction="urn:iControl:PEM/ForwardingEndpoint"/>
<input>
<soap:body