NetworkingService Class |
Namespace: OpenStack.Networking.v2
The NetworkingService type exposes the following members.
Name | Description | |
---|---|---|
![]() | NetworkingService |
Initializes a new instance of the NetworkingService class.
|
Name | Description | |
---|---|---|
![]() | CreateNetworkAsync |
Creates a network.
|
![]() | CreateNetworksAsync |
Bulk creates multiple networks.
|
![]() | CreatePortAsync |
Creates a port.
|
![]() | CreatePortsAsync |
Bulk creates multiple ports.
|
![]() | CreateSubnetAsync |
Creates a subnet.
|
![]() | CreateSubnetsAsync |
Bulk creates multiple subnets.
|
![]() | DeleteNetworkAsync |
Deletes the specified network.
|
![]() | DeletePortAsync |
Deletes the specified port.
|
![]() | DeleteSubnetAsync |
Deletes the specified subnet.
|
![]() | GetNetworkAsync |
Gets the specified network.
|
![]() | GetPortAsync |
Gets the specified port.
|
![]() | GetSubnetAsync |
Gets the specified subnet.
|
![]() | ListNetworksAsync |
Lists all networks associated with the account.
|
![]() | ListPortsAsync |
Lists all ports associated with the account.
|
![]() | ListSubnetsAsync |
Lists all subnets associated with the account.
|
![]() | UpdateNetworkAsync |
Updates the specified network.
|
![]() | UpdatePortAsync |
Updates the specified port.
|
![]() | UpdateSubnetAsync |
Updates the specified subnet.
|
Name | Description | |
---|---|---|
![]() | AttachPortToRouter |
Attaches an existing port to the specified router.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | AttachPortToRouterAsync |
Attaches an existing port to the specified router.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | AttachSubnetToRouter |
Creates a new port on the subnet and attaches it to the specified router.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | AttachSubnetToRouterAsync |
Creates a new port on the subnet and attaches it to the specified router.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | CreateFloatingIP |
Creates a floating IP.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | CreateFloatingIPAsync |
Creates a floating IP.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | CreateNetwork(NetworkDefinition) | Overloaded.
Creates a network.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | CreateNetwork(NetworkDefinition) | Overloaded.
Creates a network.
(Defined by NetworkingServiceExtensions.) |
![]() | CreateNetworks(IEnumerableNetworkDefinition) | Overloaded.
Bulk creates multiple networks.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | CreateNetworks(IEnumerableNetworkDefinition) | Overloaded.
Bulk creates multiple networks.
(Defined by NetworkingServiceExtensions.) |
![]() | CreatePort(PortCreateDefinition) | Overloaded.
Creates a port.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | CreatePort(PortCreateDefinition) | Overloaded.
Creates a port.
(Defined by NetworkingServiceExtensions.) |
![]() | CreatePorts(IEnumerablePortCreateDefinition) | Overloaded.
Bulk creates multiple ports.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | CreatePorts(IEnumerablePortCreateDefinition) | Overloaded.
Bulk creates multiple ports.
(Defined by NetworkingServiceExtensions.) |
![]() | CreateRouter |
Creates a router.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | CreateRouterAsync |
Creates a router.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | CreateSubnet(SubnetCreateDefinition) | Overloaded.
Creates a subnet.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | CreateSubnet(SubnetCreateDefinition) | Overloaded.
Creates a subnet.
(Defined by NetworkingServiceExtensions.) |
![]() | CreateSubnets(IEnumerableSubnetCreateDefinition) | Overloaded.
Bulk creates multiple subnets.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | CreateSubnets(IEnumerableSubnetCreateDefinition) | Overloaded.
Bulk creates multiple subnets.
(Defined by NetworkingServiceExtensions.) |
![]() | DeleteFloatingIP |
Deletes a floating IP.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | DeleteFloatingIPAsync |
Deletes a floating IP.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | DeleteNetwork(Identifier) | Overloaded.
Deletes the specified network.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | DeleteNetwork(Identifier) | Overloaded.
Deletes the specified network.
(Defined by NetworkingServiceExtensions.) |
![]() | DeletePort(Identifier) | Overloaded.
Deletes the specified port.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | DeletePort(Identifier) | Overloaded.
Deletes the specified port.
(Defined by NetworkingServiceExtensions.) |
![]() | DeleteRouter |
Deletes a router.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | DeleteRouterAsync |
Deletes a router.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | DeleteSubnet(Identifier) | Overloaded.
Deletes the specified subnet.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | DeleteSubnet(Identifier) | Overloaded.
Deletes the specified subnet.
(Defined by NetworkingServiceExtensions.) |
![]() | DetachPortFromRouter |
Detaches a port from the specified router.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | DetachPortFromRouterAsync |
Detaches a port from the specified router.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | DetachSubnetFromRouter |
Finds the port on the subnet attached to the specified router, detaches then deletes it.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | DetachSubnetFromRouterAsync |
Finds the port on the subnet attached to the specified router, detaches then deletes it.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | GetFloatingIP |
Shows details for a server group.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | GetFloatingIPAsync |
Shows details for a server group.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | GetNetwork(Identifier) | Overloaded.
Gets the specified network.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | GetNetwork(Identifier) | Overloaded.
Gets the specified network.
(Defined by NetworkingServiceExtensions.) |
![]() | GetPort(Identifier) | Overloaded.
Gets the specified port.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | GetPort(Identifier) | Overloaded.
Gets the specified port.
(Defined by NetworkingServiceExtensions.) |
![]() | GetRouter |
Shows details for a server group.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | GetRouterAsync |
Shows details for a server group.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | GetSubnet(Identifier) | Overloaded.
Gets the specified subnet.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | GetSubnet(Identifier) | Overloaded.
Gets the specified subnet.
(Defined by NetworkingServiceExtensions.) |
![]() | ListFloatingIPs |
Lists all floating IPs for the account.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | ListFloatingIPsAsync |
Lists all floating IPs for the account.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | ListNetworks | Overloaded.
Lists all networks associated with the account.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | ListNetworks | Overloaded.
Lists all networks associated with the account.
(Defined by NetworkingServiceExtensions.) |
![]() | ListPorts | Overloaded.
Lists all ports associated with the account.
(Defined by NetworkingServiceExtensions.) |
![]() | ListPorts(PortListOptions) | Overloaded.
Lists all ports associated with the account.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | ListRouters |
Lists all routers for the account.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | ListRoutersAsync |
Lists all routers for the account.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | ListSecurityGroupRules |
Lists all network security group rules associated with the account.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | ListSecurityGroupRulesAsync |
Lists all network security group rules associated with the account.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | ListSecurityGroups |
Lists all network security groups associated with the account.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | ListSecurityGroupsAsync |
Lists all network security groups associated with the account.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | ListSubnets | Overloaded.
Lists all subnets associated with the account.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | ListSubnets | Overloaded.
Lists all subnets associated with the account.
(Defined by NetworkingServiceExtensions.) |
![]() | UpdateFloatingIP |
Updates a floating IP.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | UpdateFloatingIPAsync |
Updates a floating IP.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | UpdateNetwork(Identifier, NetworkDefinition) | Overloaded.
Updates the specified network.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | UpdateNetwork(Identifier, NetworkDefinition) | Overloaded.
Updates the specified network.
(Defined by NetworkingServiceExtensions.) |
![]() | UpdatePort(Identifier, PortUpdateDefinition) | Overloaded.
Updates the specified port.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | UpdatePort(Identifier, PortUpdateDefinition) | Overloaded.
Updates the specified port.
(Defined by NetworkingServiceExtensions.) |
![]() | UpdateRouter |
Updates a router.
(Defined by NetworkingService_Layer3_Synchronous_Extensions.) |
![]() | UpdateRouterAsync |
Updates a router.
(Defined by NetworkingService_Layer3_Extensions.) |
![]() | UpdateSubnet(Identifier, SubnetUpdateDefinition) | Overloaded.
Updates the specified subnet.
(Defined by NetworkingServiceExtensions_v2.) |
![]() | UpdateSubnet(Identifier, SubnetUpdateDefinition) | Overloaded.
Updates the specified subnet.
(Defined by NetworkingServiceExtensions.) |