vmware_reporter.vm.VmDisks
- class vmware_reporter.vm.VmDisks(vm: VirtualMachine)
Bases:
object- __init__(vm: VirtualMachine)
Methods
__init__(vm)to_dict([bytes])to_summary()Attributes
guestsSum of device capacities.
Sum of device freespaces.
- capacity: int
Sum of device capacities.
- freespace: int
Sum of device freespaces. This is sum of mapped device freespaces + an estimation of unmapped freespace.