Droplet Args
constructor(backupPolicy: Output<DropletBackupPolicyArgs>? = null, backups: Output<Boolean>? = null, dropletAgent: Output<Boolean>? = null, gracefulShutdown: Output<Boolean>? = null, image: Output<String>? = null, ipv6: Output<Boolean>? = null, ipv6Address: Output<String>? = null, monitoring: Output<Boolean>? = null, name: Output<String>? = null, privateNetworking: Output<Boolean>? = null, region: Output<Either<String, Region>>? = null, resizeDisk: Output<Boolean>? = null, size: Output<Either<String, DropletSlug>>? = null, sshKeys: Output<List<String>>? = null, tags: Output<List<String>>? = null, userData: Output<String>? = null, volumeIds: Output<List<String>>? = null, vpcUuid: Output<String>? = null)