Click or drag to resize
NetworkingService_Layer3_Extensions Methods

The NetworkingService_Layer3_Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAttachPortToRouterAsync
Attaches an existing port to the specified router.
Public methodStatic memberAttachSubnetToRouterAsync
Creates a new port on the subnet and attaches it to the specified router.
Public methodStatic memberCreateFloatingIPAsync
Creates a floating IP.
Public methodStatic memberCreateRouterAsync
Creates a router.
Public methodStatic memberDeleteFloatingIPAsync
Deletes a floating IP.
Public methodStatic memberDeleteRouterAsync
Deletes a router.
Public methodStatic memberDetachPortFromRouterAsync
Detaches a port from the specified router.
Public methodStatic memberDetachSubnetFromRouterAsync
Finds the port on the subnet attached to the specified router, detaches then deletes it.
Public methodStatic memberGetFloatingIPAsync
Shows details for a server group.
Public methodStatic memberGetRouterAsync
Shows details for a server group.
Public methodStatic memberListFloatingIPsAsync
Lists all floating IPs for the account.
Public methodStatic memberListRoutersAsync
Lists all routers for the account.
Public methodStatic memberListSecurityGroupRulesAsync
Lists all network security group rules associated with the account.
Public methodStatic memberListSecurityGroupsAsync
Lists all network security groups associated with the account.
Public methodStatic memberUpdateFloatingIPAsync
Updates a floating IP.
Public methodStatic memberUpdateRouterAsync
Updates a router.
Top
See Also