LMI_ExtentEncryptionConfigurationService

Class reference

Subclass of CIM_Service

Service which configures LUKS formats on block devices.

Local properties

None

Local methods

uint32 DeleteEcryptionFormat (LMI_EncryptionFormat Element, CIM_ConcreteJob Job)

Parameters

uint32 CloseEncryptionFormat (CIM_StorageExtent InExtent)

Parameters

IN CIM_StorageExtent InExtent

uint32 CreateEncryptedFormat (CIM_StorageExtent InExtent, LMI_EncryptionSetting Goal, string Passphrase, CIM_ConcreteJob Job, LMI_EncryptionFormat Format)

Parameters

IN CIM_StorageExtent InExtent

IN LMI_EncryptionSetting Goal

IN string Passphrase

OUT CIM_ConcreteJob Job

OUT LMI_EncryptionFormat Format

uint32 DeletePassphrase (LMI_EncryptionFormat Format, string Passphrase)

Parameters

IN LMI_EncryptionFormat Format

IN string Passphrase

uint32 AddPassphrase (LMI_EncryptionFormat Format, string Passphrase, string NewPassphrase)

Parameters

IN LMI_EncryptionFormat Format

IN string Passphrase

IN string NewPassphrase

uint32 ChangePassphrase (LMI_EncryptionFormat Format, string OldPassphrase, string NewPassphrase)

Parameters

IN LMI_EncryptionFormat Format

IN string OldPassphrase

IN string NewPassphrase

uint32 OpenEncryptionFormat (LMI_EncryptionFormat Format, string ElementName, string Passphrase, CIM_StorageExtent Extent)

Parameters

IN LMI_EncryptionFormat Format

IN string ElementName

IN string Passphrase

OUT CIM_StorageExtent Extent