|
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_prefix () |
| public method | get_address () |
| public method | set_origin () |
| public method | set_address () |
| public method | get_prefix () |
| public method | new () |
| public method | set_status () |
| public method | get_origin () |
| public method | get_status () |
Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly class* Structure that you can use to get information about an IPv6 address along with its origin and status.
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::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::IPv6AddressReadOnly::get_origin | ( | ) |
Gets the value of 'origin' property.
| origin | - The current value of the field. Origin of the IPv6 address. For more information, see RFC 4293. IPv6AddressOrigin# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::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::IPv6AddressReadOnly::get_status | ( | ) |
Gets the value of 'status' property.
| status | - The current value of the field. Status of the IPv6 address. For more information, see RFC 4293. IPv6AddressStatus# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::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::IPv6AddressReadOnly::set_origin | ( | ) |
Sets the given value for 'origin' property.
| origin | - New value for the field. Origin of the IPv6 address. For more information, see RFC 4293. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::set_prefix | ( | ) |
Sets the given value for 'prefix' property.
| prefix | - New value for the field. IPv6 CIDR prefix, for example, 64. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::set_status | ( | ) |
Sets the given value for 'status' property.
| status | - New value for the field. Status of the IPv6 address. For more information, see RFC 4293. |
Code: