mirror of
https://github.com/apache/cloudstack
synced 2026-08-10 16:18:07 +00:00
5 lines
85 B
Java
5 lines
85 B
Java
package com.cloud.vm;
|
|
|
|
public interface BareMetalVmService extends UserVmService {
|
|
}
|