Method: Fog::OpenStack::NFV::Vnfs#destroy

Defined in:
lib/fog/openstack/nfv/models/vnfs.rb

#destroy(uuid) ⇒ Object



21
22
23
24
# File 'lib/fog/openstack/nfv/models/vnfs.rb', line 21

def destroy(uuid)
  vnf = get(uuid)
  vnf.destroy
end