class Fog::OpenStack::Planning::Role

Public Instance Methods

add_to_plan(plan_uuid) click to toggle source
# File lib/fog/openstack/planning/models/role.rb, line 13
def add_to_plan(plan_uuid)
  service.add_role_to_plan(plan_uuid, uuid)
end
remove_from_plan(plan_uuid) click to toggle source
# File lib/fog/openstack/planning/models/role.rb, line 17
def remove_from_plan(plan_uuid)
  service.remove_role_from_plan(plan_uuid, uuid)
end