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/loadbalancer/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1c36f3781c31a0e21c4588c7c4ec835d477d2f21
1b60c8c31bf54c6160da7979afc673ffc6865e48
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ public enum TypeEnum {

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