urn:schemas-cosylab-com:Container:1.0
complexType DeployInfo

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:Container:1.0}DeployInfo (restriction)

Properties
This component is not nillable.

Model
<...
  Flags = xs:string
  Host = xs:string
  KeepAliveTime = xs:int : -1
  TypeModifiers = xs:string>

</...>


Attribute Summary
 xs:stringFlags
          Optional command line flags for starting the container. 
 xs:stringHost
          The computer on which the container will be started. 
 xs:intKeepAliveTime
          Time in seconds for which the manager will not shut down an idle container, i.e. 
 xs:stringTypeModifiers
          Space-separated list of modifies for the container type. 

Attribute Detail

Flags

Optional command line flags for starting the container. For example, an alternative container implementation can be used with --executable=myContainerImpl

Type:
xs:string
Use:
optional
Form:
unqualified

Host

The computer on which the container will be started.

Type:
xs:string
Use:
required
Form:
unqualified

KeepAliveTime

Time in seconds for which the manager will not shut down an idle container, i.e. one that no longer runs components. Negative values mean indefinite.

Type:
xs:int
Default:
-1
Use:
optional
Form:
unqualified

TypeModifiers

Space-separated list of modifies for the container type. While Container.ImplLang specifies the programming language type of the container (e.g. "java"), the modifiers may select a special mode (such as "debug", "single_threaded") or whatever else. The ACS daemon that starts the container must understand the modifiers in order for them to become effective.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="DeployInfo">
<xs:attribute name="TypeModifiers" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="Host" type="xs:string" use="required">
</xs:attribute>
<xs:attribute default="" name="Flags" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute default="-1" name="KeepAliveTime" type="xs:int" use="optional">
</xs:attribute>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.