complexType autoStopperInfo
diagram PlatformServices_p1362.png
namespace http://impl.platform.rosettahub.com/
children action cpuThreahold enabled idleDurationSeconds
used by
elements machineLaunchOptions/autoStopper updateMachineInstanceAutoStopper/autoStopper
source <xsd:complexType name="autoStopperInfo">
 
<xsd:sequence>
   
<xsd:element name="action" type="xs:int" minOccurs="0"/>
   
<xsd:element name="cpuThreahold" type="xs:double" minOccurs="0"/>
   
<xsd:element name="enabled" type="xs:boolean"/>
   
<xsd:element name="idleDurationSeconds" type="xs:long" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element autoStopperInfo/action
diagram PlatformServices_p1363.png
type xsd:int
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="action" type="xs:int" minOccurs="0"/>

element autoStopperInfo/cpuThreahold
diagram PlatformServices_p1364.png
type xsd:double
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="cpuThreahold" type="xs:double" minOccurs="0"/>

element autoStopperInfo/enabled
diagram PlatformServices_p1365.png
type xsd:boolean
properties
content simple
source <xsd:element name="enabled" type="xs:boolean"/>

element autoStopperInfo/idleDurationSeconds
diagram PlatformServices_p1366.png
type xsd:long
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="idleDurationSeconds" type="xs:long" minOccurs="0"/>

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