Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element SMBFragment
Annotations

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

References Notes

This element includes the parameters for an SMB file transfer connection including SMBAuthentication and Hostname 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 SMBFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_SMBFragment.tmp#SMBFragment_name YADE_configuration_v1_0_xsd_Element_Hostname.tmp#Hostname YADE_configuration_v1_0_xsd_Element_SMBAuthentication.tmp#SMBAuthentication YADE_configuration_v1_0_xsd_Element_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_0_xsd_Element_ConfigurationFiles.tmp#ConfigurationFiles
Properties
content complex
Used by
Model
Instance
<SMBFragment name="">
  <Hostname>{1,1}</Hostname>
  <SMBAuthentication>{1,1}</SMBAuthentication>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <ConfigurationFiles>{0,1}</ConfigurationFiles>
</SMBFragment>
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 according their name.

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

Attribute SMBFragment / @name
Annotations

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

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

Type xs:NMTOKEN
Properties
use required
Used by
Element SMBFragment