Class | AWS::EC2::NetworkInterfaceCollection |
In: |
lib/aws/ec2/network_interface_collection.rb
|
Parent: | Collection |
Creates a network interface.
@param [Hash] options
@option options [Subnet,String] :subnet The subnet or subnet id
to associate with the network interface.
@option options [String] :private_ip_address The private IP address
of the network interface.
@option options [String] :description The description of the
network interface.
@option options [Array<SecurityGroup>,Array<String>] :security_groups
A list of security groups (or security group id strings) that should be used by this network interface.
@return [NetworkInterface]