PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::EC2::NetworkInfo; use Moose; has DefaultNetworkCardIndex => (is => 'ro', isa => 'Int', request_name => 'defaultNetworkCardIndex', traits => ['NameInRequest']); has EfaInfo => (is => 'ro', isa => 'Paws::EC2::EfaInfo', request_name => 'efaInfo', traits => ['NameInRequest']); has EfaSupported => (is => 'ro', isa => 'Bool', request_name => 'efaSupported', traits => ['NameInRequest']); has EnaSupport => (is => 'ro', isa => 'Str', request_name => 'enaSupport', traits => ['NameInRequest']); has Ipv4AddressesPerInterface => (is => 'ro', isa => 'Int', request_name => 'ipv4AddressesPerInterface', traits => ['NameInRequest']); has Ipv6AddressesPerInterface => (is => 'ro', isa => 'Int', request_name => 'ipv6AddressesPerInterface', traits => ['NameInRequest']); has Ipv6Supported => (is => 'ro', isa => 'Bool', request_name => 'ipv6Supported', traits => ['NameInRequest']); has MaximumNetworkCards => (is => 'ro', isa => 'Int', request_name => 'maximumNetworkCards', traits => ['NameInRequest']); has MaximumNetworkInterfaces => (is => 'ro', isa => 'Int', request_name => 'maximumNetworkInterfaces', traits => ['NameInRequest']); has NetworkCards => (is => 'ro', isa => 'ArrayRef[Paws::EC2::NetworkCardInfo]', request_name => 'networkCards', traits => ['NameInRequest']); has NetworkPerformance => (is => 'ro', isa => 'Str', request_name => 'networkPerformance', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::NetworkInfo =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::EC2::NetworkInfo object: $service_obj->Method(Att1 => { DefaultNetworkCardIndex => $value, ..., NetworkPerformance => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::NetworkInfo object: $result = $service_obj->Method(...); $result->Att1->DefaultNetworkCardIndex =head1 DESCRIPTION This class has no description =head1 ATTRIBUTES =head2 DefaultNetworkCardIndex => Int The index of the default network card, starting at 0. =head2 EfaInfo => L Describes the Elastic Fabric Adapters for the instance type. =head2 EfaSupported => Bool Indicates whether Elastic Fabric Adapter (EFA) is supported. =head2 EnaSupport => Str Indicates whether Elastic Network Adapter (ENA) is supported. =head2 Ipv4AddressesPerInterface => Int The maximum number of IPv4 addresses per network interface. =head2 Ipv6AddressesPerInterface => Int The maximum number of IPv6 addresses per network interface. =head2 Ipv6Supported => Bool Indicates whether IPv6 is supported. =head2 MaximumNetworkCards => Int The maximum number of physical network cards that can be allocated to the instance. =head2 MaximumNetworkInterfaces => Int The maximum number of network interfaces for the instance type. =head2 NetworkCards => ArrayRef[L] Describes the network cards for the instance type. =head2 NetworkPerformance => Str The network performance. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut