Class CustomerEncryptionKeyProtectedDisk (1.3.1)

CustomerEncryptionKeyProtectedDisk(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
disk_encryption_key google.cloud.compute_v1.types.CustomerEncryptionKey
Decrypts data associated with the disk with a customer-supplied encryption key. This field is a member of `oneof`_ ``_disk_encryption_key``.
source str
Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name This field is a member of `oneof`_ ``_source``.

Inheritance

builtins.object > proto.message.Message > CustomerEncryptionKeyProtectedDisk