Method: Fog::OpenStack::NFV::Vnf#save
- Defined in:
- lib/fog/openstack/nfv/models/vnf.rb
#save(options = {}) ⇒ Object
31 32 33 |
# File 'lib/fog/openstack/nfv/models/vnf.rb', line 31 def save( = {}) identity ? update() : create() end |