complexType enginePoolInfo
diagram PlatformServices_p2883.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:artifactPoolInfo
properties
base tns:artifactPoolInfo
children artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags enginePoolUid engineUids exclusive rights sharedWith
used by
element getEnginePoolsResponse/return
source <xsd:complexType name="enginePoolInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:artifactPoolInfo">
     
<xsd:sequence>
       
<xsd:element name="enginePoolUid" type="xs:string" minOccurs="0"/>
       
<xsd:element name="engineUids" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="exclusive" type="xs:boolean"/>
       
<xsd:element name="rights" type="tns:enginePoolSharingInfo" minOccurs="0"/>
       
<xsd:element name="sharedWith" type="tns:enginePoolSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

element enginePoolInfo/engineUids
diagram PlatformServices_p2885.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="engineUids" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element enginePoolInfo/exclusive
diagram PlatformServices_p2886.png
type xsd:boolean
properties
content simple
source <xsd:element name="exclusive" type="xs:boolean"/>

element enginePoolInfo/rights
diagram PlatformServices_p2887.png
type tns:enginePoolSharingInfo
properties
minOcc 0
maxOcc 1
content complex
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid borrowDurationMax nbEnginesMax rights
source <xsd:element name="rights" type="tns:enginePoolSharingInfo" minOccurs="0"/>

element enginePoolInfo/sharedWith
diagram PlatformServices_p2888.png
type tns:enginePoolSharingInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid borrowDurationMax nbEnginesMax rights
source <xsd:element name="sharedWith" type="tns:enginePoolSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

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