...
AAI Database examples :
Azure
AWS
Openstack VIM
...
<java-type name="HPACapabilities"> <xml-properties> <xml-property name="description" value="Collection of HPA Capabilities" /> </xml-properties> <xml-root-element name="hpa-capability-list" /> <java-attributes> <xml-element container-type="java.util.ArrayList" java-attribute="hpaCapability" name="hpa-capability" type="inventory.aai.onap.org.v12.HPACapability" /> </java-attributes> </java-type>
<java-type name="HPACapability"> <xml-properties> <xml-property name="description" value="Represents a HPA capability" /> </xml-properties> <xml-root-element name="hpa-capability" /> <java-attributes> <xml-element java-attribute="hpaCapabilityName" name="hpa-capability-name" type="java.lang.String" /> <xml-element java-attribute="version" name="hpa-version" type="java.lang.String" /> <xml-element java-attribute="hardware-architecture" name="hpa-hw-arch" type="java.lang.String" /> <xml-element container-type="java.util.ArrayList" java-attribute="hpaFeatureAtrribute" name="hpa-attribute" type="inventory.aai.onap.org.v12.HPAFeatureAtrribute" /> <xml-element container-type="java.util.ArrayList" java-attribute="hpaFeatureAtrribute" name="hpa-attribute" type="inventory.aai.onap.org.v12.HPAComplexAtrribute" /> </java-attributes> </java-type>
<java-type name="HPAFeatureAttribute"> <xml-properties> <xml-property name="description" value="HPA Capability simple attributes" /> </xml-properties> <xml-root-element name="hpa-attribute" /> <java-attributes> <xml-element java-attribute="hpaAttributeKey" name="hpa-attr-key" type="java.lang.String" /> <xml-element java-attribute="hpaAttributeValue" name="hpa-attr-value" type="java.lang.String" /> <xml-element java-attribute="hpaAttributeValueType" name="hpa-attr-value-type" type="java.lang.String" /> </java-attributes> </java-type>
<java-type name="HPAComplexAttribute"> <xml-properties> <xml-property name="description" value="HPA Capabilities with a set of FeatureAttributeList" /> </xml-properties> <xml-root-element name="hpa-complex-attribute" /> <java-attributes> <xml-element container-type="java.util.ArrayList" java-attribute="hpaFeatureAtrribute" name="hpa-attribute" type="inventory.aai.onap.org.v12.HPAFeatureAtrribute" /> </java-attributes> </java-type>