Class ManilaAccess
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaAccess
-
- All Implemented Interfaces:
Serializable,Access,ModelEntity
public class ManilaAccess extends Object implements Access
Represents the access to a a share.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaAccess.AccessList-
Nested classes/interfaces inherited from interface org.openstack4j.model.manila.Access
Access.Level, Access.State, Access.Type
-
-
Constructor Summary
Constructors Constructor Description ManilaAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Access.LevelgetAccessLevel()StringgetAccessTo()Access.TypegetAccessType()StringgetCreatedAt()StringgetId()StringgetShareId()Access.StategetState()StringgetUpdatedAt()
-
-
-
Method Detail
-
getShareId
public String getShareId()
- Specified by:
getShareIdin interfaceAccess- Returns:
- the UUID of the share to which you are granted or denied access
-
getState
public Access.State getState()
-
getCreatedAt
public String getCreatedAt()
- Specified by:
getCreatedAtin interfaceAccess- Returns:
- the date and time stamp when the access rule was created
-
getUpdatedAt
public String getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceAccess- Returns:
- the date and time stamp when the access rule was updated
-
getAccessType
public Access.Type getAccessType()
- Specified by:
getAccessTypein interfaceAccess- Returns:
- the rule access type
-
getAccessTo
public String getAccessTo()
- Specified by:
getAccessToin interfaceAccess- Returns:
- the access that the back end grants or denies
-
getAccessLevel
public Access.Level getAccessLevel()
- Specified by:
getAccessLevelin interfaceAccess- Returns:
- the share access level
-
-