VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Appliance::Techpreview::Networking::Routes Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Routes:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  Message
 
class  MessageStatus
 
class  Route
 
class  RouteReadOnly
 
class  TestStatus
 
class  TestStatusInfo
 

Avaliable Methods

public method test ()
 
public method add ()
 
public method delete ()
 
public method new ()
 
public method list ()
 
public method set ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Routes interface provides methods* Performs networking routes operations.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Routes::add ( )

Set static routing rules. A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Parameters
route[REQUIRED] Static routing rule. . The value must be Com::Vmware::Appliance::Techpreview::Networking::Routes::Route.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Routes::delete ( )

Delete static routing rules.

Parameters
route[REQUIRED] Static routing rule. . The value must be Com::Vmware::Appliance::Techpreview::Networking::Routes::Route.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Routes::list ( )

Get main routing table. A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Return values
Routingtable. The return type will be Array of Com::Vmware::Appliance::Techpreview::Networking::Routes::RouteReadOnly
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Routes::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Routes::set ( )

Set static routing rules. A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Parameters
routes[REQUIRED] Static routing rules. . The value must be Array of Com::Vmware::Appliance::Techpreview::Networking::Routes::Route.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Routes::test ( )

Test connection to a list of gateways

Parameters
gateways[REQUIRED] list of gateways. . The value must be Array of String.
Return values
connectionstatus The return type will be Com::Vmware::Appliance::Techpreview::Networking::Routes::TestStatusInfo
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view

The documentation for this class was generated from the following file: