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.
5003 5004 5005 |
# File 'lib/ovirtsdk4/services.rb', line 5003 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Unassigns the network from a cluster.
5026 5027 5028 |
# File 'lib/ovirtsdk4/services.rb', line 5026 def remove(opts = {}) internal_remove(REMOVE, opts) end |