Uses of Interface
org.openstack4j.model.storage.block.VolumeTypeEncryption
-
Packages that use VolumeTypeEncryption Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeTypeEncryption in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return VolumeTypeEncryption Modifier and Type Method Description VolumeTypeEncryptionBlockVolumeService. createVolumeTypeEncryption(String volumeTypeId, VolumeTypeEncryption volumeTypeEncryption)Creates a new encryption with the specified instance for the specified volume typeVolumeTypeEncryptionBlockVolumeService. getVolumeTypeEncryption(String volumeTypeId)Retrieves the encryption for the specified volume typeMethods in org.openstack4j.api.storage with parameters of type VolumeTypeEncryption Modifier and Type Method Description VolumeTypeEncryptionBlockVolumeService. createVolumeTypeEncryption(String volumeTypeId, VolumeTypeEncryption volumeTypeEncryption)Creates a new encryption with the specified instance for the specified volume type -
Uses of VolumeTypeEncryption in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeTypeEncryption Modifier and Type Class Description classAbstractCinderVolumeTypeEncryptionA volume type encryptionclassCinderVolumeTypeEncryptionThis class is used to add the json root name "encryption"classCinderVolumeTypeEncryptionFetchThis class is used by the encryption operations which don't use the json root name "encryption"Methods in org.openstack4j.openstack.storage.block.domain that return VolumeTypeEncryption Modifier and Type Method Description VolumeTypeEncryptionAbstractCinderVolumeTypeEncryption.VolumeTypeEncryptionConcreteBuilder. build()Methods in org.openstack4j.openstack.storage.block.domain with parameters of type VolumeTypeEncryption Modifier and Type Method Description VolumeTypeEncryptionBuilderAbstractCinderVolumeTypeEncryption.VolumeTypeEncryptionConcreteBuilder. from(VolumeTypeEncryption in) -
Uses of VolumeTypeEncryption in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return VolumeTypeEncryption Modifier and Type Method Description VolumeTypeEncryptionBlockVolumeServiceImpl. createVolumeTypeEncryption(String volumeTypeId, VolumeTypeEncryption volumeTypeEncryption)Creates a new encryption with the specified instance for the specified volume typeVolumeTypeEncryptionBlockVolumeServiceImpl. getVolumeTypeEncryption(String volumeTypeId)Retrieves the encryption for the specified volume typeMethods in org.openstack4j.openstack.storage.block.internal with parameters of type VolumeTypeEncryption Modifier and Type Method Description VolumeTypeEncryptionBlockVolumeServiceImpl. createVolumeTypeEncryption(String volumeTypeId, VolumeTypeEncryption volumeTypeEncryption)Creates a new encryption with the specified instance for the specified volume type
-