Uses of Class
org.jclouds.ovf.Property
-
Packages that use Property Package Description org.jclouds.ovf -
-
Uses of Property in org.jclouds.ovf
Fields in org.jclouds.ovf with type parameters of type Property Modifier and Type Field Description protected Set<Property>
ProductSection.Builder. properties
protected Set<Property>
ProductSection. properties
Methods in org.jclouds.ovf that return Property Modifier and Type Method Description Property
Property.Builder. build()
Methods in org.jclouds.ovf that return types with arguments of type Property Modifier and Type Method Description Set<Property>
ProductSection. getProperties()
Methods in org.jclouds.ovf with parameters of type Property Modifier and Type Method Description Property.Builder
Property.Builder. fromProperty(Property in)
ProductSection.Builder
ProductSection.Builder. property(Property property)
Method parameters in org.jclouds.ovf with type arguments of type Property Modifier and Type Method Description ProductSection.Builder
ProductSection.Builder. properties(Iterable<Property> properties)
Constructor parameters in org.jclouds.ovf with type arguments of type Property Constructor Description ProductSection(String info, Iterable<Property> properties)
-