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.ProvidersAssembly: 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
<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
[ObsoleteAttribute(L"This will be removed in v2.0. Use OpenStack.Networking.v2.NetworkingService or Rackspace.CloudNetworks.v2.CloudNetworkService (from the Rackspace NuGet package).")]
public interface class INetworksProvider
[<ObsoleteAttribute("This will be removed in v2.0. Use OpenStack.Networking.v2.NetworkingService or Rackspace.CloudNetworks.v2.CloudNetworkService (from the Rackspace NuGet package).")>]
type INetworksProvider = interface end
The INetworksProvider type exposes the following members.
Methods
| Name | Description |
---|
| CreateNetwork |
Create a network with the given IP block.
|
| DeleteNetwork |
Deletes the specified network. Remarks You cannot delete an isolated network unless the network is not attached to any server. |
| ListNetworks |
List the networks configured for the account.
|
| ShowNetwork |
Retrieve details for the specified network.
|
TopVersion 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