mirror of https://github.com/apache/cloudstack.git
fix typos balacner -> balancer
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
This commit is contained in:
parent
23a44d6417
commit
5cd35a2237
|
|
@ -28,7 +28,7 @@ public abstract class BaseAsyncCmd extends BaseCmd {
|
|||
public static final String networkSyncObject = "network";
|
||||
public static final String vpcSyncObject = "vpc";
|
||||
public static final String snapshotHostSyncObject = "snapshothost";
|
||||
public static final String gslbSyncObject = "globalserverloadbalacner";
|
||||
public static final String gslbSyncObject = "globalserverloadbalancer";
|
||||
private static final Logger s_logger = Logger.getLogger(BaseAsyncCmd.class.getName());
|
||||
|
||||
private Object job;
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ public class AssignToGlobalLoadBalancerRuleCmd extends BaseAsyncCmd {
|
|||
collectionType = CommandType.UUID,
|
||||
entityType = FirewallRuleResponse.class,
|
||||
required = true,
|
||||
description = "the list load balancer rules that " + "will be assigned to gloabal load balacner rule")
|
||||
description = "the list load balancer rules that will be assigned to global load balancer rule")
|
||||
private List<Long> loadBalancerRulesIds;
|
||||
|
||||
@Parameter(name = ApiConstants.GSLB_LBRULE_WEIGHT_MAP,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ import com.cloud.user.Account;
|
|||
import com.cloud.utils.StringUtils;
|
||||
|
||||
@APICommand(name = "removeFromGlobalLoadBalancerRule",
|
||||
description = "Removes a load balancer rule association with" + " global load balancer rule",
|
||||
description = "Removes a load balancer rule association with global load balancer rule",
|
||||
responseObject = SuccessResponse.class,
|
||||
requestHasSensitiveInfo = false,
|
||||
responseHasSensitiveInfo = false)
|
||||
|
|
@ -67,7 +67,7 @@ public class RemoveFromGlobalLoadBalancerRuleCmd extends BaseAsyncCmd {
|
|||
collectionType = CommandType.UUID,
|
||||
entityType = FirewallRuleResponse.class,
|
||||
required = true,
|
||||
description = "the list load balancer rules that " + "will be assigned to gloabal load balacner rule")
|
||||
description = "the list load balancer rules that will be assigned to gloabal load balancer rule")
|
||||
private List<Long> loadBalancerRulesIds;
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue