|
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_is_static () |
| 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 | set_is_static () |
| public method | get_destination () |
| public method | get_prefix () |
| public method | new () |
Com::Vmware::Appliance::Techpreview::Networking::Routes::RouteReadOnly 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::RouteReadOnly::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::RouteReadOnly::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::RouteReadOnly::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::RouteReadOnly::get_is_static | ( | ) |
Gets the value of 'is_static' property.
| is_static | - The current value of the field. Static provides information about installation of the route. True indicates the route was installed by the administrator. False indicates the route was autoconfigured boolean# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::RouteReadOnly::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::RouteReadOnly::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Routes::RouteReadOnly structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::RouteReadOnly::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::RouteReadOnly::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::RouteReadOnly::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::RouteReadOnly::set_is_static | ( | ) |
Sets the given value for 'is_static' property.
| is_static | - New value for the field. Static provides information about installation of the route. True indicates the route was installed by the administrator. False indicates the route was autoconfigured |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Routes::RouteReadOnly::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: