Uses of Interface
org.openstack4j.model.image.ImageMember
-
Packages that use ImageMember Package Description org.openstack4j.api.image org.openstack4j.openstack.image.domain org.openstack4j.openstack.image.internal -
-
Uses of ImageMember in org.openstack4j.api.image
Methods in org.openstack4j.api.image that return types with arguments of type ImageMember Modifier and Type Method Description List<? extends ImageMember>ImageService. listMembers(String imageId)List of the other system tenants that may access a given virtual machine image that the Glance server knows about. -
Uses of ImageMember in org.openstack4j.openstack.image.domain
Classes in org.openstack4j.openstack.image.domain that implement ImageMember Modifier and Type Class Description classGlanceImageMemberRepresents a system tenant who has access to another tenants Image -
Uses of ImageMember in org.openstack4j.openstack.image.internal
Methods in org.openstack4j.openstack.image.internal that return types with arguments of type ImageMember Modifier and Type Method Description List<? extends ImageMember>ImageServiceImpl. listMembers(String imageId)List of the other system tenants that may access a given virtual machine image that the Glance server knows about.
-