Package | Description |
---|---|
com.tencentcloudapi.lighthouse.v20200324.models |
Modifier and Type | Method and Description |
---|---|
DockerContainerVolume[] |
ModifyDockerContainerRequest.getVolumes()
Get 容器加载本地卷列表
|
DockerContainerVolume[] |
DockerContainerConfiguration.getVolumes()
Get 容器加载本地卷列表
|
DockerContainerVolume[] |
DockerContainer.getVolumeSet()
Get 容器挂载本地卷列表
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyDockerContainerRequest.setVolumes(DockerContainerVolume[] Volumes)
Set 容器加载本地卷列表
|
void |
DockerContainerConfiguration.setVolumes(DockerContainerVolume[] Volumes)
Set 容器加载本地卷列表
|
void |
DockerContainer.setVolumeSet(DockerContainerVolume[] VolumeSet)
Set 容器挂载本地卷列表
|
Constructor and Description |
---|
DockerContainerVolume(DockerContainerVolume 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 © 2025. All rights reserved.