Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
index
DecommissionDeploymentOptions
Interface DecommissionDeploymentOptions
interface
DecommissionDeploymentOptions
{
audit
?:
DecommissionAuditSink
;
backend
:
ProvisioningBackend
;
backendSwitch
?:
Readonly
<
{
priorSpec
:
DeploymentSpec
;
provider
:
BackendSwitchProvider
;
targetSpec
:
DeploymentSpec
;
}
,
>
;
clock
?:
()
=>
number
;
spec
:
DeploymentSpec
;
store
:
FleetStateStore
;
}
Index
Properties
audit?
backend
backend
Switch?
clock?
spec
store
Properties
Optional
Readonly
audit
audit
?:
DecommissionAuditSink
Readonly
backend
backend
:
ProvisioningBackend
Optional
Readonly
backend
Switch
backendSwitch
?:
Readonly
<
{
priorSpec
:
DeploymentSpec
;
provider
:
BackendSwitchProvider
;
targetSpec
:
DeploymentSpec
;
}
,
>
Optional
Readonly
clock
clock
?:
()
=>
number
Readonly
spec
spec
:
DeploymentSpec
Readonly
store
store
:
FleetStateStore
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
audit
backend
backend
Switch
clock
spec
store
Documentation
GitHub
Anchorage API reference
Loading...