VmwareVmDetailsArgs

fun VmwareVmDetailsArgs(committedStorageMb: Output<String>? = null, cpuCount: Output<Int>? = null, datacenterDescription: Output<String>? = null, datacenterId: Output<String>? = null, diskCount: Output<Int>? = null, displayName: Output<String>? = null, guestDescription: Output<String>? = null, memoryMb: Output<Int>? = null, powerState: Output<VmwareVmDetailsPowerState>? = null, uuid: Output<String>? = null, vmId: Output<String>? = null)