bug5865: filtering AZs by subnets found via VPC-ID

This commit is contained in:
Axel Uhl
2023-07-07 13:12:48 +02:00
parent 6333af64ee
commit 80f5656ba3
5 changed files with 80 additions and 9 deletions
@@ -2,8 +2,9 @@ package com.sap.sse.landscape;
import com.sap.sse.common.WithID;
@FunctionalInterface
public interface SecurityGroup extends WithID {
@Override
String getId();
String getVpcId();
}