Uses of Interface
org.openstack4j.model.trove.Instance
-
Packages that use Instance Package Description org.openstack4j.api.trove org.openstack4j.openstack.trove.domain org.openstack4j.openstack.trove.internal -
-
Uses of Instance in org.openstack4j.api.trove
Methods in org.openstack4j.api.trove that return Instance Modifier and Type Method Description InstanceInstanceService. create(InstanceCreate instanceCreate)InstanceInstanceService. get(String instanceId)Methods in org.openstack4j.api.trove that return types with arguments of type Instance Modifier and Type Method Description List<? extends Instance>InstanceService. list() -
Uses of Instance in org.openstack4j.openstack.trove.domain
Classes in org.openstack4j.openstack.trove.domain that implement Instance Modifier and Type Class Description classTroveInstanceModel implementation for Database instance -
Uses of Instance in org.openstack4j.openstack.trove.internal
Methods in org.openstack4j.openstack.trove.internal that return Instance Modifier and Type Method Description InstanceDBInstanceServiceImpl. create(InstanceCreate instanceCreate)InstanceDBInstanceServiceImpl. get(String instanceId)Methods in org.openstack4j.openstack.trove.internal that return types with arguments of type Instance Modifier and Type Method Description List<? extends Instance>DBInstanceServiceImpl. list()
-