Skip to content

Commit 39eb982

Browse files
committed
add get description in VpcGateway
1 parent 87ed88f commit 39eb982

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)