Uses of Class
com.tencentcloudapi.iecp.v20210914.models.KeyValueObj
-
Packages that use KeyValueObj Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of KeyValueObj in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return KeyValueObj Modifier and Type Method Description KeyValueObj[]CreateSecretRequest. getCloudData()Get Opaque类型的Secret内容KeyValueObj[]CreateConfigMapRequest. getConfigMapData()Get ConfigMap内容KeyValueObj[]ModifyEdgeNodeLabelsRequest. getLabels()Get 标签列表KeyValueObjEdgeNodeInfo. getNodeUnits()Get 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。KeyValueObj[]Container. getResourceMapCloud()Get 资源配置Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type KeyValueObj Modifier and Type Method Description voidCreateSecretRequest. setCloudData(KeyValueObj[] CloudData)Set Opaque类型的Secret内容voidCreateConfigMapRequest. setConfigMapData(KeyValueObj[] ConfigMapData)Set ConfigMap内容voidModifyEdgeNodeLabelsRequest. setLabels(KeyValueObj[] Labels)Set 标签列表voidEdgeNodeInfo. setNodeUnits(KeyValueObj NodeUnits)Set 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。voidContainer. setResourceMapCloud(KeyValueObj[] ResourceMapCloud)Set 资源配置Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type KeyValueObj Constructor Description KeyValueObj(KeyValueObj 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.
-