Sha256: ce71cfd1d5b4584fd4b456b25ce6902fbf36438de045431d21f436f30efeb8d2

Contents?: true

Size: 836 Bytes

Versions: 96

Compression:

Stored size: 836 Bytes

Contents

module Fog
  module Compute
    class VcloudDirector
      class Real
        # Retrieve the network connection 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-NetworkConnectionSystemSection-vAppTemplate.html
        # @since vCloud API version 0.9
        def get_network_connection_system_section_vapp_template(id)
          request(
            :expects    => 200,
            :idempotent => true,
            :method     => 'GET',
            :parser     => Fog::ToHashDocument.new,
            :path       => "vAppTemplate/#{id}/networkConnectionSection/"
          )
        end
      end
    end
  end
end

Version data entries

96 entries across 94 versions & 8 rubygems

Version Path
fog-maestrodev-1.18.0.20131127194823 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131126183714 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131126122111 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131125111730 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131125083406 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131123105121 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131122203507 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131121075022 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131118164830 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131115184302 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131114200144 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131112185232 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-maestrodev-1.18.0.20131111203459 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.18.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.17.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.16.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb