From: <pn...@hy...> - 2010-05-26 04:52:22
|
Author: pnguyen Date: 2010-05-25 21:52:13 -0700 (Tue, 25 May 2010) New Revision: 14624 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14624 Modified: trunk/src/org/hyperic/hq/authz/shared/AuthzConstants.java Log: add platformPrototypeVmwareVsphereVm Modified: trunk/src/org/hyperic/hq/authz/shared/AuthzConstants.java =================================================================== --- trunk/src/org/hyperic/hq/authz/shared/AuthzConstants.java 2010-05-26 00:20:32 UTC (rev 14623) +++ trunk/src/org/hyperic/hq/authz/shared/AuthzConstants.java 2010-05-26 04:52:13 UTC (rev 14624) @@ -146,6 +146,8 @@ public static final String serverPrototypeTypeName = "ServerPrototype"; public static final String servicePrototypeTypeName = "ServicePrototype"; public static final String appPrototypeTypeName = "ApplicationPrototype"; + + public static final String platformPrototypeVmwareVsphereVm = "VMware vSphere VM"; public static final String rootOpCAMAdmin = "administerCAM"; |