Uses of Class
org.openstack4j.openstack.tacker.domain.VnfdAttributes
-
Packages that use VnfdAttributes Package Description org.openstack4j.model.tacker org.openstack4j.model.tacker.builder org.openstack4j.openstack.tacker.domain -
-
Uses of VnfdAttributes in org.openstack4j.model.tacker
Methods in org.openstack4j.model.tacker that return VnfdAttributes Modifier and Type Method Description VnfdAttributesVnfd. getAttributes() -
Uses of VnfdAttributes in org.openstack4j.model.tacker.builder
Methods in org.openstack4j.model.tacker.builder with parameters of type VnfdAttributes Modifier and Type Method Description VnfdBuilderVnfdBuilder. attributes(VnfdAttributes attributes) -
Uses of VnfdAttributes in org.openstack4j.openstack.tacker.domain
Methods in org.openstack4j.openstack.tacker.domain that return VnfdAttributes Modifier and Type Method Description static VnfdAttributesVnfdAttributes. create()VnfdAttributesTackerVnfd. getAttributes()VnfdAttributesVnfdAttributes. vnfd(String vnfd)VNFD Template to Set..Methods in org.openstack4j.openstack.tacker.domain with parameters of type VnfdAttributes Modifier and Type Method Description VnfdBuilderTackerVnfd.VnfdConcreteBuilder. attributes(VnfdAttributes attributes)
-