Skip to content

Commit a9c3e4e

Browse files
charleswengDaanHoogland
authored andcommitted
add get description in VpcGateway
1 parent 603e8c6 commit a9c3e4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/src/main/java/com/cloud/network/vpc/VpcGateway.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ public enum State {
6464
*/
6565
String getNetmask();
6666

67+
/**
68+
* @return
69+
*/
70+
String getDescription();
71+
6772
/**
6873
* @return
6974
*/

0 commit comments

Comments
 (0)