complexType federatedCapacityWithLimitInfo
diagram PlatformServices_p2962.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:capacityInfo
properties
base tns:capacityInfo
children accelerators capacityId cloudId dedicatedEbsThroughput ecu emr emrPrice enhancedNetworking family generation instanceStorage io label memory os preInstalledSoftware price regionId spotPrice storage vcpu currentLimit maximumLimit
used by
element getFederatedAllowedCapacitiesResponse/return
source <xsd:complexType name="federatedCapacityWithLimitInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:capacityInfo">
     
<xsd:sequence>
       
<xsd:element name="currentLimit" type="xs:int"/>
       
<xsd:element name="maximumLimit" type="xs:int"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element federatedCapacityWithLimitInfo/currentLimit
diagram PlatformServices_p2963.png
type xsd:int
properties
content simple
source <xsd:element name="currentLimit" type="xs:int"/>

element federatedCapacityWithLimitInfo/maximumLimit
diagram PlatformServices_p2964.png
type xsd:int
properties
content simple
source <xsd:element name="maximumLimit" type="xs:int"/>

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