Change in ovirt-engine-sdk-ruby[master]: Add suport for "Add" and action methods

Juan Hernandez has submitted this change and it was merged. Change subject: Add suport for "Add" and action methods ...................................................................... Add suport for "Add" and action methods This patch adds support for the "Add" and action methods, as both use the HTTP POST method. It also adds examples that show how to use these operations. Change-Id: I8abda64733bde19b6cef7907e32044fda4c61a5f Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M generator/src/main/java/org/ovirt/sdk/ruby/ServicesGenerator.java A sdk/examples/add_cluster.rb A sdk/examples/add_data_center.rb A sdk/examples/add_host.rb A sdk/examples/add_nfs_data_storage_domain.rb A sdk/examples/add_nfs_iso_storage_domain.rb A sdk/examples/add_vm.rb A sdk/examples/add_vm_disk.rb A sdk/examples/add_vm_nic.rb A sdk/examples/attach_nfs_data_storage_domain.rb A sdk/examples/attach_nfs_iso_storage_domain.rb M sdk/examples/list_vms.rb M sdk/examples/remove_vm.rb M sdk/examples/search_vms.rb A sdk/examples/start_vm.rb A sdk/examples/stop_vm.rb M sdk/lib/ovirt/sdk/v4/connection.rb 17 files changed, 789 insertions(+), 6 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/51903 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8abda64733bde19b6cef7907e32044fda4c61a5f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-ruby Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com