Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element JumpFragment
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+JumpFragment

References Notes

A jump host is an intermediate server that is used for file transfers when the YADE Client cannot connect directly to a target server, e.g. if such connections are exclusively available in a DMZ. In such cases the YADE Client can be installed on a server in the DMZ that is used as a jump host. The YADE Client would in a first step transfer files between the source server and the jump host and in a second step execute the YADE Client on the jump host to perform the transfer to the target host.

This element includes the parameters for an jump host file transfer connection including SSHAuthentication and BasicConnection configuration items.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute.

A fragment is referenced by a transfer profile using the value of the JumpFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_JumpFragment.tmp#JumpFragment_name YADE_configuration_v1_12_xsd_Element_BasicConnection.tmp#BasicConnection YADE_configuration_v1_12_xsd_Element_SSHAuthentication.tmp#SSHAuthentication YADE_configuration_v1_12_xsd_Element_JumpCommand.tmp#JumpCommand YADE_configuration_v1_12_xsd_Element_JumpCommandBeforeFile.tmp#JumpCommandBeforeFile YADE_configuration_v1_12_xsd_Element_JumpCommandAfterFileOnSuccess.tmp#JumpCommandAfterFileOnSuccess YADE_configuration_v1_12_xsd_Element_JumpCommandBeforeOperation.tmp#JumpCommandBeforeOperation YADE_configuration_v1_12_xsd_Element_JumpCommandAfterOperationOnSuccess.tmp#JumpCommandAfterOperationOnSuccess YADE_configuration_v1_12_xsd_Element_JumpCommandAfterOperationOnError.tmp#JumpCommandAfterOperationOnError YADE_configuration_v1_12_xsd_Element_JumpCommandAfterOperationFinal.tmp#JumpCommandAfterOperationFinal YADE_configuration_v1_12_xsd_Element_JumpCommandDelimiter.tmp#JumpCommandDelimiter YADE_configuration_v1_12_xsd_Element_JumpDirectory.tmp#JumpDirectory YADE_configuration_v1_12_xsd_Element_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_12_xsd_Element_ProxyForSFTP.tmp#ProxyForSFTP YADE_configuration_v1_12_xsd_Element_StrictHostkeyChecking.tmp#StrictHostkeyChecking YADE_configuration_v1_12_xsd_Element_ConfigurationFiles.tmp#ConfigurationFiles YADE_configuration_v1_12_xsd_Element_ServerAliveInterval.tmp#ServerAliveInterval YADE_configuration_v1_12_xsd_Element_ServerAliveCountMax.tmp#ServerAliveCountMax YADE_configuration_v1_12_xsd_Element_ConnectTimeout.tmp#ConnectTimeout YADE_configuration_v1_12_xsd_Element_ChannelConnectTimeout.tmp#ChannelConnectTimeout YADE_configuration_v1_12_xsd_Element_Platform.tmp#Platform
Properties
content complex
Used by
Model
Instance
<JumpFragment name="">
  <BasicConnection>{1,1}</BasicConnection>
  <SSHAuthentication>{1,1}</SSHAuthentication>
  <JumpCommand>{1,1}</JumpCommand>
  <JumpCommandBeforeFile>{0,1}</JumpCommandBeforeFile>
  <JumpCommandAfterFileOnSuccess>{0,1}</JumpCommandAfterFileOnSuccess>
  <JumpCommandBeforeOperation>{0,1}</JumpCommandBeforeOperation>
  <JumpCommandAfterOperationOnSuccess>{0,1}</JumpCommandAfterOperationOnSuccess>
  <JumpCommandAfterOperationOnError>{0,1}</JumpCommandAfterOperationOnError>
  <JumpCommandAfterOperationFinal>{0,1}</JumpCommandAfterOperationFinal>
  <JumpCommandDelimiter>{0,1}</JumpCommandDelimiter>
  <JumpDirectory>{0,1}</JumpDirectory>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <ProxyForSFTP>{0,1}</ProxyForSFTP>
  <StrictHostkeyChecking>{0,1}</StrictHostkeyChecking>
  <ConfigurationFiles>{0,1}</ConfigurationFiles>
  <ServerAliveInterval>{0,1}</ServerAliveInterval>
  <ServerAliveCountMax>{0,1}</ServerAliveCountMax>
  <ConnectTimeout>{0,1}</ConnectTimeout>
  <ChannelConnectTimeout>{0,1}</ChannelConnectTimeout>
  <Platform>{0,1}</Platform>
</JumpFragment>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE based on their name.

A fragment is referenced via this attribute value by a transfer profile.

Attribute JumpFragment / @name
Annotations

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE based on their name.

A fragment is referenced via this attribute value by a transfer profile.

Type xs:NMTOKEN
Properties
use required
Used by
Element JumpFragment