Package | Description |
---|---|
com.tencentcloudapi.tsf.v20180326.models |
Modifier and Type | Method and Description |
---|---|
VolumeInfo[] |
DeployContainerGroupRequest.getVolumeInfoList()
Get 数据卷信息,list
|
VolumeInfo[] |
ContainerGroupDeploy.getVolumeInfos()
Get 数据卷信息,list
注意:此字段可能返回 null,表示取不到有效值。
|
VolumeInfo |
DeployContainerGroupRequest.getVolumeInfos()
Get 数据卷信息-废弃,请用VolumeInfoList参数
|
Modifier and Type | Method and Description |
---|---|
void |
DeployContainerGroupRequest.setVolumeInfoList(VolumeInfo[] VolumeInfoList)
Set 数据卷信息,list
|
void |
DeployContainerGroupRequest.setVolumeInfos(VolumeInfo VolumeInfos)
Set 数据卷信息-废弃,请用VolumeInfoList参数
|
void |
ContainerGroupDeploy.setVolumeInfos(VolumeInfo[] VolumeInfos)
Set 数据卷信息,list
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
VolumeInfo(VolumeInfo 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 © 2024. All rights reserved.