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