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