class documentation

class DiskEncryptionType(pb_enum.Enum): (source)

View In Hierarchy

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant DISK_ENCRYPTION_MANAGED Enables encryption using the platform's default root key from KMS. Available for blank disks only. Available for disks with NETWORK_SSD_NON_REPLICATED and NETWORK_SSD_IO_M3 types only.
Constant DISK_ENCRYPTION_UNSPECIFIED No encryption is applied unless explicitly specified.

Inherited from Enum:

Class Method get_descriptor Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.compute.v1.DiskE
ncryption.DiskEncryptionType',
                                                       disk_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
DISK_ENCRYPTION_MANAGED: int = (source)

Enables encryption using the platform's default root key from KMS. Available for blank disks only. Available for disks with NETWORK_SSD_NON_REPLICATED and NETWORK_SSD_IO_M3 types only.

Value
1
DISK_ENCRYPTION_UNSPECIFIED: int = (source)

No encryption is applied unless explicitly specified.

Value
0