protected static String trafficIpGroupName(VirtualIp vip) throws InsufficientRequestException { return ZxtmNameBuilder.generateTrafficIpGroupName(lb, vip); }
protected static String secureProtectionClassName() throws InsufficientRequestException { return ZxtmNameBuilder.genSslVSName(lb); }
protected static String poolName() throws InsufficientRequestException { return ZxtmNameBuilder.genVSName(lb); }
protected static String redirectLoadBalancerName() throws InsufficientRequestException { return ZxtmNameBuilder.genRedirectVSName(lb); }
protected static String secureLoadBalancerName() throws InsufficientRequestException { return ZxtmNameBuilder.genSslVSName(lb); }
protected static String errorFileName() throws InsufficientRequestException { return ZxtmNameBuilder.generateErrorPageName(lb.getId(), lb.getAccountId()); }