go - Find disk attached to vm using govc -
i looking find details of virtual machine using govc.
i able fetch details of instance using govc vm.info
, result had details of cpu, memory, ip address , other not disk storage, can see on vsphere console or logging system.
is there using govc
find disk attached instance ??
you can information devices using
$ govc device.info -vm virtualmachinename
Comments
Post a Comment