generic
DeployerInfo



public struct DeployerInfo

Properties
state The current state of the deployer ($core.DeploymentState).

type=byte

temporality Specifies when deployment is to take place:
0 = Ignored Deployment. Configuration is sent to the database only.
1 = Immediate Deployment. The configuration is sent to the database and the network.

type=byte

type Implicit (1) or explicit (2).

type=byte

tag The command that created this deployer. For example, if a VLL L2 Access Interface is being turned up, the tag would be vll.L2AccessInterface.turnUp.

type=string

lastDeployment The time of the last deployment attempt.

type=Date

userName The the user that initiated the request.

type=string

requestId The ID of the request that created the deployer.

type=string

deplType Internal use only.

DEPRECATED: 11.0 R3
type=byte

isIncludeChildren Internal use only.

DEPRECATED: 11.0 R3
type=boolean

appName Internal use only.

DEPRECATED: 11.0 R3
type=string

appData Internal use only.

DEPRECATED: 11.0 R3
type=string

sessionId Client session identifier.

type=string

sessionTime Client session start time.

type=long

sessionIp Client IP address.

type=string

sessionType Type of session, which is GUI, JMS, or OSS.

type=int