Previous Topic: Class ManagementNext Topic: class list Command Output Specification


list (Class Management)--Retrieve List of Classes in a Package

List classes in a package

Syntax
class list package [ --batch ] [ --verbose ]  
Parameters
package

Name of package for which to list classes. package may be one of the following:

application - list singleton classes of application

application/catalog - list classes in local catalog

/catalog - list classes in global catalog

--batch

Display output in UDL format

--verbose

Display total volume size for each class and protocols.

Examples
class list sugarcrm

List classes of application

class list sugarcrm/local

List classes of application local catalog

class list /system

List classes of global catalog

Notes: A specification of the output of this command can be found here.

Typical Output
Classes in catalog 'system':
   Class     Category              		Description
   --------------------------------------------------------------------------------
   HALB      Switches           		Reliable, high-performance TCP/HTTP load balancer with HTTP session 					support based on HAProxy 1.2.28 (v1.0.1-1)
   HLB       Switches             		Session-aware HTTP Load Balancer (v2.4.0-1)
   IN        Gateways         		Input Gateway Appliance - iptables based incoming connection 						gateway with firewall (v2.4.0-1)
   INSSL     Gateways           		Input Gateway Appliance  - iptables based incoming connection 						gateway with firewall and SSL support (v1.3.0-1)
   INSSLR    Gateways            		Redundant Input Gateway Appliance  - iptables based incoming 						connection gateway with firewall, SSL and failover support (v1.0.1-1)
   LINUX5    Generic               		Generic Linux Server - based on CentOS 5 (v1.2.0-1)
   LINUX64   Generic               		Generic Linux Server - based on CentOS 5 (64bit) (v1.2.0-1)
   LOAD      Misc. Appliances     	Load Generator (v1.2.0-1)
   LUX5      Generic               		Generic CentOS 5 Linux-based appliance (v1.2.0-1)
   LUX64     Generic               		Generic 64-bit Centos 5-based appliance (v1.2.0-1)
   MON       Monitoring            		Monitoring appliance (v1.3.2-1)
   MYSQLR    Database Appliances   	MYSQL database appliance with replication capabilities based on 						mysql 5.0.45 (v1.4.1-1)
   MYSQL5    Database Appliances   	MYSQL Database appliance based on mysql 5.0.22 (v1.2.0-1)
   MYSQL64   Database Appliances   	64-bit MYSQL appliance based on mysql 5.0.22 (v1.2.0-1)
   NAS       Misc. Appliances      	NAS Appliance - provides file storage accessible over HTTP and CIFS 					file protocols (v2.4.0-1)
   NET       Gateways              		Subnet Output Gateway Appliance - iptables based output gateway 					with firewall (v2.4.0-1)
   OSOL64    Generic               		Generic OpenSolaris Server - based on OpenSolaris build 2008.05 					(v1.0.4-1)
   OUT       Gateways              		Single Host Output Gateway Appliance - iptables based output 						gateway with firewall (v2.4.0-1)
   PGSQL     Database Appliances   	PGSQL Database appliance based on PostgreSQL 8.2.9 (v1.1.0-1)
   PS8       Switches              		Cascadable Port switch for distributing TCP and UDP traffic to different 					outputs depending on the TCP/UDP port (v1.2.0-1)
   RPL       Switches              		Replicator appliance - replicates HTTP requests received on its input 					terminal to all its output terminals (v1.2.0-1)
   SOL10     Generic               		Generic Solaris 10 Server - based on Solaris 10 build GA (v1.0.3-1)
   WEBx4     Web Servers           	Scalable web server (v1.1.2-1)
   WEBx8     Web Servers           	Scalable web server (v1.1.2-1)
   WEB4      Web Servers           	Simple Web Server - based on CentOS 5; Apache, PHP4, mod_perl, 					and MYSQL Client libs installed (v1.2.0-1)
   WEB5      Web Servers           	Simple Web Server - based on CentOS 5; Apache, PHP5, 						mod_perl,and  MYSQL Client libs installed (v1.2.0-1)
   WEB64     Web Servers           	Simple Web Server - based on CentOS 5 64-bit; Apache, PHP5, 						mod_perl, and MYSQL Client libs installed (v1.2.0-1)

This section contains the following topics:

class list Command Output Specification