Click or drag to resize
CloudNetworksProvider Class

Note: This API is now obsolete.

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

The Cloud Networks Provider enable simple access to the Rackspace Cloud Network Services. Cloud Networks lets you create a virtual Layer 2 network, known as an isolated network, which gives you greater control and security when you deploy web applications.

Documentation URL: http://docs.rackspace.com/servers/api/v2/cn-gettingstarted/content/ch_overview.html

Inheritance Hierarchy
SystemObject
  net.openstack.Providers.RackspaceProviderBaseINetworksProvider
    net.openstack.Providers.RackspaceCloudNetworksProvider

Namespace: net.openstack.Providers.Rackspace
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 class CloudNetworksProvider : ProviderBase<INetworksProvider>, 
	INetworksProvider

The CloudNetworksProvider type exposes the following members.

Constructors
  NameDescription
Public methodCloudNetworksProvider
Initializes a new instance of the CloudNetworksProvider class with no default identity or region, and the default identity provider and REST service implementation.
Public methodCloudNetworksProvider(IRestService)
Initializes a new instance of the CloudNetworksProvider class with no default identity or region, the default identity provider, and the specified REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity, no default region, and the default identity provider and REST service implementation.
Public methodCloudNetworksProvider(IIdentityProvider)
Initializes a new instance of the CloudNetworksProvider class with no default identity or region, the specified identity provider, and the default REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity, IRestService)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity and REST service implementation, no default region, and the default identity provider.
Public methodCloudNetworksProvider(CloudIdentity, IIdentityProvider)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity and identity provider, no default region, and the default REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity, IIdentityProvider, IRestService)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity, no default region, and the specified identity provider and REST service implementation.
Public methodCloudNetworksProvider(CloudIdentity, String, IIdentityProvider, IRestService)
Initializes a new instance of the CloudNetworksProvider class with the specified default identity, default region, identity provider, and REST service implementation.
Top
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
Properties
  NameDescription
Public propertyApplicationUserAgent
Gets or sets the application-specific user agent for the provider instance.
(Inherited from ProviderBaseTProvider.)
Public propertyBackoffPolicy
Gets or sets the back-off policy to use for polling operations.
(Inherited from ProviderBaseTProvider.)
Public propertyConnectionLimit
Gets or sets the maximum number of connections allowed on the ServicePoint objects used for requests. If the value is , the connection limit value for the ServicePoint object is not altered.
(Inherited from ProviderBaseTProvider.)
Public propertyDefaultRegion
Gets the default region for this provider instance, if one was specified.
(Inherited from ProviderBaseTProvider.)
Top
Events
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also