Skip to content

Commit e05fb25

Browse files
charleswengDaanHoogland
authored andcommitted
add get description to PrivateGatewayProfile
1 parent a9c3e4e commit e05fb25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/main/java/com/cloud/network/vpc/PrivateGatewayProfile.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ public String getNetmask() {
8181
return vpcGateway.getNetmask();
8282
}
8383

84+
@Override
85+
public String getDescription() {
86+
return vpcGateway.getDescription();
87+
}
88+
8489
@Override
8590
public long getPhysicalNetworkId() {
8691
return physicalNetworkId;

0 commit comments

Comments
 (0)