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` # Generated by default/object.tt package Paws::Lightsail::InstanceEntry; use Moose; has AvailabilityZone => (is => 'ro', isa => 'Str', request_name => 'availabilityZone', traits => ['NameInRequest'], required => 1); has InstanceType => (is => 'ro', isa => 'Str', request_name => 'instanceType', traits => ['NameInRequest'], required => 1); has PortInfoSource => (is => 'ro', isa => 'Str', request_name => 'portInfoSource', traits => ['NameInRequest'], required => 1); has SourceName => (is => 'ro', isa => 'Str', request_name => 'sourceName', traits => ['NameInRequest'], required => 1); has UserData => (is => 'ro', isa => 'Str', request_name => 'userData', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Lightsail::InstanceEntry =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::Lightsail::InstanceEntry object: $service_obj->Method(Att1 => { AvailabilityZone => $value, ..., UserData => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Lightsail::InstanceEntry object: $result = $service_obj->Method(...); $result->Att1->AvailabilityZone =head1 DESCRIPTION Describes the Amazon Elastic Compute Cloud instance and related resources to be created using the C operation. =head1 ATTRIBUTES =head2 B AvailabilityZone => Str The Availability Zone for the new Amazon EC2 instance. =head2 B InstanceType => Str The instance type (e.g., C) to use for the new Amazon EC2 instance. =head2 B PortInfoSource => Str The port configuration to use for the new Amazon EC2 instance. The following configuration options are available: =over =item * C - Use the default firewall settings from the Lightsail instance blueprint. If this is specified, then IPv4 and IPv6 will be configured for the new instance that is created in Amazon EC2. =item * C - Use the configured firewall settings from the source Lightsail instance. If this is specified, the new instance that is created in Amazon EC2 will be configured to match the configuration of the source Lightsail instance. For example, if the source instance is configured for dual-stack (IPv4 and IPv6), then IPv4 and IPv6 will be configured for the new instance that is created in Amazon EC2. If the source instance is configured for IPv4 only, then only IPv4 will be configured for the new instance that is created in Amazon EC2. =item * C - Use the default Amazon EC2 security group. If this is specified, then only IPv4 will be configured for the new instance that is created in Amazon EC2. =item * C - All ports closed. If this is specified, then only IPv4 will be configured for the new instance that is created in Amazon EC2. =back If you configured C as a C on your instance, or if you chose to allow the Lightsail browser-based SSH or RDP clients to connect to your instance, that configuration is not carried over to your new Amazon EC2 instance. =head2 B SourceName => Str The name of the export snapshot record, which contains the exported Lightsail instance snapshot that will be used as the source of the new Amazon EC2 instance. Use the C operation to get a list of export snapshot records that you can use to create a CloudFormation stack. =head2 UserData => Str A launch script you can create that configures a server with additional user data. For example, you might want to run C. Depending on the machine image you choose, the command to get software on your instance varies. Amazon Linux and CentOS use C, Debian and Ubuntu use C, and FreeBSD uses C. =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