Uses of Class
com.tencentcloudapi.monitor.v20180724.models.PrometheusTemplateSyncTarget
-
Packages that use PrometheusTemplateSyncTarget Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of PrometheusTemplateSyncTarget in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return PrometheusTemplateSyncTarget Modifier and Type Method Description PrometheusTemplateSyncTarget[]DeletePrometheusTempSyncRequest. getTargets()Get 取消同步的对象列表PrometheusTemplateSyncTarget[]DescribePrometheusTempSyncResponse. getTargets()Get 同步目标详情 注意:此字段可能返回 null,表示取不到有效值。PrometheusTemplateSyncTarget[]SyncPrometheusTempRequest. getTargets()Get 同步目标Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusTemplateSyncTarget Modifier and Type Method Description voidDeletePrometheusTempSyncRequest. setTargets(PrometheusTemplateSyncTarget[] Targets)Set 取消同步的对象列表voidDescribePrometheusTempSyncResponse. setTargets(PrometheusTemplateSyncTarget[] Targets)Set 同步目标详情 注意:此字段可能返回 null,表示取不到有效值。voidSyncPrometheusTempRequest. setTargets(PrometheusTemplateSyncTarget[] Targets)Set 同步目标Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type PrometheusTemplateSyncTarget Constructor Description PrometheusTemplateSyncTarget(PrometheusTemplateSyncTarget 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.
-