package org.zstack.header.simulator.storage.primary; import org.zstack.header.configuration.PythonClass; @PythonClass public interface SimulatorPrimaryStorageConstant { @PythonClass public static final String SIMULATOR_PRIMARY_STORAGE_TYPE = "SimulatorPrimaryStorage"; }