Class: OvirtSDK4::InstanceTypeGraphicsConsoleService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ GraphicsConsole
Gets graphics console configuration of the instance type.
-
#remove(opts = {}) ⇒ Object
Remove the graphics console from the instance type.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ GraphicsConsole
Gets graphics console configuration of the instance type.
12666 12667 12668 |
# File 'lib/ovirtsdk4/services.rb', line 12666 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove the graphics console from the instance type.
12691 12692 12693 |
# File 'lib/ovirtsdk4/services.rb', line 12691 def remove(opts = {}) internal_remove(REMOVE, opts) end |