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
Namespace: net.openstack.Providers.Rackspace
The CloudNetworksProvider type exposes the following members.
Name | Description | |
---|---|---|
CloudNetworksProvider |
Initializes a new instance of the CloudNetworksProvider class with
no default identity or region, and the default identity provider and REST
service implementation.
| |
CloudNetworksProvider(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.
| |
CloudNetworksProvider(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.
| |
CloudNetworksProvider(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.
| |
CloudNetworksProvider(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.
| |
CloudNetworksProvider(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.
| |
CloudNetworksProvider(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.
| |
CloudNetworksProvider(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.
|
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.
|
Name | Description | |
---|---|---|
ApplicationUserAgent |
Gets or sets the application-specific user agent for the provider instance.
(Inherited from ProviderBaseTProvider.) | |
BackoffPolicy |
Gets or sets the back-off policy to use for polling operations.
(Inherited from ProviderBaseTProvider.) | |
ConnectionLimit |
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.) | |
DefaultRegion |
Gets the default region for this provider instance, if one was specified.
(Inherited from ProviderBaseTProvider.) |
Name | Description | |
---|---|---|
AfterAsyncWebResponse |
This event is fired when the result of an asynchronous web request is received.
(Inherited from ProviderBaseTProvider.) | |
BeforeAsyncWebRequest |
This event is fired immediately before sending an asynchronous web request.
(Inherited from ProviderBaseTProvider.) |