Class CinderVolumeTypeEncryption
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.AbstractCinderVolumeTypeEncryption
-
- org.openstack4j.openstack.storage.block.domain.CinderVolumeTypeEncryption
-
- All Implemented Interfaces:
Serializable,Buildable<VolumeTypeEncryptionBuilder>,ModelEntity,VolumeTypeEncryption
public class CinderVolumeTypeEncryption extends AbstractCinderVolumeTypeEncryption
This class is used to add the json root name "encryption"- Author:
- Jyothi Saroja
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.storage.block.domain.AbstractCinderVolumeTypeEncryption
AbstractCinderVolumeTypeEncryption.VolumeTypeEncryptionConcreteBuilder
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Field Summary
-
Fields inherited from class org.openstack4j.openstack.storage.block.domain.AbstractCinderVolumeTypeEncryption
cipher, controlLocation, id, keySize, provider, volumeTypeId
-
-
Constructor Summary
Constructors Constructor Description CinderVolumeTypeEncryption()
-
Method Summary
-
Methods inherited from class org.openstack4j.openstack.storage.block.domain.AbstractCinderVolumeTypeEncryption
builder, getCipher, getControlLocation, getId, getKeySize, getProvider, getVolumeTypeId, toBuilder, toString
-
-