Uses of Interface
org.openstack4j.model.identity.v2.Service
-
Packages that use Service Package Description org.openstack4j.api.identity.v2 org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v2.internal -
-
Uses of Service in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return Service Modifier and Type Method Description ServiceServiceManagerService. create(String name, String type, String description)Creates a new ServiceServiceServiceManagerService. get(String serviceId)Gets the specified Service by it's identifierMethods in org.openstack4j.api.identity.v2 that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>ServiceManagerService. list()List current Services on the OpenStack System -
Uses of Service in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement Service Modifier and Type Class Description classKeystoneServiceOpenStack service, such as Compute (Nova), Object Storage (Swift), or Image Service (Glance).Methods in org.openstack4j.openstack.identity.v2.domain that return Service Modifier and Type Method Description ServiceKeystoneService.ServiceConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type Service Modifier and Type Method Description ServiceBuilderKeystoneService.ServiceConcreteBuilder. from(Service in) -
Uses of Service in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return Service Modifier and Type Method Description ServiceServiceManagerServiceImpl. create(String name, String type, String description)Creates a new ServiceServiceServiceManagerServiceImpl. get(String serviceId)Gets the specified Service by it's identifierMethods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>ServiceManagerServiceImpl. list()List current Services on the OpenStack System
-