Sha256: c1b89aa30d77b0877da1222e8a18f6569af906872e9d647662232383581c3030

Contents?: true

Size: 300 Bytes

Versions: 85

Compression:

Stored size: 300 Bytes

Contents

# Get network information

- To see all networks list

        connection.servers.service.networks

- To see details of a particular network

        selected_nw = connection.servers.service.networks.detect { |n| n.name == 'Default' }
        connection.servers.service.get_network(selected_nw.href)

Version data entries

85 entries across 83 versions & 7 rubygems

Version Path
fog-1.33.0 lib/fog/vcloud/examples/get_network_information.md
fog-1.32.0 lib/fog/vcloud/examples/get_network_information.md
fog-1.31.0 lib/fog/vcloud/examples/get_network_information.md
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/vcloud/examples/get_network_information.md
fog-1.30.0 lib/fog/vcloud/examples/get_network_information.md
fog-1.29.0 lib/fog/vcloud/examples/get_network_information.md
fog-1.28.0 lib/fog/vcloud/examples/get_network_information.md
fog-1.27.0 lib/fog/vcloud/examples/get_network_information.md
fog-1.26.0 lib/fog/vcloud/examples/get_network_information.md
fog-1.25.0 lib/fog/vcloud/examples/get_network_information.md
nsidc-fog-1.24.1 lib/fog/vcloud/examples/get_network_information.md
fog-1.24.0 lib/fog/vcloud/examples/get_network_information.md
ns-fog-1.22.11 lib/fog/vcloud/examples/get_network_information.md
ns-fog-1.22.10 lib/fog/vcloud/examples/get_network_information.md
ns-fog-1.22.9 lib/fog/vcloud/examples/get_network_information.md
ns-fog-1.22.8 lib/fog/vcloud/examples/get_network_information.md
ns-fog-1.22.7 lib/fog/vcloud/examples/get_network_information.md
ns-fog-1.22.6 lib/fog/vcloud/examples/get_network_information.md
fog-1.23.0 lib/fog/vcloud/examples/get_network_information.md
ns-fog-1.22.4 lib/fog/vcloud/examples/get_network_information.md