SourceDiskEncryptionKey class

Constructors

SourceDiskEncryptionKey({CustomerEncryptionKey? diskEncryptionKey, String? sourceDisk})
SourceDiskEncryptionKey.fromJson(Map json_)

Properties

diskEncryptionKey CustomerEncryptionKey?
The customer-supplied encryption key of the source disk.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceDisk String?
URL of the disk attached to the source instance.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited