class OneviewSDK::API1800::C7000::EthernetNetwork

Ethernet network resource implementation for API1800 C7000

Public Class Methods

bulk_delete(client, options) click to toggle source

Bulk delete the ethernet networks

# File lib/oneview-sdk/resource/api1800/c7000/ethernet_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