mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5983: changed responseName param in assignCertToLoadBalancer and removeCertFromLoadBalancer API commands
This commit is contained in:
parent
66d0b3d45b
commit
2311528f18
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
// Licensed to the Apache Software Foundation (ASF) under one
|
||||
// or more contributor license agreements. See the NOTICE file
|
||||
// distributed with this work for additional information
|
||||
|
|
@ -32,7 +33,7 @@ public class AssignCertToLoadBalancerCmd extends BaseAsyncCmd {
|
|||
public static final Logger s_logger = Logger
|
||||
.getLogger(AssignCertToLoadBalancerCmd.class.getName());
|
||||
|
||||
private static final String s_name = "assignCertToLoadBalancer";
|
||||
private static final String s_name = "assigncerttoloadbalancerresponse";
|
||||
|
||||
|
||||
@Parameter(name = ApiConstants.LBID, type = CommandType.UUID, entityType = FirewallRuleResponse.class,
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public class RemoveCertFromLoadBalancerCmd extends BaseAsyncCmd{
|
|||
|
||||
public static final Logger s_logger = Logger.getLogger(RemoveCertFromLoadBalancerCmd.class.getName());
|
||||
|
||||
private static final String s_name = "removeCertFromLoadBalancer";
|
||||
private static final String s_name = "removecertfromloadbalancerresponse";
|
||||
|
||||
|
||||
@Parameter(name = ApiConstants.LBID, type = CommandType.UUID, entityType = FirewallRuleResponse.class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue