mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
fix security hotspots
This commit is contained in:
parent
7cabc66f1c
commit
2b896a3a21
@ -35,7 +35,7 @@ import javax.inject.Inject;
|
||||
|
||||
@APICommand(name = AddNsxControllerCmd.APINAME, description = "Add NSX Controller to CloudStack",
|
||||
responseObject = NsxControllerResponse.class, requestHasSensitiveInfo = false,
|
||||
responseHasSensitiveInfo = false, since = "4.19.0.0")
|
||||
responseHasSensitiveInfo = false, since = "4.19.0")
|
||||
public class AddNsxControllerCmd extends BaseCmd {
|
||||
public static final String APINAME = "addNsxController";
|
||||
public static final Logger LOGGER = LoggerFactory.getLogger(AddNsxControllerCmd.class.getName());
|
||||
|
||||
@ -35,7 +35,7 @@ import static org.apache.cloudstack.api.command.DeleteNsxControllerCmd.APINAME;
|
||||
|
||||
@APICommand(name = APINAME, description = "delete NSX Controller to CloudStack",
|
||||
responseObject = NsxControllerResponse.class, requestHasSensitiveInfo = false,
|
||||
responseHasSensitiveInfo = false, since = "4.19.0.0")
|
||||
responseHasSensitiveInfo = false, since = "4.19.0")
|
||||
public class DeleteNsxControllerCmd extends BaseCmd {
|
||||
public static final String APINAME = "deleteNsxController";
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ import static org.apache.cloudstack.api.command.ListNsxControllersCmd.APINAME;
|
||||
|
||||
@APICommand(name = APINAME, description = "list all NSX controllers added to CloudStack",
|
||||
responseObject = NsxControllerResponse.class, requestHasSensitiveInfo = false,
|
||||
responseHasSensitiveInfo = false, since = "4.19.0.0")
|
||||
responseHasSensitiveInfo = false, since = "4.19.0")
|
||||
public class ListNsxControllersCmd extends BaseListCmd {
|
||||
public static final String APINAME = "listNsxControllers";
|
||||
public static final Logger LOGGER = LoggerFactory.getLogger(ListNsxControllersCmd.class.getName());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user