Class Fog::Compute::Libvirt::Pool
In: lib/fog/libvirt/models/compute/pool.rb
Parent: Fog::Model

Methods

active?   auto_start?   build   destroy   new   persistent?   save   shutdown   start   stop   volumes  

Attributes

xml  [R] 

Public Class methods

Public Instance methods

Is the pool active or not?

Will the pool autostart or not?

Build this storage pool

Destroys the storage pool

Is the pool persistent or not?

Shuts down the pool

Start the pool = make it active Performs a libvirt create (= start)

Stop the pool = make it non-active Performs a libvirt destroy (= stop)

Retrieves the volumes of this pool

[Validate]