Method: OpenNebula::VMGroup#chmod_octet
- Defined in:
- lib/opennebula/vm_group.rb
#chmod_octet(octet) ⇒ nil, OpenNebula::Error
Changes the SecurityGroup permissions.
109 110 111 |
# File 'lib/opennebula/vm_group.rb', line 109 def chmod_octet(octet) super(VMGROUP_METHODS[:chmod], octet) end |