Class PrometheusEndpointInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.PrometheusEndpointInfo
-
public class PrometheusEndpointInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PrometheusEndpointInfo()PrometheusEndpointInfo(PrometheusEndpointInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getNodePrometheusAddress()Get 节点信息 注意:此字段可能返回 null,表示取不到有效值。StringgetPrometheusEndpointStatus()Get Prometheus开关的状态。 注意:此字段可能返回 null,表示取不到有效值。VpcEndpointInfogetVpcEndpointInfo()Get vpc信息 注意:此字段可能返回 null,表示取不到有效值。String[]getVpcPrometheusEndpoint()Get prometheus信息 注意:此字段可能返回 null,表示取不到有效值。voidsetNodePrometheusAddress(String[] NodePrometheusAddress)Set 节点信息 注意:此字段可能返回 null,表示取不到有效值。voidsetPrometheusEndpointStatus(String PrometheusEndpointStatus)Set Prometheus开关的状态。 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcEndpointInfo(VpcEndpointInfo VpcEndpointInfo)Set vpc信息 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcPrometheusEndpoint(String[] VpcPrometheusEndpoint)Set prometheus信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PrometheusEndpointInfo
public PrometheusEndpointInfo()
-
PrometheusEndpointInfo
public PrometheusEndpointInfo(PrometheusEndpointInfo 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.
-
-
Method Detail
-
getPrometheusEndpointStatus
public String getPrometheusEndpointStatus()
Get Prometheus开关的状态。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PrometheusEndpointStatus Prometheus开关的状态。 注意:此字段可能返回 null,表示取不到有效值。
-
setPrometheusEndpointStatus
public void setPrometheusEndpointStatus(String PrometheusEndpointStatus)
Set Prometheus开关的状态。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PrometheusEndpointStatus- Prometheus开关的状态。 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcPrometheusEndpoint
public String[] getVpcPrometheusEndpoint()
Get prometheus信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcPrometheusEndpoint prometheus信息 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcPrometheusEndpoint
public void setVpcPrometheusEndpoint(String[] VpcPrometheusEndpoint)
Set prometheus信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcPrometheusEndpoint- prometheus信息 注意:此字段可能返回 null,表示取不到有效值。
-
getNodePrometheusAddress
public String[] getNodePrometheusAddress()
Get 节点信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodePrometheusAddress 节点信息 注意:此字段可能返回 null,表示取不到有效值。
-
setNodePrometheusAddress
public void setNodePrometheusAddress(String[] NodePrometheusAddress)
Set 节点信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodePrometheusAddress- 节点信息 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcEndpointInfo
public VpcEndpointInfo getVpcEndpointInfo()
Get vpc信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcEndpointInfo vpc信息 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcEndpointInfo
public void setVpcEndpointInfo(VpcEndpointInfo VpcEndpointInfo)
Set vpc信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcEndpointInfo- vpc信息 注意:此字段可能返回 null,表示取不到有效值。
-
-