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