ing
This commit is contained in:
@@ -12,9 +12,7 @@ public interface InfraHostPortService {
|
||||
|
||||
InfraHostPort read(Long id) throws OverflowException;
|
||||
|
||||
InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port)
|
||||
InfraHostPort readByInfraHostIPIDAndMetaPortTypeKeyAndPort(Long infraHostIPID, String metaPortTypeKey, Integer port)
|
||||
throws OverflowException;
|
||||
|
||||
InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaPortTypeKey,
|
||||
Integer port) throws OverflowException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user