complexType machineImageInfo
diagram PlatformServices_p4877.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:shareableCloudArtifactInfo
properties
base tns:shareableCloudArtifactInfo
children artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags agentImage applications autoUpdateImageId awsProductId capacities capacitiesJson cloudId containerApps containerImages defaultCapacity embeddedPrivateKeys geCodeUid imageId is64bit javaHome jupyterBinary keySetOwner keySetUid machineImageUid managed osArch osName osSshPort osUserName osUserPassword osVersion perspectiveIds ports preInstalledSoftware proxyImage publicImage python2ConfigProperties python3ConfigProperties rdpSecurity regionId releaseLabel rights rootVolumeSizeGb schedulers sharedWith status vendorId rBinary
used by
elements regionInfo/machineImages getMachineImageResponse/return getMachineImageByFormationUidResponse/return getCompatibleMachineImagesResponse/return getMachineImagesResponse/return
source <xsd:complexType name="machineImageInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:shareableCloudArtifactInfo">
     
<xsd:sequence>
       
<xsd:element name="agentImage" type="xs:boolean"/>
       
<xsd:element name="applications" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="autoUpdateImageId" type="xs:boolean"/>
       
<xsd:element name="awsProductId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="capacities" type="tns:capacityInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="capacitiesJson" type="xs:string" minOccurs="0"/>
       
<xsd:element name="cloudId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="containerApps" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="containerImages" type="tns:containerImageInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="defaultCapacity" type="xs:string" minOccurs="0"/>
       
<xsd:element name="embeddedPrivateKeys" type="xs:boolean"/>
       
<xsd:element name="geCodeUid" type="xs:string" minOccurs="0"/>
       
<xsd:element name="imageId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="is64bit" type="xs:boolean"/>
       
<xsd:element name="javaHome" type="xs:string" minOccurs="0"/>
       
<xsd:element name="jupyterBinary" type="xs:string" minOccurs="0"/>
       
<xsd:element name="keySetOwner" 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="managed" type="xs:boolean"/>
       
<xsd:element name="osArch" type="xs:string" minOccurs="0"/>
       
<xsd:element name="osName" type="xs:string" minOccurs="0"/>
       
<xsd:element name="osSshPort" type="xs:int"/>
       
<xsd:element name="osUserName" type="xs:string" minOccurs="0"/>
       
<xsd:element name="osUserPassword" type="xs:string" minOccurs="0"/>
       
<xsd:element name="osVersion" type="xs:string" minOccurs="0"/>
       
<xsd:element name="perspectiveIds" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ports" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="preInstalledSoftware" type="xs:string" minOccurs="0"/>
       
<xsd:element name="proxyImage" type="xs:boolean"/>
       
<xsd:element name="publicImage" type="xs:boolean"/>
       
<xsd:element name="python2ConfigProperties" type="xs:string" minOccurs="0"/>
       
<xsd:element name="python3ConfigProperties" type="xs:string" minOccurs="0"/>
       
<xsd:element name="rdpSecurity" type="xs:string" minOccurs="0"/>
       
<xsd:element name="regionId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="releaseLabel" type="xs:string" minOccurs="0"/>
       
<xsd:element name="rights" type="tns:machineImageSharingInfo" minOccurs="0"/>
       
<xsd:element name="rootVolumeSizeGb" type="xs:int"/>
       
<xsd:element name="schedulers" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="sharedWith" type="tns:machineImageSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="status" type="xs:string" minOccurs="0"/>
       
<xsd:element name="vendorId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="rBinary" type="xs:string" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element machineImageInfo/agentImage
diagram PlatformServices_p4878.png
type xsd:boolean
properties
content simple
source <xsd:element name="agentImage" type="xs:boolean"/>

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

element machineImageInfo/autoUpdateImageId
diagram PlatformServices_p4880.png
type xsd:boolean
properties
content simple
source <xsd:element name="autoUpdateImageId" type="xs:boolean"/>

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

element machineImageInfo/capacities
diagram PlatformServices_p4882.png
type tns:capacityInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children accelerators capacityId cloudId dedicatedEbsThroughput ecu emr emrPrice enhancedNetworking family generation instanceStorage io label memory os preInstalledSoftware price regionId spotPrice storage vcpu
source <xsd:element name="capacities" type="tns:capacityInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

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

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

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

element machineImageInfo/containerImages
diagram PlatformServices_p4886.png
type tns:containerImageInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags containerImageId containerImageName size virtualSize
source <xsd:element name="containerImages" type="tns:containerImageInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

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

element machineImageInfo/embeddedPrivateKeys
diagram PlatformServices_p4888.png
type xsd:boolean
properties
content simple
source <xsd:element name="embeddedPrivateKeys" type="xs:boolean"/>

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

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

element machineImageInfo/is64bit
diagram PlatformServices_p4891.png
type xsd:boolean
properties
content simple
source <xsd:element name="is64bit" type="xs:boolean"/>

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

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

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

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

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

element machineImageInfo/managed
diagram PlatformServices_p4897.png
type xsd:boolean
properties
content simple
source <xsd:element name="managed" type="xs:boolean"/>

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

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

element machineImageInfo/osSshPort
diagram PlatformServices_p4900.png
type xsd:int
properties
content simple
source <xsd:element name="osSshPort" type="xs:int"/>

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

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

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

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

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

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

element machineImageInfo/proxyImage
diagram PlatformServices_p4907.png
type xsd:boolean
properties
content simple
source <xsd:element name="proxyImage" type="xs:boolean"/>

element machineImageInfo/publicImage
diagram PlatformServices_p4908.png
type xsd:boolean
properties
content simple
source <xsd:element name="publicImage" type="xs:boolean"/>

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

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

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

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

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

element machineImageInfo/rights
diagram PlatformServices_p4914.png
type tns:machineImageSharingInfo
properties
minOcc 0
maxOcc 1
content complex
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid cloningAllowed
source <xsd:element name="rights" type="tns:machineImageSharingInfo" minOccurs="0"/>

element machineImageInfo/rootVolumeSizeGb
diagram PlatformServices_p4915.png
type xsd:int
properties
content simple
source <xsd:element name="rootVolumeSizeGb" type="xs:int"/>

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

element machineImageInfo/sharedWith
diagram PlatformServices_p4917.png
type tns:machineImageSharingInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid cloningAllowed
source <xsd:element name="sharedWith" type="tns:machineImageSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

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

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

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

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