Uses of Class
com.tencentcloudapi.cls.v20201016.models.ContainerWorkLoadInfo
-
Packages that use ContainerWorkLoadInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of ContainerWorkLoadInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return ContainerWorkLoadInfo Modifier and Type Method Description ContainerWorkLoadInfoContainerFileInfo. getWorkLoad()Get 工作负载信息 注意:此字段可能返回 null,表示取不到有效值。ContainerWorkLoadInfo[]ContainerStdoutInfo. getWorkLoads()Get 工作负载信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type ContainerWorkLoadInfo Modifier and Type Method Description voidContainerFileInfo. setWorkLoad(ContainerWorkLoadInfo WorkLoad)Set 工作负载信息 注意:此字段可能返回 null,表示取不到有效值。voidContainerStdoutInfo. setWorkLoads(ContainerWorkLoadInfo[] WorkLoads)Set 工作负载信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type ContainerWorkLoadInfo Constructor Description ContainerWorkLoadInfo(ContainerWorkLoadInfo 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.
-