Example #1
0
 protected static String trafficIpGroupName(VirtualIp vip) throws InsufficientRequestException {
   return ZxtmNameBuilder.generateTrafficIpGroupName(lb, vip);
 }
Example #2
0
 protected static String secureProtectionClassName() throws InsufficientRequestException {
   return ZxtmNameBuilder.genSslVSName(lb);
 }
Example #3
0
 protected static String poolName() throws InsufficientRequestException {
   return ZxtmNameBuilder.genVSName(lb);
 }
Example #4
0
 protected static String redirectLoadBalancerName() throws InsufficientRequestException {
   return ZxtmNameBuilder.genRedirectVSName(lb);
 }
Example #5
0
 protected static String secureLoadBalancerName() throws InsufficientRequestException {
   return ZxtmNameBuilder.genSslVSName(lb);
 }
Example #6
0
 protected static String errorFileName() throws InsufficientRequestException {
   return ZxtmNameBuilder.generateErrorPageName(lb.getId(), lb.getAccountId());
 }