Uses of Class
com.tencentcloudapi.cls.v20201016.models.HostFileInfo
-
Packages that use HostFileInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of HostFileInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return HostFileInfo Modifier and Type Method Description HostFileInfoConfigExtraInfo. getHostFile()Get 节点文件配置信息 注意:此字段可能返回 null,表示取不到有效值。HostFileInfoCreateConfigExtraRequest. getHostFile()Get 节点文件配置信息HostFileInfoModifyConfigExtraRequest. getHostFile()Get 节点文件配置信息Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type HostFileInfo Modifier and Type Method Description voidConfigExtraInfo. setHostFile(HostFileInfo HostFile)Set 节点文件配置信息 注意:此字段可能返回 null,表示取不到有效值。voidCreateConfigExtraRequest. setHostFile(HostFileInfo HostFile)Set 节点文件配置信息voidModifyConfigExtraRequest. setHostFile(HostFileInfo HostFile)Set 节点文件配置信息Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type HostFileInfo Constructor Description HostFileInfo(HostFileInfo 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.
-