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-2.3.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-ifeel-2.2.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-2.2.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-2.1.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.42.1 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-vcloud-director-0.2.2 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-vcloud-director-0.2.1 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-vcloud-director-0.2.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-vcloud-director-0.1.10 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-vcloud-director-0.1.9 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-2.0.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.42.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.41.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.40.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-1.39.0 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-vcloud-director-0.1.8 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb
fog-vcloud-director-0.1.7 lib/fog/vcloud_director/requests/compute/get_network_connection_system_section_vapp_template.rb