Class ManilaShareType
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaShareType
-
- All Implemented Interfaces:
Serializable,ShareType,ModelEntity
public class ManilaShareType extends Object implements ShareType
A share type enables you to filter or choose back ends before you create a share.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaShareType.ShareTypes
-
Constructor Summary
Constructors Constructor Description ManilaShareType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtraSpecsgetExtraSpecs()StringgetId()StringgetName()BooleangetOsShareTypeAccessIsPublic()ExtraSpecsgetRequiredExtraSpecs()
-
-
-
Method Detail
-
getId
public String getId()
-
getRequiredExtraSpecs
public ExtraSpecs getRequiredExtraSpecs()
- Specified by:
getRequiredExtraSpecsin interfaceShareType- Returns:
- the required extra specifications for the share type
-
getExtraSpecs
public ExtraSpecs getExtraSpecs()
- Specified by:
getExtraSpecsin interfaceShareType- Returns:
- the extra specifications for the share type
-
getOsShareTypeAccessIsPublic
public Boolean getOsShareTypeAccessIsPublic()
- Specified by:
getOsShareTypeAccessIsPublicin interfaceShareType- Returns:
- indicates whether a share type is publicly accessible
-
-