Eli Mesika has posted comments on this change. Change subject: API: [RFE] Add PM Proxy Preferences ......................................................................
Patch Set 8: (4 inline comments) .................................................... File backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/model/PmProxyType.java Line 23: return CLUSTER; Line 24: } else if (v.equals("dc")) { Line 25: return DC; Line 26: } else { Line 27: return valueOf(v.toUpperCase()); Done Line 28: } Line 29: } catch (IllegalArgumentException e) { Line 30: return null; Line 31: } .................................................... File backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd Line 2068: <xs:element name="pm_proxy_types" type="PmProxyTypes"/> Line 2069: Line 2070: <xs:complexType name="PmProxyTypes"> Line 2071: <xs:sequence> Line 2072: <xs:element name="pm_proxy_type" type="xs:string" minOccurs="0" maxOccurs="unbounded"> Done Line 2073: <xs:annotation> Line 2074: <xs:appinfo> Line 2075: <jaxb:property name="PmProxyTypes"/> Line 2076: </xs:appinfo> Line 2799: Line 2800: <xs:element name="pm_proxies" type="PmProxies"/> Line 2801: <xs:complexType name="PmProxies"> Line 2802: <xs:sequence> Line 2803: <xs:element name="pm_proxy" type="PmProxy" minOccurs="0" maxOccurs="unbounded"> Done Line 2804: <xs:annotation> Line 2805: <xs:appinfo> Line 2806: <jaxbroperty name="PmProxies"/> Line 2807: </xs:appinfo> Line 2811: </xs:complexType> Line 2812: Line 2813: <xs:element name="pm_proxy" type="PmProxy"/> Line 2814: <xs:complexType name="PmProxy"> Line 2815: <xs:sequence> Done Line 2816: <xs:element name="propietary" type="xs:string" minOccurs="0" maxOccurs="1"/> Line 2817: </xs:sequence> Line 2818: </xs:complexType> -- To view, visit http://gerrit.ovirt.org/9674 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If906312ecf028a5db1c9726a407a1643b6c000b7 Gerrit-PatchSet: 8 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches