Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/alb/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ea0931a6f93703c990517136e0d4c7a88455b282
07d6bfd72f5e9f30d4d1c1aba2dabe73f4f859ec
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ public enum TypeEnum {

TYPE_LOGS_MISCONFIGURED("TYPE_LOGS_MISCONFIGURED"),

TYPE_FIP_NOT_FOUND("TYPE_FIP_NOT_FOUND"),

TYPE_IP_EXHAUSTED("TYPE_IP_EXHAUSTED"),

TYPE_DNS_NOT_CONFIGURED("TYPE_DNS_NOT_CONFIGURED"),

TYPE_VM_PORT_NOT_CONFIGURED("TYPE_VM_PORT_NOT_CONFIGURED"),

UNKNOWN_DEFAULT_OPEN_API("unknown_default_open_api");

private String value;
Expand Down
Loading