Attached Disk Args
fun AttachedDiskArgs(autoDelete: Output<Boolean>? = null, boot: Output<Boolean>? = null, deviceName: Output<String>? = null, diskEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, diskSizeGb: Output<String>? = null, forceAttach: Output<Boolean>? = null, guestOsFeatures: Output<List<GuestOsFeatureArgs>>? = null, initializeParams: Output<AttachedDiskInitializeParamsArgs>? = null, interface: Output<AttachedDiskInterface>? = null, mode: Output<AttachedDiskMode>? = null, source: Output<String>? = null, type: Output<AttachedDiskType>? = null)