Worker Profile Args
data class WorkerProfileArgs(val count: Output<Int>? = null, val diskEncryptionSetId: Output<String>? = null, val diskSizeGB: Output<Int>? = null, val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null, val name: Output<String>? = null, val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<WorkerProfileArgs>
WorkerProfile represents a worker profile.