Uses of Class
org.openstack4j.model.compute.Personality
-
Packages that use Personality Package Description org.openstack4j.model.compute org.openstack4j.model.compute.actions org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.domain.actions -
-
Uses of Personality in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return types with arguments of type Personality Modifier and Type Method Description List<Personality>ServerCreate. getPersonality()Personality is a list of Files which will be injected onto the server. -
Uses of Personality in org.openstack4j.model.compute.actions
Methods in org.openstack4j.model.compute.actions that return types with arguments of type Personality Modifier and Type Method Description List<Personality>RebuildOptions. getPersonality()Method parameters in org.openstack4j.model.compute.actions with type arguments of type Personality Modifier and Type Method Description RebuildOptionsRebuildOptions. personality(List<Personality> personality) -
Uses of Personality in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return types with arguments of type Personality Modifier and Type Method Description List<Personality>NovaServerCreate. getPersonality() -
Uses of Personality in org.openstack4j.openstack.compute.domain.actions
Methods in org.openstack4j.openstack.compute.domain.actions that return types with arguments of type Personality Modifier and Type Method Description List<Personality>RebuildAction. getPersonality()
-