complexType enginePoolSharingInfo
diagram PlatformServices_p2889.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:cloudArtifactSharingInfo
properties
base tns:cloudArtifactSharingInfo
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid borrowDurationMax nbEnginesMax rights
used by
elements enginePoolInfo/rights enginePoolInfo/sharedWith shareEnginePool/sharedWith
source <xsd:complexType name="enginePoolSharingInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:cloudArtifactSharingInfo">
     
<xsd:sequence>
       
<xsd:element name="borrowDurationMax" type="xs:long"/>
       
<xsd:element name="nbEnginesMax" type="xs:int"/>
       
<xsd:element name="rights" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element enginePoolSharingInfo/borrowDurationMax
diagram PlatformServices_p2890.png
type xsd:long
properties
content simple
source <xsd:element name="borrowDurationMax" type="xs:long"/>

element enginePoolSharingInfo/nbEnginesMax
diagram PlatformServices_p2891.png
type xsd:int
properties
content simple
source <xsd:element name="nbEnginesMax" type="xs:int"/>

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

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