security dos l4bdos-file-objectΒΆ

security dos l4bdos-file-object(1)		  BIG-IP TMSH Manual		   security dos l4bdos-file-object(1)

NAME
       l4bdos-file-object - L4 BDoS internal file object.

MODULE
       security

SYNTAX
       Configure l4bdos-file-object within security dos module using the syntax shown in the following sections.

   CREATE/MODIFY
	create l4bdos-file-object [name]
	modify l4bdos-file-object [name]
	options:
	  app-service [[string] | none]
	  context-name [string]
	  source-path [file name]

   DELETE
	delete l4bdos-file-object [name]

DESCRIPTION
       l4bdos file object is used internally for synchronization of bdos module data across HA (high availability) or
       Cluster setup.

EXAMPLES
       create name source-path /var/bdos/file.json context-name /Common/VS1

       Creates a file object named name, that gets its contents from file object /var/bdos/file.json and is created
       for ltm virtual /Common/VS1.

       delete filename

       Deletes the file object named filename.

OPTIONS
       app-service
	    Specifies the name of the application service to which the file object belongs. The default value is
	    none.

       source-path
	    The name of the source file from which the contents are copied to create the file object.

       context-name
	    The name of the virtual server to which this file object belongs.

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

BIG-IP						      2017-07-07		   security dos l4bdos-file-object(1)