mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5865: filtering AZs by subnets found via VPC-ID
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user