mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vcloud_director] Add #put_vm_capabilities.
This commit is contained in:
parent
6372861cb4
commit
6aa0cb6294
2 changed files with 3 additions and 0 deletions
|
@ -244,6 +244,7 @@ module Fog
|
|||
request :put_network_connection_system_section_vapp
|
||||
request :put_vapp_metadata_item_metadata
|
||||
request :put_vapp_template_metadata_item_metadata
|
||||
request :put_vm_capabilities
|
||||
|
||||
class Model < Fog::Model
|
||||
def initialize(attrs={})
|
||||
|
|
|
@ -4,6 +4,8 @@ module Fog
|
|||
class Real
|
||||
# Update VM's capabilities.
|
||||
#
|
||||
# @note The signature of this method is subject to change.
|
||||
#
|
||||
# @param [String] id Object identifier of the VM.
|
||||
# @param [Hash] options
|
||||
# @option options [Boolean] :MemoryHotAddEnabled True if the virtual
|
||||
|
|
Loading…
Reference in a new issue