apm resource remote-desktop citrix-client-bundleΒΆ

apm resource remote-desktopapmBresourceSremote-desktop citrix-client-bundle(1)



NAME
       citrix-client-bundle - Configures a Citrix Client Bundle remote desktop
       resource configuration object.

MODULE
       apm resource remote-desktop

SYNTAX
       Configure the citrix-client-bundle component within the resource remote
       desktop module using the syntax shown in the following sections.

   CREATE/MODIFY
	create citrix-client-bundle [name]
	modify citrix-client-bundle [name]
	  options:
	    app-service [[string] | none]
	    download-url [[url] | none]
	    packages [[string] | none]
	    windows-download-url [[url] | none]
	    windows-min-version [[string] | none]
	    windows-package [[string] | none]
	    sb-windows-package [[string] | none]

	edit citrix-client-bundle [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list citrix-client-bundle
	list citrix-client-bundle [ [ [name] | [glob] | [regex] ] ... ]
	show running-config citrix-client-bundle
	show running-config citrix-client-bundle [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show citrix-client-bundle
	show citrix-client-bundle [name]

   DELETE
	delete citrix-client-bundle [name]

DESCRIPTION
       You can use the citrix-client-bundle component to configure a Citrix
       Client Bundle remote desktop resource.

EXAMPLES
	create citrix-client_bundle myccb { windows-min-version xp }

       Creates a Citrix Client Bundle remote desktop resource named myccb that
       can be downloaded from receiver.citrix.com (the default value), where
       the client must have at least Windows XP installed.

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.

       download-url
	    Specifies the default location receiver.citrix.com from which to
	    download the Citrix installation package.

       packages
	    This option is deprecated and is maintained here for backward
	    compatibility reasons.

       [name]
	    Specifies an object name. This option is required; however, the
	    parameter name is implicit and must not be typed in the syntax.

       windows-download-url
	    Specifies the location from which to download the Windows version.
	    You can provide a value for either the windows-download-url or
	    windows-package option, but not both. The default is none.

       windows-min-version
	    Specifies the oldest version of the Citrix client that can be used
	    with this remote desktop resource. The default is none.

       windows-package
	    This option is deprecated and is replaced by sb-windows-package
	    and is maintained here for backward compatibility reasons.

       sb-windows-package
	    Specifies the location of the Citrix Receiver client or Citrix
	    HTML5 package to be uploaded. You can provide a value for either
	    the sb-windows-package or windows-download-url option, but not for
	    both. The default is none. The package can be uploaded via BIG-IP
	    TMUI or can be assigned with TMSH. Follow the below mentioned
	    steps to assign package to sb-windows-package.

		 Configure the component of the sandbox, citrix-client-
		 package, within the resource module under apm using the
		 syntax shown in the following sections.

		 MODIFY
		  modify sandbox citrix-client-package
		   options
		     base-uri [string]
		     description [[string] | none]
		     files [add | delete | modify | replace-all-with] {
		       [item name] {
			 content-type [string]
			 filename [string]
			 file-type citrix-bundle
			 folder [string]
			 local-path [string]
			 name [string] } }

		 DISPLAY
		  list sandbox
		  list sandbox [ [ [name] | [glob] | [regex] ] ... ]
		     all-properties
		     non-default-properties
		     one-line
		     partition

	    A sandbox is a container for files stored on the BIG-IP, to which
	    you want to provide client access. The local-path indicates the
	    location of the file on the BIG-IP to be added into the sandbox
	    e.g. /shared/tmp/FILENAME. Once the item is created on modifying
	    citrix-client-package sandbox, it can be referenced as
	    citrix-client-package:[item name] while assigning it to sb-
	    windows-package.

SEE ALSO
       citrix, citrix-client-package-file, rdp

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			   apm resource1remote-desktop citrix-client-bundle(1)