Region Disk Args
constructor(asyncPrimaryDisk: Output<RegionDiskAsyncPrimaryDiskArgs>? = null, createSnapshotBeforeDestroy: Output<Boolean>? = null, createSnapshotBeforeDestroyPrefix: Output<String>? = null, description: Output<String>? = null, diskEncryptionKey: Output<RegionDiskDiskEncryptionKeyArgs>? = null, guestOsFeatures: Output<List<RegionDiskGuestOsFeatureArgs>>? = null, interface: Output<String>? = null, labels: Output<Map<String, String>>? = null, licenses: Output<List<String>>? = null, name: Output<String>? = null, physicalBlockSizeBytes: Output<Int>? = null, project: Output<String>? = null, region: Output<String>? = null, replicaZones: Output<List<String>>? = null, size: Output<Int>? = null, snapshot: Output<String>? = null, sourceDisk: Output<String>? = null, sourceSnapshotEncryptionKey: Output<RegionDiskSourceSnapshotEncryptionKeyArgs>? = null, type: Output<String>? = null)