Uses of Class
com.tencentcloudapi.cvm.v20170312.models.RunMonitorServiceEnabled
-
Packages that use RunMonitorServiceEnabled Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of RunMonitorServiceEnabled in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return RunMonitorServiceEnabled Modifier and Type Method Description RunMonitorServiceEnabled
EnhancedService. getMonitorService()
Get 开启云监控服务。若不指定该参数,则默认开启云监控服务。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type RunMonitorServiceEnabled Modifier and Type Method Description void
EnhancedService. setMonitorService(RunMonitorServiceEnabled MonitorService)
Set 开启云监控服务。若不指定该参数,则默认开启云监控服务。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type RunMonitorServiceEnabled Constructor Description RunMonitorServiceEnabled(RunMonitorServiceEnabled 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.
-