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.
12743 12744 12745 |
# File 'lib/ovirtsdk4/services.rb', line 12743 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove the graphics console from the instance type.
12768 12769 12770 |
# File 'lib/ovirtsdk4/services.rb', line 12768 def remove(opts = {}) internal_remove(REMOVE, opts) end |