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

guests

capacity

Sum of device capacities.

freespace

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.