Deployment interface
Deployment metadata.
Properties
deployment |
Gets or sets the deployment identifier. |
deployment |
Gets or sets the deployment type. |
device |
Gets or sets the device class identifier. |
device |
Gets or sets the device group definition. |
device |
Gets or sets the device group type. |
is |
Boolean flag indicating whether the deployment was canceled. |
is |
Boolean flag indicating whether the deployment was completed. |
is |
Boolean flag indicating whether the deployment has been retried. |
start |
Gets or sets the Deployment start datetime. |
update |
Update identity. |
Property Details
deploymentId
Gets or sets the deployment identifier.
deploymentId: string
Property Value
string
deploymentType
Gets or sets the deployment type.
deploymentType: string
Property Value
string
deviceClassId
Gets or sets the device class identifier.
deviceClassId?: string
Property Value
string
deviceGroupDefinition
Gets or sets the device group definition.
deviceGroupDefinition: string[]
Property Value
string[]
deviceGroupType
Gets or sets the device group type.
deviceGroupType: string
Property Value
string
isCanceled
Boolean flag indicating whether the deployment was canceled.
isCanceled?: boolean
Property Value
boolean
isCompleted
Boolean flag indicating whether the deployment was completed.
isCompleted?: boolean
Property Value
boolean
isRetried
Boolean flag indicating whether the deployment has been retried.
isRetried?: boolean
Property Value
boolean
startDateTime
Gets or sets the Deployment start datetime.
startDateTime: Date
Property Value
Date