citadel-realms/data/dbus-interfaces/com.subgraph.realms.Realm.xml

28 lines
801 B
XML
Raw Permalink Normal View History

2024-11-12 17:12:37 -05:00
<node>
<interface name="com.subgraph.realms.Realm">
<method name="GetConfig">
<arg type="a{ss}" direction="out"/>
</method>
<method name="SetConfig">
<arg type="a(ss)" direction="in"/>
</method>
<method name="Start"/>
<method name="Stop"/>
<method name="Restart"/>
<method name="SetCurrent"/>
<property name="Name" type="s" access="read"/>
<property name="Description" type="s" access="read"/>
<property name="PidNS" type="t" access="read"/>
<property name="RealmFS" type="u" access="read"/>
<!--
0 = Stopped, 1 = Starting, 2 = Running, 3 = Current, 4 = Stopping,
-->
<property name="RunStatus" type="u" access="read"/>
<property name="IsSystemRealm" type="b" access="read" />
<property name="Timestamp" type="t" access="read" />
</interface>
</node>