Uses of Class
com.tencentcloudapi.tione.v20191022.models.ClsConfig
-
Packages that use ClsConfig Package Description com.tencentcloudapi.tione.v20191022.models -
-
Uses of ClsConfig in com.tencentcloudapi.tione.v20191022.models
Methods in com.tencentcloudapi.tione.v20191022.models that return ClsConfig Modifier and Type Method Description ClsConfigCreateNotebookInstanceRequest. getClsConfig()Get 接入日志的配置,默认接入免费日志ClsConfigDescribeNotebookInstanceResponse. getClsConfig()Get Cls配置 注意:此字段可能返回 null,表示取不到有效值。ClsConfigUpdateNotebookInstanceRequest. getClsConfig()Get 接入日志的配置,默认使用免费日志服务。Methods in com.tencentcloudapi.tione.v20191022.models with parameters of type ClsConfig Modifier and Type Method Description voidCreateNotebookInstanceRequest. setClsConfig(ClsConfig ClsConfig)Set 接入日志的配置,默认接入免费日志voidDescribeNotebookInstanceResponse. setClsConfig(ClsConfig ClsConfig)Set Cls配置 注意:此字段可能返回 null,表示取不到有效值。voidUpdateNotebookInstanceRequest. setClsConfig(ClsConfig ClsConfig)Set 接入日志的配置,默认使用免费日志服务。Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type ClsConfig Constructor Description ClsConfig(ClsConfig 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.
-