wam resource domain-listΒΆ

wam resource domain-list(1)				BIG-IP TMSH Manual			       wam resource domain-list(1)

NAME
       domain-list - Configures a list of domains for WebAccelerator for use in inserting DNS prefetch tags.

MODULE
       wam resource

SYNTAX
       Configure the domain-list component within the wam resource module using the syntax shown in the following sections.

   CREATE/MODIFY
	create domain-list [name]
	modify domain-list [name]
	  options:
	   app-service [[string] | none]
	   description [[string] | none]
	   domains
	       [add | delete | none| replace-all-with] {
		   [string] ...
	   }

   DISPLAY
	list domain-list [name ...]

   DELETE
	delete domain-list [name ...]

DESCRIPTION
       You can use the domain-list component to manage the domain list resources used by the WebAccelerator DNS prefetching
       feature. A domain-list must be created, then added to the appropriate domain-lists on a WebAccelerator policy node in order
       for the domains within the domain list to be inserted into a document.

EXAMPLES
       create domain-list my_domain_list domains add {example.com example2.com}

       Creates a domain list resource for the domains example.com and example2.com for use in inserting DNS prefetch tags.

       list domain-list my_domain_list

       Displays properties of the domain-list resource named my_domain_list.

       delete domain-list my_domain_list

       Deletes the domain-list resource named my_domain_list.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object 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 the
	    object. Only the application service can modify or delete the object.

       description
	    User defined description.

       domains
	    Specifies the domains described by the domain list resource.

SEE ALSO
       create, delete, edit, list, modify, 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 2011-2013. All rights reserved.

BIG-IP							    2013-12-23				       wam resource domain-list(1)