This commit is contained in:
crusader
2018-06-11 18:42:55 +09:00
parent a33f0309a5
commit f17349b932
2 changed files with 5 additions and 1 deletions

View File

@@ -20,4 +20,8 @@ public interface InfraHostIPService {
InfraHostIP readByInfraHostIDAndMetaIPTypeKeyAndAddress(Long infraHostID, String metaIPTypeKey, String address)
throws OverflowException;
InfraHostIP readByInfraHostInfraZoneIDAndMetaIPTypeKeyAndAddress(Long infraHostInfraZoneID, String metaIPTypeKey,
String address) throws OverflowException;
}