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::Instance; use Moose; has AddOns => (is => 'ro', isa => 'ArrayRef[Paws::Lightsail::AddOn]', request_name => 'addOns', traits => ['NameInRequest']); has Arn => (is => 'ro', isa => 'Str', request_name => 'arn', traits => ['NameInRequest']); has BlueprintId => (is => 'ro', isa => 'Str', request_name => 'blueprintId', traits => ['NameInRequest']); has BlueprintName => (is => 'ro', isa => 'Str', request_name => 'blueprintName', traits => ['NameInRequest']); has BundleId => (is => 'ro', isa => 'Str', request_name => 'bundleId', traits => ['NameInRequest']); has CreatedAt => (is => 'ro', isa => 'Str', request_name => 'createdAt', traits => ['NameInRequest']); has Hardware => (is => 'ro', isa => 'Paws::Lightsail::InstanceHardware', request_name => 'hardware', traits => ['NameInRequest']); has IpAddressType => (is => 'ro', isa => 'Str', request_name => 'ipAddressType', traits => ['NameInRequest']); has Ipv6Addresses => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'ipv6Addresses', traits => ['NameInRequest']); has IsStaticIp => (is => 'ro', isa => 'Bool', request_name => 'isStaticIp', traits => ['NameInRequest']); has Location => (is => 'ro', isa => 'Paws::Lightsail::ResourceLocation', request_name => 'location', traits => ['NameInRequest']); has Name => (is => 'ro', isa => 'Str', request_name => 'name', traits => ['NameInRequest']); has Networking => (is => 'ro', isa => 'Paws::Lightsail::InstanceNetworking', request_name => 'networking', traits => ['NameInRequest']); has PrivateIpAddress => (is => 'ro', isa => 'Str', request_name => 'privateIpAddress', traits => ['NameInRequest']); has PublicIpAddress => (is => 'ro', isa => 'Str', request_name => 'publicIpAddress', traits => ['NameInRequest']); has ResourceType => (is => 'ro', isa => 'Str', request_name => 'resourceType', traits => ['NameInRequest']); has SshKeyName => (is => 'ro', isa => 'Str', request_name => 'sshKeyName', traits => ['NameInRequest']); has State => (is => 'ro', isa => 'Paws::Lightsail::InstanceState', request_name => 'state', traits => ['NameInRequest']); has SupportCode => (is => 'ro', isa => 'Str', request_name => 'supportCode', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::Lightsail::Tag]', request_name => 'tags', traits => ['NameInRequest']); has Username => (is => 'ro', isa => 'Str', request_name => 'username', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Lightsail::Instance =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::Instance object: $service_obj->Method(Att1 => { AddOns => $value, ..., Username => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Lightsail::Instance object: $result = $service_obj->Method(...); $result->Att1->AddOns =head1 DESCRIPTION Describes an instance (a virtual private server). =head1 ATTRIBUTES =head2 AddOns => ArrayRef[L] An array of objects representing the add-ons enabled on the instance. =head2 Arn => Str The Amazon Resource Name (ARN) of the instance (e.g., C). =head2 BlueprintId => Str The blueprint ID (e.g., C). =head2 BlueprintName => Str The friendly name of the blueprint (e.g., C). =head2 BundleId => Str The bundle for the instance (e.g., C). =head2 CreatedAt => Str The timestamp when the instance was created (e.g., C<1479734909.17>) in Unix time format. =head2 Hardware => L The size of the vCPU and the amount of RAM for the instance. =head2 IpAddressType => Str The IP address type of the instance. The possible values are C for IPv4 only, and C for IPv4 and IPv6. =head2 Ipv6Addresses => ArrayRef[Str|Undef] The IPv6 addresses of the instance. =head2 IsStaticIp => Bool A Boolean value indicating whether this instance has a static IP assigned to it. =head2 Location => L The region name and Availability Zone where the instance is located. =head2 Name => Str The name the user gave the instance (e.g., C). =head2 Networking => L Information about the public ports and monthly data transfer rates for the instance. =head2 PrivateIpAddress => Str The private IP address of the instance. =head2 PublicIpAddress => Str The public IP address of the instance. =head2 ResourceType => Str The type of resource (usually C). =head2 SshKeyName => Str The name of the SSH key being used to connect to the instance (e.g., C). =head2 State => L The status code and the state (e.g., C) for the instance. =head2 SupportCode => Str The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily. =head2 Tags => ArrayRef[L] The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide (https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-tags). =head2 Username => Str The user name for connecting to the instance (e.g., 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