Package | Description |
---|---|
com.tencentcloudapi.cloudstudio.v20230508.models |
Modifier and Type | Method and Description |
---|---|
LifeCycleCommand[] |
LifeCycle.getDestroy()
Get 每次工作空间关闭时执行
|
LifeCycleCommand[] |
LifeCycle.getInit()
Get 工作空间首次初始化时执行
|
LifeCycleCommand[] |
LifeCycle.getStart()
Get 每次工作空间启动时执行
|
Modifier and Type | Method and Description |
---|---|
void |
LifeCycle.setDestroy(LifeCycleCommand[] Destroy)
Set 每次工作空间关闭时执行
|
void |
LifeCycle.setInit(LifeCycleCommand[] Init)
Set 工作空间首次初始化时执行
|
void |
LifeCycle.setStart(LifeCycleCommand[] Start)
Set 每次工作空间启动时执行
|
Constructor and Description |
---|
LifeCycleCommand(LifeCycleCommand source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.