} else if (cmpName.equals(this.getXlargeName())) {
return this.xlargePublicNetwork;
} else if (cmpName.equals(this.getCustomName())) {
return this.customPublicNetwork;
} else {
throw new CannotTranslateException(
"Unknown instance type '" + cmpName + "'");
}
}