# Copyright (c) 2001-2014 NetApp, Inc., All Rights Reserved # Any use, modification, or distribution is prohibited # without prior written consent from NetApp, Inc. # ## @summary VserverServicesNameServiceGetxxbyyyGetpwbyuid ComponentState Module ## @author dl-nacl-dev@netapp.com ## @status shared ## @pod here =head1 NAME NACL::CS::VserverServicesNameServiceGetxxbyyyGetaddrinfo =head1 DESCRIPTION C is a derived class of L. Object(s) of this type are returned when NACL::CS::VserverServicesNameServiceGetxxbyyyGetpwbyuid->getpwbyuid() is invoked. (This module does not represent the state of any element, but is an object representation of the output obtained when the getxxbyyy getpwbyuid is queried for Get the IP address information by using the host name. =head1 ATTRIBUTES The fields of the output are fields of the ComponentState object. =over =over =item C<< pw_name >> =item C<< pw_passwd >> =item C<< userID >> =item C<< pw_gid >> =item C<< pw_gecos >> =item C<< pw_dir >> =item C<< pw_shell >> =back =cut package NACL::CS::VserverServicesNameServiceGetxxbyyyGetpwbyuid; use base 'NACL::CS::ComponentState::ONTAP'; use Class::MethodMaker [ scalar => 'pw_name', scalar => 'pw_passwd', scalar => 'userID', scalar => 'pw_gid', scalar => 'pw_gecos', scalar => 'pw_dir', scalar => 'pw_shell', ]; 1;