Class: OvirtSDK4::TemplateGraphicsConsoleService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ GraphicsConsole
Gets graphics console configuration of the template.
-
#remove(opts = {}) ⇒ Object
Remove the graphics console from the template.
-
#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 template.
27974 27975 27976 |
# File 'lib/ovirtsdk4/services.rb', line 27974 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove the graphics console from the template.
27999 28000 28001 |
# File 'lib/ovirtsdk4/services.rb', line 27999 def remove(opts = {}) internal_remove(REMOVE, opts) end |