github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/antiddos/v2/alarmreminding/doc.go (about)

     1  /*
     2  The Anti-DDoS traffic cleaning service (Anti-DDoS for short) defends resources (Elastic Cloud Servers (ECSs), Elastic Load Balance (ELB) instances, and Bare Metal Servers (BMSs)) on HUAWEI CLOUD against network- and application-layer distributed denial of service (DDoS) attacks and sends alarms immediately when detecting an attack. In addition, Anti-DDoS improves the utilization of bandwidth and ensures the stable running of users' services.
     3  
     4  Example to query alarm configuration.
     5  
     6      actual, err := alarmreminding.WarnAlert(client.ServiceClient()).Extract()
     7      if err != nil {
     8        panic(err)
     9      }
    10  */
    11  package alarmreminding