Volume Backup Properties Args
data class VolumeBackupPropertiesArgs(val backupEnabled: Output<Boolean>? = null, val backupPolicyId: Output<String>? = null, val policyEnforced: Output<Boolean>? = null) : ConvertibleToJava<VolumeBackupPropertiesArgs>
Volume Backup Properties
Constructors
Link copied to clipboard
fun VolumeBackupPropertiesArgs(backupEnabled: Output<Boolean>? = null, backupPolicyId: Output<String>? = null, policyEnforced: Output<Boolean>? = null)