NAME
Net::Amazon::EC2::NetworkInterfaceSet
DESCRIPTION
A class representing a network interface
ATTRIBUTES
- 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.
AUTHOR
Igor Tsigankov <tsiganenok@gmail.com>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.