Click or drag to resize
NetworkingService_Layer3_Synchronous_Extensions Class
Exposes synchronous extension methods for the Level3 networking extension
Inheritance Hierarchy
SystemObject
  OpenStack.Networking.v2.Layer3.SynchronousNetworkingService_Layer3_Synchronous_Extensions

Namespace: OpenStack.Networking.v2.Layer3.Synchronous
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static class NetworkingService_Layer3_Synchronous_Extensions

The NetworkingService_Layer3_Synchronous_Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAttachPortToRouter
Attaches an existing port to the specified router.
Public methodStatic memberAttachSubnetToRouter
Creates a new port on the subnet and attaches it to the specified router.
Public methodStatic memberCreateFloatingIP
Creates a floating IP.
Public methodStatic memberCreateRouter
Creates a router.
Public methodStatic memberDeleteFloatingIP
Deletes a floating IP.
Public methodStatic memberDeleteRouter
Deletes a router.
Public methodStatic memberDetachPortFromRouter
Detaches a port from the specified router.
Public methodStatic memberDetachSubnetFromRouter
Finds the port on the subnet attached to the specified router, detaches then deletes it.
Public methodStatic memberGetFloatingIP
Shows details for a server group.
Public methodStatic memberGetRouter
Shows details for a server group.
Public methodStatic memberListFloatingIPs
Lists all floating IPs for the account.
Public methodStatic memberListRouters
Lists all routers for the account.
Public methodStatic memberListSecurityGroupRules
Lists all network security group rules associated with the account.
Public methodStatic memberListSecurityGroups
Lists all network security groups associated with the account.
Public methodStatic memberUpdateFloatingIP
Updates a floating IP.
Public methodStatic memberUpdateRouter
Updates a router.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also