Reply to Message

View discussion in a popup

Replying to:
stumpr
Virtuoso
Virtuoso

You have a MOREF from the runtime.host property, you need another get_view call on it.

my $host = Vim::get_view(mo_ref => $HostRef);

print $host->{name} . "\n";

Reuben Stump | http://www.virtuin.com | @ReubenStump

View solution in original post