cloudstack/api/src/com/cloud/dc/StorageNetworkIpRange.java

18 lines
242 B
Java
Executable File

package com.cloud.dc;
public interface StorageNetworkIpRange {
String getUuid();
Integer getVlan();
String getPodUuid();
String getStartIp();
String getEndIp();
String getNetworkUuid();
String getZoneUuid();
}