Interface VolumeTypeEncryption
-
- All Superinterfaces:
Buildable<VolumeTypeEncryptionBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
AbstractCinderVolumeTypeEncryption,CinderVolumeTypeEncryption,CinderVolumeTypeEncryptionFetch
public interface VolumeTypeEncryption extends ModelEntity, Buildable<VolumeTypeEncryptionBuilder>
The volume type encryption defines the characteristics of an encryption.- Author:
- Jyothi Saroja
-
-
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 StringgetCipher()StringgetControlLocation()StringgetId()IntegergetKeySize()StringgetProvider()StringgetVolumeTypeId()
-
-
-
Method Detail
-
getCipher
String getCipher()
- Returns:
- the cipher of the encryption
-
getControlLocation
String getControlLocation()
- Returns:
- the control location of the encryption
-
getId
String getId()
- Returns:
- the identifier for the encryption
-
getKeySize
Integer getKeySize()
- Returns:
- the key size of the encryption in bits
-
getProvider
String getProvider()
- Returns:
- the provider of the encryption
-
getVolumeTypeId
String getVolumeTypeId()
- Returns:
- the identifier for the associated volume type
-
-