|
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
|
Avaliable Methods | |
| public method | get_interface_name () |
| public method | set_destination () |
| public method | set_prefix () |
| public method | get_gateway () |
| public method | set_gateway () |
| public method | set_interface_name () |
| public method | get_destination () |
| public method | get_prefix () |
| public method | new () |
Com::Vmware::Appliance::Techpreview::Networking::Routes::Route class Structure that describes how routing is performed for a particular destination and prefix. A destination/prefix of 0.0.0.0/0 ( for IPv4) or ::/0 (for IPv6) refers to the default gateway.
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::get_destination | ( | ) |
Gets the value of 'destination' property.
| destination | - The current value of the field. Destination address that defines this route. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::get_gateway | ( | ) |
Gets the value of 'gateway' property.
| gateway | - The current value of the field. Gateway address. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::get_interface_name | ( | ) |
Gets the value of 'interface_name' property.
| interface_name | - The current value of the field. Output device interface, for example, "nic0". String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::get_prefix | ( | ) |
Gets the value of 'prefix' property.
| prefix | - The current value of the field. Destination CIDR prefix that defines this route. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion. long# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Routes::Route structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::set_destination | ( | ) |
Sets the given value for 'destination' property.
| destination | - New value for the field. Destination address that defines this route. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::set_gateway | ( | ) |
Sets the given value for 'gateway' property.
| gateway | - New value for the field. Gateway address. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::set_interface_name | ( | ) |
Sets the given value for 'interface_name' property.
| interface_name | - New value for the field. Output device interface, for example, "nic0". |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::Route::set_prefix | ( | ) |
Sets the given value for 'prefix' property.
| prefix | - New value for the field. Destination CIDR prefix that defines this route. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion. |
Code: