|
|
| |
Net::Amazon::EC2::NetworkInterfaceSet(3) |
User Contributed Perl Documentation |
Net::Amazon::EC2::NetworkInterfaceSet(3) |
Net::Amazon::EC2::NetworkInterfaceSet
A class representing a network interface
- network_interface_id (required)
- Network interface ID.
- subnet_id (optional)
- Subnet ID specific interface belongs to.
- vpc_id (optional)
- VPC ID specific interface belongs to.
- description (optional)
- Interface description
- status (optional)
- Current interface status.
- mac_address (optional)
- Interfaces mac address.
- private_ip_address (optional)
- Private IP address attached to the interface.
- group_sets (optional)
- An array of Net::Amazon::EC2::GroupSet objects which representing security
groups attached to the interface.
Igor Tsigankov <tsiganenok@gmail.com>
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |