Package org.openstack4j.model.image
Interface ImageMember
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
GlanceImageMember
public interface ImageMember extends ModelEntity
Represents a system tenant who has access to another tenants Image- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMemberId()The Member/TenantbooleanisCanShare()If true the current member can share the image with another tenant
-
-
-
Method Detail
-
getMemberId
String getMemberId()
The Member/Tenant- Returns:
- the member identifier
-
isCanShare
boolean isCanShare()
If true the current member can share the image with another tenant- Returns:
- true, if the current member/tenant can share the image
-
-