ltm dns dnssec generationΒΆ

ltm dns dnssec generation(1)  BIG-IP TMSH Manual  ltm dns dnssec generation(1)



NAME
       generation - Configures a generation on the BIG-IP(r) system.

MODULE
       ltm dns dnssec

SYNTAX
       Configure the generation component within the ltm dns dnssec module
       using the syntax in the following sections.

   CREATE/MODIFY
	modify generation [name]
	  options:
	    app-service [[string] | none]
	    expiration [date and time]
	    rollover [date and time]

	edit generation [ [ [name] | [glob] | [regex] ] ... ]
	 options:
	   all-properties
	   non-default-properties

   DISPLAY
	list generation
	list generation [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    pub-text
	show generation
	show generation [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)

   DELETE
	delete generation [name]

DESCRIPTION
       You can use the generation component to configure a generation.

EXAMPLES
       list generation myfirstgen

       Displays the properties of the generation named myfirstgen.

       show generation myfirstgen

       Displays the status of the generation named myfirstgen.

OPTIONS
       app-service
	    Specifies the name of the application service to which this
	    generation belongs. The default value is none. Note: If the
	    strict-updates option is enabled on the application service that
	    owns the object, you cannot modify or delete this generation. Only
	    the application service can modify or delete this generation.

       expiration
	    Specifies the date and time that this generation expires.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       pub-text
	    Displays public text generated by the system.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

       rollover
	    Specifies the date and time that this generation rolls over to a
	    new generation.

SEE ALSO
       create, delete, edit, glob, list, modify, regex, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2012. All rights reserved.



BIG-IP				  2012-12-21	  ltm dns dnssec generation(1)