Click or drag to resize
NetworkingService_Layer3_Synchronous_Extensions Methods

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
See Also