Class: OvirtSDK4::ClusterNetworkService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Network
Retrieves the cluster network details.
-
#remove(opts = {}) ⇒ Object
Unassigns the network from a cluster.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
-
#update(network, opts = {}) ⇒ Network
Updates the network in the cluster.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ Network
Retrieves the cluster network details.
5677 5678 5679 |
# File 'lib/ovirtsdk4/services.rb', line 5677 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Unassigns the network from a cluster.
5700 5701 5702 |
# File 'lib/ovirtsdk4/services.rb', line 5700 def remove(opts = {}) internal_remove(REMOVE, opts) end |