Sha256: af9bea25590f1ed6e10b8d23e311f629ef8d7d0be996be76b1e6830f2aab89a8

Contents?: true

Size: 780 Bytes

Versions: 41

Compression:

Stored size: 780 Bytes

Contents

module Fog
  module Compute
    class VcloudDirector
      class Real
        # Retrieve the operating system section of a VM.
        #
        # @param [String] id The object identifier of the VM.
        # @return [Excon::Response]
        #   * body<~Hash>:
        #
        # @see http://pubs.vmware.com/vcd-51/topic/com.vmware.vcloud.api.reference.doc_51/doc/operations/GET-OperatingSystemSection.html
        # @since vCloud API version 0.9
        def get_operating_system_section(id)
          request(
            :expects    => 200,
            :idempotent => true,
            :method     => 'GET',
            :parser     => Fog::ToHashDocument.new,
            :path       => "vApp/#{id}/operatingSystemSection/"
          )
        end
      end
    end
  end
end

Version data entries

41 entries across 41 versions & 3 rubygems

Version Path
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-1.22.1 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-1.22.0 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-1.21.0 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.20.0.20140305101839 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.20.0.20140305101305 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.19.0.20140212012611 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-1.20.0 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.19.0.20140110004459 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.19.0.20140110003812 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.19.0.20140109202555 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.19.0.20140107192102 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.19.0.20140107142106 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.19.0.20131219203941 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.18.0.20131219193542 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-1.19.0 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/vcloud_director/requests/compute/get_operating_system_section.rb