class OneviewSDK::API1800::C7000::FCoENetwork
Public Class Methods
bulk_delete(client, options)
click to toggle source
Bulk delete the fcoe networks
# File lib/oneview-sdk/resource/api1800/c7000/fcoe_network.rb, line 20 def self.bulk_delete(client, options) response = client.rest_post(BASE_URI + '/bulk-delete', { 'body' => options }, client.api_version) client.response_handler(response) true end