Vmware Vm Details Args
data class VmwareVmDetailsArgs(val committedStorageMb: Output<String>? = null, val cpuCount: Output<Int>? = null, val datacenterDescription: Output<String>? = null, val datacenterId: Output<String>? = null, val diskCount: Output<Int>? = null, val displayName: Output<String>? = null, val guestDescription: Output<String>? = null, val memoryMb: Output<Int>? = null, val powerState: Output<VmwareVmDetailsPowerState>? = null, val uuid: Output<String>? = null, val vmId: Output<String>? = null) : ConvertibleToJava<VmwareVmDetailsArgs>
VmwareVmDetails describes a VM in vCenter.
Constructors
Link copied to clipboard
constructor(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)
Properties
Link copied to clipboard
The total size of the storage allocated to the VM in MB.
Link copied to clipboard
The descriptive name of the vCenter's datacenter this VM is contained in.
Link copied to clipboard
The id of the vCenter's datacenter this VM is contained in.
Link copied to clipboard
The display name of the VM. Note that this is not necessarily unique.
Link copied to clipboard
The VM's OS. See for example https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html for types of strings this might hold.
Link copied to clipboard
The power state of the VM at the moment list was taken.