32.4.1 IDLの定義

module ObjLocation {
   . . .
        struct TriggerDesc {
           string repository_id;
           string instance_name;
           string host_name;
};
. . .
};