Package | Description |
---|---|
com.tencentcloudapi.tsf.v20180326.models |
Modifier and Type | Method and Description |
---|---|
VolumeMountInfo[] |
GroupContainerInfo.getVolumeMountInfoList()
Get 数据卷挂载点信息
注意:此字段可能返回 null,表示取不到有效值。
|
VolumeMountInfo[] |
DeployContainerGroupRequest.getVolumeMountInfoList()
Get 数据卷挂载点信息,list
|
VolumeMountInfo[] |
ContainerGroupDeploy.getVolumeMountInfos()
Get 数据卷挂载信息,list
注意:此字段可能返回 null,表示取不到有效值。
|
VolumeMountInfo |
DeployContainerGroupRequest.getVolumeMountInfos()
Get 数据卷挂载点信息-废弃,请用VolumeMountInfoList参数
|
Modifier and Type | Method and Description |
---|---|
void |
GroupContainerInfo.setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
Set 数据卷挂载点信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DeployContainerGroupRequest.setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
Set 数据卷挂载点信息,list
|
void |
DeployContainerGroupRequest.setVolumeMountInfos(VolumeMountInfo VolumeMountInfos)
Set 数据卷挂载点信息-废弃,请用VolumeMountInfoList参数
|
void |
ContainerGroupDeploy.setVolumeMountInfos(VolumeMountInfo[] VolumeMountInfos)
Set 数据卷挂载信息,list
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
VolumeMountInfo(VolumeMountInfo 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.