Class | Fog::Compute::Vmfusion::Server |
In: |
lib/fog/vmfusion/models/compute/server.rb
|
Parent: | Fog::Compute::Server |
password | [RW] |
Destroy, deletes the VM from the local disk but only hard stops the VM before doing so if you set :force to true.
We obtain the first ipaddress. This should generally be a safe assumption for Fusion. Even if an address is provided via NAT, bridge, or host only it will by accessible from the host machine the VM resides on.
Collecting all mac_addresses the VM has...mostly just because we are doing the same thing for the vSphere provider.
The power state of the VM is commonly going to be three values; running, not running, or suspended.
Keeping these three methods around for API compatibility reasons. Makes the vmfusion provider function similar to cloud providers and the vsphere provider. Future goal is to add an actual private and public concept. Needs changes to fission and a determination what is a public or private address here; bridge, nat, host-only.
Sets up a new SSH key on the VM so one doesn‘t need to use a password ever again.