Uses of Interface
org.openstack4j.model.common.Extension
-
-
Uses of Extension in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>ComputeService. listExtensions()Deprecated.https://specs.openstack.org/openstack/nova-specs/specs/newton/implemented/api-no-more-extensions.html -
Uses of Extension in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>IdentityService. listExtensions()Deprecated.https://docs.openstack.org/api-ref/compute/?expanded=#extensions-extensions-deprecated -
Uses of Extension in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>IdentityService. listExtensions()Deprecated.https://docs.openstack.org/api-ref/compute/?expanded=#extensions-extensions-deprecated -
Uses of Extension in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>ShareService. listExtensions()Deprecated.https://docs.openstack.org/api-ref/compute/?expanded=#extensions-extensions-deprecated -
Uses of Extension in org.openstack4j.openstack.common
Classes in org.openstack4j.openstack.common that implement Extension Modifier and Type Class Description classExtensionValueDeprecated.https://specs.openstack.org/openstack/nova-specs/specs/newton/implemented/api-no-more-extensions.html -
Uses of Extension in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>ComputeServiceImpl. listExtensions() -
Uses of Extension in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>IdentityServiceImpl. listExtensions() -
Uses of Extension in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>IdentityServiceImpl. listExtensions() -
Uses of Extension in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type Extension Modifier and Type Method Description List<? extends Extension>ShareServiceImpl. listExtensions()
-