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
  StartOnDemand = xs:boolean : false
  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 by the ACS manager or by the OMC. 
 xs:intKeepAliveTime
          Time in seconds for which the manager will not shut down an idle container, i.e. 
 xs:booleanStartOnDemand
          Allows the OMC and the ACS manager to determine who starts the container, see COMP-3476. 
 xs:stringTypeModifiers
          Space-separated list of modifiers 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. Maps to Container.CmdLineArgs in the TMCDB.

Type:
xs:string
Use:
optional
Form:
unqualified

Host

The computer on which the container will be started by the ACS manager or by the OMC. Leaving this field empty, or using "*", allows for a choice at runtime, for example the local host where the manager runs. Maps to Container.ComputerId in the TMCDB.

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. Maps to Container.KeepAliveTime in the TMCDB.

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

StartOnDemand

Allows the OMC and the ACS manager to determine who starts the container, see COMP-3476. If true, the ACS manager will start the container on demand, while false means that the container must be started outside of ACS, e.g. on the command line, or by the Alma OMC. Maps to Container.StartOnDemand in the TMCDB.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

TypeModifiers

Space-separated list of modifiers 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 "archiveContainer", "debug", "single_threaded") or whatever else. The ACS daemon that starts the container must understand the modifiers in order for them to become effective. Maps to Container.TypeModifiers in the TMCDB.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="DeployInfo">
<xs:attribute default="false" name="StartOnDemand" type="xs:boolean" use="optional">
</xs:attribute>
<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.