complexType newSpotHpcClusterFormation
diagram PlatformServices_p5584.png
namespace http://impl.platform.rosettahub.com/
children sessionUid keySetUid machineImageUid sslCertificateUid machineLaunchOptions availabilityZone clusterSize masterCapacityId slaveCapacityId proxyCapacityId releaseLabel applications scheduler clusterSettings autoscalingEnabled initialClusterSize proxySpotBidPrice masterSpotBidPrice slaveSpotBidPrice validFrom validUntil persistent launchGroup blockDurationMinutes availabilityZoneGroup acceleratorId acceleratorCount customization serviceContext
used by
element newSpotHpcClusterFormation
source <xsd:complexType name="newSpotHpcClusterFormation">
 
<xsd:sequence>
   
<xsd:element name="sessionUid" type="xs:string" minOccurs="0"/>
   
<xsd:element name="keySetUid" type="xs:string" minOccurs="0"/>
   
<xsd:element name="machineImageUid" type="xs:string" minOccurs="0"/>
   
<xsd:element name="sslCertificateUid" type="xs:string" minOccurs="0"/>
   
<xsd:element name="machineLaunchOptions" type="tns:machineLaunchOptions" minOccurs="0"/>
   
<xsd:element name="availabilityZone" type="xs:string" minOccurs="0"/>
   
<xsd:element name="clusterSize" type="xs:int"/>
   
<xsd:element name="masterCapacityId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="slaveCapacityId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="proxyCapacityId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="releaseLabel" type="xs:string" minOccurs="0"/>
   
<xsd:element name="applications" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="scheduler" type="xs:string" minOccurs="0"/>
   
<xsd:element name="clusterSettings" type="xs:string" minOccurs="0"/>
   
<xsd:element name="autoscalingEnabled" type="xs:boolean"/>
   
<xsd:element name="initialClusterSize" type="xs:int"/>
   
<xsd:element name="proxySpotBidPrice" type="xs:double"/>
   
<xsd:element name="masterSpotBidPrice" type="xs:double"/>
   
<xsd:element name="slaveSpotBidPrice" type="xs:double"/>
   
<xsd:element name="validFrom" type="xs:dateTime" minOccurs="0"/>
   
<xsd:element name="validUntil" type="xs:dateTime" minOccurs="0"/>
   
<xsd:element name="persistent" type="xs:boolean"/>
   
<xsd:element name="launchGroup" type="xs:string" minOccurs="0"/>
   
<xsd:element name="blockDurationMinutes" type="xs:int"/>
   
<xsd:element name="availabilityZoneGroup" type="xs:string" minOccurs="0"/>
   
<xsd:element name="acceleratorId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="acceleratorCount" type="xs:int"/>
   
<xsd:element name="customization" type="tns:customizationInfo" minOccurs="0"/>
   
<xsd:element name="serviceContext" type="tns:serviceContext" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

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

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

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

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

element newSpotHpcClusterFormation/machineLaunchOptions
diagram PlatformServices_p5589.png
type tns:machineLaunchOptions
properties
minOcc 0
maxOcc 1
content complex
children asynchShare autoStopper configVolumeUid connectivityMode containerLaunchOptions containerReadyEmailBody containerReadyEmailSubject dockerJpyEnabled enginePoolUid engineSessionServerEnabled finalizeAction ipAddressUid lifeLengthMilliseconds logVolumeUid monitoringPeriodMillisec networkInMaxMegabytes networkOutMaxMegabytes networkThresholdExceededActionId nginxPort platformLogEnabled platformLogLevel platformSessionServerEnabled profilePolicy rootVolumeSizeGb sendContainerReadyEmail shareWithPublic sharingRoles sourceIps squidSourceIps sslEnabled stsSessionServerEnabled
source <xsd:element name="machineLaunchOptions" type="tns:machineLaunchOptions" minOccurs="0"/>

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

element newSpotHpcClusterFormation/clusterSize
diagram PlatformServices_p5591.png
type xsd:int
properties
content simple
source <xsd:element name="clusterSize" type="xs:int"/>

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

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

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

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

element newSpotHpcClusterFormation/applications
diagram PlatformServices_p5596.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="applications" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

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

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

element newSpotHpcClusterFormation/autoscalingEnabled
diagram PlatformServices_p5599.png
type xsd:boolean
properties
content simple
source <xsd:element name="autoscalingEnabled" type="xs:boolean"/>

element newSpotHpcClusterFormation/initialClusterSize
diagram PlatformServices_p5600.png
type xsd:int
properties
content simple
source <xsd:element name="initialClusterSize" type="xs:int"/>

element newSpotHpcClusterFormation/proxySpotBidPrice
diagram PlatformServices_p5601.png
type xsd:double
properties
content simple
source <xsd:element name="proxySpotBidPrice" type="xs:double"/>

element newSpotHpcClusterFormation/masterSpotBidPrice
diagram PlatformServices_p5602.png
type xsd:double
properties
content simple
source <xsd:element name="masterSpotBidPrice" type="xs:double"/>

element newSpotHpcClusterFormation/slaveSpotBidPrice
diagram PlatformServices_p5603.png
type xsd:double
properties
content simple
source <xsd:element name="slaveSpotBidPrice" type="xs:double"/>

element newSpotHpcClusterFormation/validFrom
diagram PlatformServices_p5604.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="validFrom" type="xs:dateTime" minOccurs="0"/>

element newSpotHpcClusterFormation/validUntil
diagram PlatformServices_p5605.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="validUntil" type="xs:dateTime" minOccurs="0"/>

element newSpotHpcClusterFormation/persistent
diagram PlatformServices_p5606.png
type xsd:boolean
properties
content simple
source <xsd:element name="persistent" type="xs:boolean"/>

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

element newSpotHpcClusterFormation/blockDurationMinutes
diagram PlatformServices_p5608.png
type xsd:int
properties
content simple
source <xsd:element name="blockDurationMinutes" type="xs:int"/>

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

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

element newSpotHpcClusterFormation/acceleratorCount
diagram PlatformServices_p5611.png
type xsd:int
properties
content simple
source <xsd:element name="acceleratorCount" type="xs:int"/>

element newSpotHpcClusterFormation/customization
diagram PlatformServices_p5612.png
type tns:customizationInfo
properties
minOcc 0
maxOcc 1
content complex
children css description icon imagePngBase64 label svg
source <xsd:element name="customization" type="tns:customizationInfo" minOccurs="0"/>

element newSpotHpcClusterFormation/serviceContext
diagram PlatformServices_p5613.png
type tns:serviceContext
properties
minOcc 0
maxOcc 1
content complex
children asynch originatorUid
source <xsd:element name="serviceContext" type="tns:serviceContext" minOccurs="0"/>

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