|
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 | set_address () |
| public method | set_prefix () |
| public method | get_prefix () |
| public method | get_address () |
| public method | new () |
Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Address class Structure used to name an IPv6 address.
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Address::get_address | ( | ) |
Gets the value of 'address' property.
| address | - The current value of the field. IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Address::get_prefix | ( | ) |
Gets the value of 'prefix' property.
| prefix | - The current value of the field. IPv6 CIDR prefix, for example, 64. long# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Address::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Address structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Address::set_address | ( | ) |
Sets the given value for 'address' property.
| address | - New value for the field. IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Address::set_prefix | ( | ) |
Sets the given value for 'prefix' property.
| prefix | - New value for the field. IPv6 CIDR prefix, for example, 64. |
Code: