Uses of Class
org.openstack4j.openstack.tacker.domain.VnfAttributes
-
Packages that use VnfAttributes Package Description org.openstack4j.model.tacker org.openstack4j.model.tacker.builder org.openstack4j.openstack.tacker.domain -
-
Uses of VnfAttributes in org.openstack4j.model.tacker
Methods in org.openstack4j.model.tacker that return VnfAttributes Modifier and Type Method Description VnfAttributesVnf. getAttributes() -
Uses of VnfAttributes in org.openstack4j.model.tacker.builder
Methods in org.openstack4j.model.tacker.builder with parameters of type VnfAttributes Modifier and Type Method Description VnfBuilderVnfBuilder. attributes(VnfAttributes attributes) -
Uses of VnfAttributes in org.openstack4j.openstack.tacker.domain
Methods in org.openstack4j.openstack.tacker.domain that return VnfAttributes Modifier and Type Method Description static VnfAttributesVnfAttributes. create()VnfAttributesVnfAttributes. failurePolicy(String failurePolicy)failurePolicy to Set..VnfAttributesTackerVnf. getAttributes()VnfAttributesVnfAttributes. heatTemplate(String heatTemplate)heatTemplate to Set..VnfAttributesVnfAttributes. monitoringPolicy(String monitoringPolicy)monitoringPolicy to Set..VnfAttributesVnfAttributes. paramValues(String paramValues)paramValues to Set..VnfAttributesVnfAttributes. serviceType(String serviceType)serviceType to Set..Methods in org.openstack4j.openstack.tacker.domain with parameters of type VnfAttributes Modifier and Type Method Description VnfBuilderTackerVnf.VnfConcreteBuilder. attributes(VnfAttributes attributes)
-