Restore Point Encryption Args
    data class RestorePointEncryptionArgs(val diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, val type: Output<Either<String, RestorePointEncryptionType>>? = null) : ConvertibleToJava<RestorePointEncryptionArgs> 
Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point.
Constructors
Link copied to clipboard
                fun RestorePointEncryptionArgs(diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, type: Output<Either<String, RestorePointEncryptionType>>? = null)