Skip to content

Commit 88e059d

Browse files
committed
Merge branch '4.9'
2 parents 4c15cfc + 8c62464 commit 88e059d

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

api/src/org/apache/cloudstack/api/response/AlertResponse.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ public class AlertResponse extends BaseResponse {
3636

3737
@SerializedName(ApiConstants.TYPE)
3838
@Param(description = "One of the following alert types: "
39-
+ "MEMORY = 0, CPU = 1, STORAGE = 2, STORAGE_ALLOCATED = 3, PUBLIC_IP = 4, PRIVATE_IP = 5, HOST = 6, USERVM = 7, "
40-
+ "DOMAIN_ROUTER = 8, CONSOLE_PROXY = 9, ROUTING = 10: lost connection to default route (to the gateway), "
41-
+ "STORAGE_MISC = 11: lost connection to default route (to the gateway), " + "USAGE_SERVER = 12: lost connection to default route (to the gateway), "
42-
+ "MANAGMENT_NODE = 13: lost connection to default route (to the gateway), "
43-
+ "DOMAIN_ROUTER_MIGRATE = 14, CONSOLE_PROXY_MIGRATE = 15, USERVM_MIGRATE = 16, VLAN = 17, SSVM = 18, " + "USAGE_SERVER_RESULT = 19")
39+
+ "MEMORY = 0, CPU = 1, STORAGE = 2, STORAGE_ALLOCATED = 3, PUBLIC_IP = 4, PRIVATE_IP = 5, SECONDARY_STORAGE = 6, "
40+
+ "HOST = 7, USERVM = 8, DOMAIN_ROUTER = 9, CONSOLE_PROXY = 10, "
41+
+ "ROUTING = 11: lost connection to default route (to the gateway), "
42+
+ "STORAGE_MISC = 12, USAGE_SERVER = 13, MANAGMENT_NODE = 14, DOMAIN_ROUTER_MIGRATE = 15, CONSOLE_PROXY_MIGRATE = 16, "
43+
+ "USERVM_MIGRATE = 17, VLAN = 18, SSVM = 19, USAGE_SERVER_RESULT = 20, STORAGE_DELETE = 21, UPDATE_RESOURCE_COUNT = 22, "
44+
+ "USAGE_SANITY_RESULT = 23, DIRECT_ATTACHED_PUBLIC_IP = 24, LOCAL_STORAGE = 25, RESOURCE_LIMIT_EXCEEDED = 26, "
45+
+ "SYNC = 27, UPLOAD_FAILED = 28, OOBM_AUTH_ERROR = 29")
4446
private Short alertType;
4547

4648
@SerializedName(ApiConstants.NAME)

0 commit comments

Comments
 (0)