complexType ipAddressFilters
diagram PlatformServices_p4679.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:basicFilters
properties
base tns:basicFilters
children accountNumber cloudId includeCustomization limit orLogic regionId endTime includePrivate includePublic includeShared label owner projectUid startTime elasticIp instanceId ipAddressUid keySetUid
used by
elements getIpAddressesCount/filters getIpAddresses/filters
source <xsd:complexType name="ipAddressFilters">
 
<xsd:complexContent>
   
<xsd:extension base="tns:basicFilters">
     
<xsd:sequence>
       
<xsd:element name="elasticIp" type="xs:string" minOccurs="0"/>
       
<xsd:element name="instanceId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="ipAddressUid" type="xs:string" minOccurs="0"/>
       
<xsd:element name="keySetUid" type="xs:string" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element ipAddressFilters/elasticIp
diagram PlatformServices_p4680.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="elasticIp" type="xs:string" minOccurs="0"/>

element ipAddressFilters/instanceId
diagram PlatformServices_p4681.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="instanceId" type="xs:string" minOccurs="0"/>

element ipAddressFilters/ipAddressUid
diagram PlatformServices_p4682.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ipAddressUid" type="xs:string" minOccurs="0"/>

element ipAddressFilters/keySetUid
diagram PlatformServices_p4683.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="keySetUid" type="xs:string" minOccurs="0"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy