encryptionAlgorithm property
Memory encryption algorithm. Possible string values are:
- "MEMORY_ENCRYPTION_ALGORITHM_UNSPECIFIED" : Memory encryption algorithm is not set.
- "MEMORY_ENCRYPTION_ALGORITHM_UNKNOWN" : The memory encryption algorithm being used is unknown.
- "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_128" : The memory encryption algorithm is using the AES_XTS encryption algorithm with a 128 bit block cypher.
- "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_256" : The memory encryption algorithm is using the AES_XTS encryption algorithm with a 256 bit block cypher.
Implementation
core.String? encryptionAlgorithm;