Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::dns::rr::caa5.18(3) [mojave man page]

Net::DNS::RR::CAA(3)					User Contributed Perl Documentation				      Net::DNS::RR::CAA(3)

NAME
Net::DNS::RR::CAA - DNS CAA resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR('name IN CAA flags tag value'); DESCRIPTION
Class for Certification Authority Authorization (CAA) DNS resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. tag $tag = $rr->tag; $rr->tag( $tag ); The property identifier, a sequence of ASCII characters. Tag values may contain ASCII characters a-z, A-Z, and 0-9. Tag values should not contain any other characters. Matching of tag values is not case sensitive. value $value = $rr->value; $rr->value( $value ); A sequence of octets representing the property value. Property values are encoded as binary values and may employ sub-formats. flags $flags = $rr->flags; $rr->flags( $flags ); Unsigned 8-bit number representing Boolean flags. critical $rr->critical(0); $rr->critical(1); if ( $rr->critical ) { ... } Issuer critical flag. COPYRIGHT
Copyright (c)2013 Dick Franks All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC6844 perl v5.18.2 2014-01-16 Net::DNS::RR::CAA(3)

Check Out this Related Man Page

Net::DNS::RR::TXT(3)					User Contributed Perl Documentation				      Net::DNS::RR::TXT(3)

NAME
Net::DNS::RR::TXT - DNS TXT resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR( 'name TXT txtdata ...' ); $rr = new Net::DNS::RR( name => 'name', type => 'TXT', txtdata => 'single text string' ); $rr = new Net::DNS::RR( name => 'name', type => 'TXT', txtdata => [ 'multiple', 'strings', ... ] ); use utf8; $rr = new Net::DNS::RR( 'jp TXT XXXXXXXXXXXX' ); DESCRIPTION
Class for DNS Text (TXT) resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. txtdata $string = $rr->txtdata; @list = $rr->txtdata; $rr->txtdata( @list ); When invoked in scalar context, txtdata() returns the descriptive text as a single string, regardless of the number of elements. In a list context, txtdata() returns a list of the text elements. COPYRIGHT
Copyright (c)2011 Dick Franks. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.14, RFC3629 perl v5.18.2 2014-01-16 Net::DNS::RR::TXT(3)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Weblogic Certification:

Hi All :) I am planning to undergo Weblogic Administartion Certification. IF anyone has got certified,please guide me. It would be more helpful,if someone shares me the materials or dumps. Please help me. Alvida. (0 Replies)
Discussion started by: alvida
0 Replies

2. Linux

relocation truncated to fit

Hi, I am getting linking error i.e. /ade/aime_urtk/oracle/has/include/caa_ResStateListener.hxx:79: relocation truncated to fit: R_PPC_GO T16 vtable for CAA::ResourceStateListener /ade/aime_urtk/oracle/has/lib//libcaad.a(caa_Main.o)(.text+0x88e6): In function `CAA::ResourceStateL... (0 Replies)
Discussion started by: jgobbur
0 Replies

3. AIX

AIX high availability 1-3/69

Hi, Can someone help and give the answer for the following questions: 1. When PowerHA SystemMirror 7.1 is installed on AIX 7.1, what RSCT component does Cluster Aware AIX (CAA) replace? A. Group Services B. Resource Manager C. Topology Services D. Resource Monitoring and Control... (2 Replies)
Discussion started by: walterchang100
2 Replies

4. AIX

Mkcluster: Cluster product not licensed

Hi, I have installed PowerHA 7.1.1 on my two node with AIX 6.1 TL08 SP02, i've verified that my server is correctly supported. but before of starting my PowerHA, i must create my respository disk (CAA), and unfortunately i have this ERROR: mkcluster: Cluster product not licensed. ... (5 Replies)
Discussion started by: LordFire
5 Replies