Class: OvirtSDK4::DataCenterNetworkService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Network
Retrieves the data center network details.
-
#remove(opts = {}) ⇒ Object
Removes the network.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
-
#update(network, opts = {}) ⇒ Network
Updates the network in the data center.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ Network
Retrieves the data center network details.
5917 5918 5919 |
# File 'lib/ovirtsdk4/services.rb', line 5917 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Removes the network.
5940 5941 5942 |
# File 'lib/ovirtsdk4/services.rb', line 5940 def remove(opts = {}) internal_remove(REMOVE, opts) end |