complexType linkedClusterInfo
diagram PlatformServices_p4817.png
namespace http://impl.platform.rosettahub.com/
children clusterId clusterName controllerPort css description icon imagePngBase64 jupyterBinary jupyterPort label masterAgentImage masterCapacityId masterInstanceId masterOsName masterOsVersion masterPrivateIp masterPublicDns masterPublicIp masterRdpSecurity masterSettings masterVncDisplay masterVncPassword nfsHostDirectory nfsIp password remoteApp remoteAppArgs remoteAppDir slaveAgentImage slaveCapacityId slaveInstanceIdList slavePrivateIpList slavePublicDnsList slavePublicIpList sparkNotebookPort sshCustomPassword sshPort sshPrivateKeyPem sshUser status svg userName webAccess zeppelinPort
used by
elements containerInfo/linkedCluster machineInstanceInfo/linkedCluster engineInfo/linkedCluster getLinkedClustersResponse/return
source <xsd:complexType name="linkedClusterInfo">
 
<xsd:sequence>
   
<xsd:element name="clusterId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="clusterName" type="xs:string" minOccurs="0"/>
   
<xsd:element name="controllerPort" type="xs:int"/>
   
<xsd:element name="css" type="xs:string" minOccurs="0"/>
   
<xsd:element name="description" type="xs:string" minOccurs="0"/>
   
<xsd:element name="icon" type="xs:string" minOccurs="0"/>
   
<xsd:element name="imagePngBase64" type="xs:string" minOccurs="0"/>
   
<xsd:element name="jupyterBinary" type="xs:string" minOccurs="0"/>
   
<xsd:element name="jupyterPort" type="xs:int"/>
   
<xsd:element name="label" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterAgentImage" type="xs:boolean"/>
   
<xsd:element name="masterCapacityId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterInstanceId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterOsName" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterOsVersion" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterPrivateIp" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterPublicDns" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterPublicIp" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterRdpSecurity" type="xs:string" minOccurs="0"/>
   
<xsd:element name="masterSettings" type="tns:keyValuePair" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="masterVncDisplay" type="xs:int"/>
   
<xsd:element name="masterVncPassword" type="xs:string" minOccurs="0"/>
   
<xsd:element name="nfsHostDirectory" type="xs:string" minOccurs="0"/>
   
<xsd:element name="nfsIp" type="xs:string" minOccurs="0"/>
   
<xsd:element name="password" type="xs:string" minOccurs="0"/>
   
<xsd:element name="remoteApp" type="xs:string" minOccurs="0"/>
   
<xsd:element name="remoteAppArgs" type="xs:string" minOccurs="0"/>
   
<xsd:element name="remoteAppDir" type="xs:string" minOccurs="0"/>
   
<xsd:element name="slaveAgentImage" type="xs:boolean"/>
   
<xsd:element name="slaveCapacityId" type="xs:string" minOccurs="0"/>
   
<xsd:element name="slaveInstanceIdList" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="slavePrivateIpList" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="slavePublicDnsList" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="slavePublicIpList" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="sparkNotebookPort" type="xs:int"/>
   
<xsd:element name="sshCustomPassword" type="xs:string" minOccurs="0"/>
   
<xsd:element name="sshPort" type="xs:int"/>
   
<xsd:element name="sshPrivateKeyPem" type="xs:string" minOccurs="0"/>
   
<xsd:element name="sshUser" type="xs:string" minOccurs="0"/>
   
<xsd:element name="status" type="xs:string" minOccurs="0"/>
   
<xsd:element name="svg" type="xs:string" minOccurs="0"/>
   
<xsd:element name="userName" type="xs:string" minOccurs="0"/>
   
<xsd:element name="webAccess" type="tns:webAccessInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="zeppelinPort" type="xs:int"/>
 
</xsd:sequence>
</xsd:complexType>

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

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

element linkedClusterInfo/controllerPort
diagram PlatformServices_p4820.png
type xsd:int
properties
content simple
source <xsd:element name="controllerPort" type="xs:int"/>

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

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

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

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

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

element linkedClusterInfo/jupyterPort
diagram PlatformServices_p4826.png
type xsd:int
properties
content simple
source <xsd:element name="jupyterPort" type="xs:int"/>

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

element linkedClusterInfo/masterAgentImage
diagram PlatformServices_p4828.png
type xsd:boolean
properties
content simple
source <xsd:element name="masterAgentImage" type="xs:boolean"/>

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

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

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

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

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

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

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

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

element linkedClusterInfo/masterSettings
diagram PlatformServices_p4837.png
type tns:keyValuePair
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children key value
source <xsd:element name="masterSettings" type="tns:keyValuePair" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element linkedClusterInfo/masterVncDisplay
diagram PlatformServices_p4838.png
type xsd:int
properties
content simple
source <xsd:element name="masterVncDisplay" type="xs:int"/>

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

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

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

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

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

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

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

element linkedClusterInfo/slaveAgentImage
diagram PlatformServices_p4846.png
type xsd:boolean
properties
content simple
source <xsd:element name="slaveAgentImage" type="xs:boolean"/>

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

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

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

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

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

element linkedClusterInfo/sparkNotebookPort
diagram PlatformServices_p4852.png
type xsd:int
properties
content simple
source <xsd:element name="sparkNotebookPort" type="xs:int"/>

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

element linkedClusterInfo/sshPort
diagram PlatformServices_p4854.png
type xsd:int
properties
content simple
source <xsd:element name="sshPort" type="xs:int"/>

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

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

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

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

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

element linkedClusterInfo/webAccess
diagram PlatformServices_p4860.png
type tns:webAccessInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children authRequired label location targetLocation targetPort targetScheme
source <xsd:element name="webAccess" type="tns:webAccessInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element linkedClusterInfo/zeppelinPort
diagram PlatformServices_p4861.png
type xsd:int
properties
content simple
source <xsd:element name="zeppelinPort" type="xs:int"/>

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