Uses of Class
org.openstack4j.openstack.tacker.domain.TackerVnfStatus
-
Packages that use TackerVnfStatus Package Description org.openstack4j.model.tacker org.openstack4j.openstack.tacker.domain -
-
Uses of TackerVnfStatus in org.openstack4j.model.tacker
Methods in org.openstack4j.model.tacker that return TackerVnfStatus Modifier and Type Method Description TackerVnfStatusVnf. getStatus() -
Uses of TackerVnfStatus in org.openstack4j.openstack.tacker.domain
Methods in org.openstack4j.openstack.tacker.domain that return TackerVnfStatus Modifier and Type Method Description static TackerVnfStatusTackerVnfStatus. forValue(String value)TackerVnfStatusTackerVnf. getStatus()static TackerVnfStatusTackerVnfStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TackerVnfStatus[]TackerVnfStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-