Package org.openstack4j.model.manila
Interface ShareTypeCreate
-
- All Superinterfaces:
Buildable<ShareTypeCreateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
ManilaShareTypeCreate
public interface ShareTypeCreate extends ModelEntity, Buildable<ShareTypeCreateBuilder>
Object used to create new share types.- Author:
- Daniel Gonzalez Nothnagel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtraSpecsgetExtraSpecs()StringgetName()BooleangetOsShareTypeAccessIsPublic()
-
-
-
Method Detail
-
getExtraSpecs
ExtraSpecs getExtraSpecs()
- Returns:
- the extra specifications for the share type
-
getOsShareTypeAccessIsPublic
Boolean getOsShareTypeAccessIsPublic()
- Returns:
- indicates whether a share type is publicly accessible
-
getName
String getName()
- Returns:
- the share type name
-
-