# File lib/fog/network/openstack/models/ike_policy.rb, line 21
        def create
          requires :name, :auth_algorithm, :encryption_algorithm, :ike_version,
                   :lifetime, :pfs, :phase1_negotiation_mode
          merge_attributes(service.create_ike_policy(attributes).body['ikepolicy'])
          self
        end