File tree Expand file tree Collapse file tree
api/src/main/java/org/apache/cloudstack/api/command/admin/ingestion Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232import org .apache .cloudstack .api .Parameter ;
3333import org .apache .cloudstack .api .ResponseObject ;
3434import org .apache .cloudstack .api .ServerApiException ;
35- import org .apache .cloudstack .api .command .admin .AdminCmd ;
3635import org .apache .cloudstack .api .response .ClusterResponse ;
3736import org .apache .cloudstack .api .response .DomainResponse ;
3837import org .apache .cloudstack .api .response .ImportUnmanagedInstanceResponse ;
5453 responseView = ResponseObject .ResponseView .Full ,
5554 requestHasSensitiveInfo = false ,
5655 responseHasSensitiveInfo = true )
57- public class ImportUnmanageInstanceCmd extends BaseAsyncCmd implements AdminCmd {
56+ public class ImportUnmanageInstanceCmd extends BaseAsyncCmd {
5857 public static final Logger s_logger = Logger .getLogger (ImportUnmanageInstanceCmd .class .getName ());
5958
6059 @ Inject
@@ -174,9 +173,4 @@ public String getCommandName() {
174173 public long getEntityOwnerId () {
175174 return 0 ;
176175 }
177-
178- @ Override
179- public ResponseObject .ResponseView getResponseView () {
180- return null ;
181- }
182176}
Original file line number Diff line number Diff line change 2525import org .apache .cloudstack .api .Parameter ;
2626import org .apache .cloudstack .api .ResponseObject ;
2727import org .apache .cloudstack .api .ServerApiException ;
28- import org .apache .cloudstack .api .command .admin .AdminCmd ;
2928import org .apache .cloudstack .api .response .ClusterResponse ;
3029import org .apache .cloudstack .api .response .UnmanagedInstanceResponse ;
3130import org .apache .cloudstack .ingestion .UnmanagedInstance ;
4443 responseView = ResponseObject .ResponseView .Full ,
4544 entityType = {UnmanagedInstance .class },
4645 requestHasSensitiveInfo = false , responseHasSensitiveInfo = true )
47- public class ListUnmanagedInstancesCmd extends BaseAsyncCmd implements AdminCmd {
46+ public class ListUnmanagedInstancesCmd extends BaseAsyncCmd {
4847 public static final Logger s_logger = Logger .getLogger (ListUnmanagedInstancesCmd .class .getName ());
4948
5049 @ Inject
@@ -93,9 +92,4 @@ public String getCommandName() {
9392 public long getEntityOwnerId () {
9493 return 0 ;
9594 }
96-
97- @ Override
98- public ResponseObject .ResponseView getResponseView () {
99- return ResponseObject .ResponseView .Full ;
100- }
10195}
You can’t perform that action at this time.
0 commit comments