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::ClientVpnEndpoint; use Moose; has AssociatedTargetNetworks => (is => 'ro', isa => 'ArrayRef[Paws::EC2::AssociatedTargetNetwork]', request_name => 'associatedTargetNetwork', traits => ['NameInRequest']); has AuthenticationOptions => (is => 'ro', isa => 'ArrayRef[Paws::EC2::ClientVpnAuthentication]', request_name => 'authenticationOptions', traits => ['NameInRequest']); has ClientCidrBlock => (is => 'ro', isa => 'Str', request_name => 'clientCidrBlock', traits => ['NameInRequest']); has ClientConnectOptions => (is => 'ro', isa => 'Paws::EC2::ClientConnectResponseOptions', request_name => 'clientConnectOptions', traits => ['NameInRequest']); has ClientVpnEndpointId => (is => 'ro', isa => 'Str', request_name => 'clientVpnEndpointId', traits => ['NameInRequest']); has ConnectionLogOptions => (is => 'ro', isa => 'Paws::EC2::ConnectionLogResponseOptions', request_name => 'connectionLogOptions', traits => ['NameInRequest']); has CreationTime => (is => 'ro', isa => 'Str', request_name => 'creationTime', traits => ['NameInRequest']); has DeletionTime => (is => 'ro', isa => 'Str', request_name => 'deletionTime', traits => ['NameInRequest']); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest']); has DnsName => (is => 'ro', isa => 'Str', request_name => 'dnsName', traits => ['NameInRequest']); has DnsServers => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'dnsServer', traits => ['NameInRequest']); has SecurityGroupIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'securityGroupIdSet', traits => ['NameInRequest']); has SelfServicePortalUrl => (is => 'ro', isa => 'Str', request_name => 'selfServicePortalUrl', traits => ['NameInRequest']); has ServerCertificateArn => (is => 'ro', isa => 'Str', request_name => 'serverCertificateArn', traits => ['NameInRequest']); has SplitTunnel => (is => 'ro', isa => 'Bool', request_name => 'splitTunnel', traits => ['NameInRequest']); has Status => (is => 'ro', isa => 'Paws::EC2::ClientVpnEndpointStatus', request_name => 'status', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::EC2::Tag]', request_name => 'tagSet', traits => ['NameInRequest']); has TransportProtocol => (is => 'ro', isa => 'Str', request_name => 'transportProtocol', traits => ['NameInRequest']); has VpcId => (is => 'ro', isa => 'Str', request_name => 'vpcId', traits => ['NameInRequest']); has VpnPort => (is => 'ro', isa => 'Int', request_name => 'vpnPort', traits => ['NameInRequest']); has VpnProtocol => (is => 'ro', isa => 'Str', request_name => 'vpnProtocol', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::ClientVpnEndpoint =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::ClientVpnEndpoint object: $service_obj->Method(Att1 => { AssociatedTargetNetworks => $value, ..., VpnProtocol => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::ClientVpnEndpoint object: $result = $service_obj->Method(...); $result->Att1->AssociatedTargetNetworks =head1 DESCRIPTION This class has no description =head1 ATTRIBUTES =head2 AssociatedTargetNetworks => ArrayRef[L] Information about the associated target networks. A target network is a subnet in a VPC. =head2 AuthenticationOptions => ArrayRef[L] Information about the authentication method used by the Client VPN endpoint. =head2 ClientCidrBlock => Str The IPv4 address range, in CIDR notation, from which client IP addresses are assigned. =head2 ClientConnectOptions => L The options for managing connection authorization for new client connections. =head2 ClientVpnEndpointId => Str The ID of the Client VPN endpoint. =head2 ConnectionLogOptions => L Information about the client connection logging options for the Client VPN endpoint. =head2 CreationTime => Str The date and time the Client VPN endpoint was created. =head2 DeletionTime => Str The date and time the Client VPN endpoint was deleted, if applicable. =head2 Description => Str A brief description of the endpoint. =head2 DnsName => Str The DNS name to be used by clients when connecting to the Client VPN endpoint. =head2 DnsServers => ArrayRef[Str|Undef] Information about the DNS servers to be used for DNS resolution. =head2 SecurityGroupIds => ArrayRef[Str|Undef] The IDs of the security groups for the target network. =head2 SelfServicePortalUrl => Str The URL of the self-service portal. =head2 ServerCertificateArn => Str The ARN of the server certificate. =head2 SplitTunnel => Bool Indicates whether split-tunnel is enabled in the AWS Client VPN endpoint. For information about split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint (https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html) in the I. =head2 Status => L The current state of the Client VPN endpoint. =head2 Tags => ArrayRef[L] Any tags assigned to the Client VPN endpoint. =head2 TransportProtocol => Str The transport protocol used by the Client VPN endpoint. =head2 VpcId => Str The ID of the VPC. =head2 VpnPort => Int The port number for the Client VPN endpoint. =head2 VpnProtocol => Str The protocol used by the VPN session. =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