public class PrometheusEndpointInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getNodePrometheusAddress()
Get 节点信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPrometheusEndpointStatus()
Get Prometheus开关的状态。
注意:此字段可能返回 null,表示取不到有效值。
|
VpcEndpointInfo |
getVpcEndpointInfo()
Get vpc信息
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getVpcPrometheusEndpoint()
Get prometheus信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNodePrometheusAddress(String[] NodePrometheusAddress)
Set 节点信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPrometheusEndpointStatus(String PrometheusEndpointStatus)
Set Prometheus开关的状态。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcEndpointInfo(VpcEndpointInfo VpcEndpointInfo)
Set vpc信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcPrometheusEndpoint(String[] VpcPrometheusEndpoint)
Set prometheus信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PrometheusEndpointInfo()
public PrometheusEndpointInfo(PrometheusEndpointInfo source)
public String getPrometheusEndpointStatus()
public void setPrometheusEndpointStatus(String PrometheusEndpointStatus)
PrometheusEndpointStatus
- Prometheus开关的状态。
注意:此字段可能返回 null,表示取不到有效值。public String[] getVpcPrometheusEndpoint()
public void setVpcPrometheusEndpoint(String[] VpcPrometheusEndpoint)
VpcPrometheusEndpoint
- prometheus信息
注意:此字段可能返回 null,表示取不到有效值。public String[] getNodePrometheusAddress()
public void setNodePrometheusAddress(String[] NodePrometheusAddress)
NodePrometheusAddress
- 节点信息
注意:此字段可能返回 null,表示取不到有效值。public VpcEndpointInfo getVpcEndpointInfo()
public void setVpcEndpointInfo(VpcEndpointInfo VpcEndpointInfo)
VpcEndpointInfo
- vpc信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.