apm resource address-spaceΒΆ

apm resource address-space(1)				BIG-IP TMSH Manual			     apm resource address-space(1)

NAME
       address-space - Configures an address space.

MODULE
       apm resource

SYNTAX
       Configure the address-space component within the resource module using the syntax shown in the following sections.

   CREATE/MODIFY
	create address-space [name]
	modify address-space [name]
	  options
	     app-service [[string] | none]
	     cfg-uri [[string] | none]
	     description [[string] | none]
	     discovery-interval [minutes]
	     dns [add | delete | modify | replace-all-with] { ... }
	     ipv4 [add | delete | modify | replace-all-with] {
	       [ address[/cidr] ]*
	     }
	     ipv6 [add | delete | modify | replace-all-with] {
	       [ address[/cidr] ]*
	     }
	     last-discovery-time [date/time]
	     max-response-size [bytes]
	     partition [name]
	     trusted-ca-bundle [name]
	     type < custom | zoom | microsoft >

   DISPLAY
	list address-space
	list address-space [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete address-space [name]

DESCRIPTION
       Configures an address space that contains a range of IPv4 and IPv6 subnets, and DNS names grouped as a single object.  You
       can associate the address space object to exclude or include scopes in the apm resource network-access

EXAMPLES
	    create address-space z { ipv4 { 10.10.10.0/24 192.168.1.0/24 }

	    Creates an address-space named z that contains the IPv4 addresses.

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.

       cfg-uri
	    The endpoint URI that is used to pull JSON or plain text configuration.

       description
	    Specifies a unique description of the address-space.

       [discovery-interval]
	    Specifies discovery interval in minutes.

       [name]
	    Specifies a unique name for the address-space.

       dns  Specifies a list of DNS names.

       ipv4 Specifies a range of IPv4 addresses.

       ipv6 Specifies a range of IPv6 addresses.

       last-discovery-time
	    Specifies the last time configuration was auto-discovered.

       max-response-size
	    Specifies the response size limit from the provider endpoints.  The default value is 128 kB.

       partition
	    Displays the partition within which the component resides.	The default is Common.

       trusted-ca-bundle
	    Specifies the trusted CA bundle for the TLS certificate that is used for configuration auto-discovery.

       type The type of the provider.

SEE ALSO
       apm profile, ltm virtual

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 2020. All rights reserved.

BIG-IP							    2020-10-13				     apm resource address-space(1)