Package | Description |
---|---|
com.tencentcloudapi.tsf.v20180326.models |
Modifier and Type | Method and Description |
---|---|
VolumeMountInfo[] |
DeployContainerApplicationRequest.getVolumeMountInfoList()
Get 业务容器的挂载信息
|
VolumeMountInfo[] |
DeployContainerGroupRequest.getVolumeMountInfoList()
Get 数据卷挂载点信息,list
|
VolumeMountInfo[] |
ContainerInfo.getVolumeMountInfoList()
Get 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
|
VolumeMountInfo[] |
GroupContainerInfo.getVolumeMountInfoList()
Get 数据卷挂载点信息
|
VolumeMountInfo |
DeployContainerGroupRequest.getVolumeMountInfos()
Deprecated.
|
VolumeMountInfo[] |
ContainerGroupDeploy.getVolumeMountInfos()
Get 数据卷挂载信息,list
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
DeployContainerApplicationRequest.setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
Set 业务容器的挂载信息
|
void |
DeployContainerGroupRequest.setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
Set 数据卷挂载点信息,list
|
void |
ContainerInfo.setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
Set 挂载信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
GroupContainerInfo.setVolumeMountInfoList(VolumeMountInfo[] VolumeMountInfoList)
Set 数据卷挂载点信息
|
void |
DeployContainerGroupRequest.setVolumeMountInfos(VolumeMountInfo VolumeMountInfos)
Deprecated.
|
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 © 2025. All rights reserved.