Click or drag to resize
INetworksProvider Interface

Note: This API is now obsolete.

DEPRECATED. Use NetworkingService or Rackspace.CloudNetworks.v2.CloudNetworkService (from the Rackspace NuGet package).

Represents a provider for the OpenStack Networking service.

Namespace: net.openstack.Core.Providers
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
[ObsoleteAttribute("This will be removed in v2.0. Use OpenStack.Networking.v2.NetworkingService or Rackspace.CloudNetworks.v2.CloudNetworkService (from the Rackspace NuGet package).")]
public interface INetworksProvider

The INetworksProvider type exposes the following members.

Methods
  NameDescription
Public methodCreateNetwork
Create a network with the given IP block.
Public methodDeleteNetwork
Deletes the specified network.
Remarks
You cannot delete an isolated network unless the network is not attached to any server.
Public methodListNetworks
List the networks configured for the account.
Public methodShowNetwork
Retrieve details for the specified network.
Top
Version Information

.NET Framework

Obsolete (compiler warning) in 4.5

openstack.net

Supported in: 1.4, 1.3.6
Obsolete (compiler warning) in 1.6
Obsolete (compiler warning) in 1.5
See Also