Class PrometheusEndpointInfo

    • 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,表示取不到有效值。