Net::RRP::Entity::Replica - rrp replica entity representation.


Net-RRP documentation  | view source Contained in the Net-RRP distribution.

Index


NAME

Top

Net::RRP::Entity::Replica - rrp replica entity representation.

SYNOPSIS

Top

 use Net::RRP::Entity::Replica;
 my $replicaEntity = new Net::RRP::Entity::Replica ( name => 'replicaname',
						      => 'password',
							 .... );

DESCRIPTION

Top

This is a rrp replica entity representation class.

getName

return a 'Replica'

setAttribute

Add check constraint to attributes. Only techcontact, serial, name and password may be exists

AUTHOR AND COPYRIGHT

Top

SEE ALSO

Top

Net::RRP::Entity(3), Net::RRP::Codec(3), RFC 2832, Net::RRP::Exception::InvalidAttributeName(3)


Net-RRP documentation  | view source Contained in the Net-RRP distribution.