Class UnbindPrometheusManagedGrafanaRequest


  • public class UnbindPrometheusManagedGrafanaRequest
    extends AbstractModel
    • Constructor Detail

      • UnbindPrometheusManagedGrafanaRequest

        public UnbindPrometheusManagedGrafanaRequest()
      • UnbindPrometheusManagedGrafanaRequest

        public UnbindPrometheusManagedGrafanaRequest​(UnbindPrometheusManagedGrafanaRequest 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

      • getInstanceId

        public String getInstanceId()
        Get Prometheus 实例 ID
        Returns:
        InstanceId Prometheus 实例 ID
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set Prometheus 实例 ID
        Parameters:
        InstanceId - Prometheus 实例 ID
      • getGrafanaId

        public String getGrafanaId()
        Get Grafana 实例 ID
        Returns:
        GrafanaId Grafana 实例 ID
      • setGrafanaId

        public void setGrafanaId​(String GrafanaId)
        Set Grafana 实例 ID
        Parameters:
        GrafanaId - Grafana 实例 ID