Uses of Class
com.tencentcloudapi.cls.v20201016.models.ContainerFileInfo
-
Packages that use ContainerFileInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of ContainerFileInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return ContainerFileInfo Modifier and Type Method Description ContainerFileInfoConfigExtraInfo. getContainerFile()Get 容器文件路径信息 注意:此字段可能返回 null,表示取不到有效值。ContainerFileInfoCreateConfigExtraRequest. getContainerFile()Get 容器文件路径信息ContainerFileInfoModifyConfigExtraRequest. getContainerFile()Get 容器文件路径信息Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type ContainerFileInfo Modifier and Type Method Description voidConfigExtraInfo. setContainerFile(ContainerFileInfo ContainerFile)Set 容器文件路径信息 注意:此字段可能返回 null,表示取不到有效值。voidCreateConfigExtraRequest. setContainerFile(ContainerFileInfo ContainerFile)Set 容器文件路径信息voidModifyConfigExtraRequest. setContainerFile(ContainerFileInfo ContainerFile)Set 容器文件路径信息Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type ContainerFileInfo Constructor Description ContainerFileInfo(ContainerFileInfo 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.
-