blob: 91d6b20d36f07313b87ce121d63aae6390ceadc5 [file]
package com.cloud.dc;
public interface StorageNetworkIpRange {
String getUuid();
Integer getVlan();
String getPodUuid();
String getStartIp();
String getEndIp();
String getNetworkUuid();
String getZoneUuid();
String getNetmask();
String getGateway();
}