示例#1
0
 def getAttrRO(self):
     attrs = [
         "user_id",
         "first_name",
         "last_name",
     ]
     return ServiceBase.getAttrRO() + attrs
示例#2
0
 def getAttrRO(cls):
     attrs = [
         "Regions", "Memory", "Disk", "Cpu", "Process", "UserService",
         "MessagingService", "ApertureService", "GridService",
         "service_base_dir", "slot_base_dir", "max_slots", "Flags"
     ]
     return ServiceBase.getAttrRO() + attrs
示例#3
0
文件: User.py 项目: InWorldz/maestro
 def getAttrRO(self):
     attrs = [
        "user_id",
        "first_name",
        "last_name", 
         ]
     return ServiceBase.getAttrRO() + attrs         
示例#4
0
 def getAttrRO(cls):
     attrs = [
         "sim_uuid",
         "owner_uuid",
         "master_avatar_first",
         "master_avatar_last",
         "sim_location_x",
         "sim_location_y",
         "slot_number",
         "slot_directory",
         "name_label",
         "internal_ip_address",
         "internal_ip_port",
         "allow_alternate_ports",
         "external_host_name",
         "outside_ip",
         "lastmap_uuid",
         "lastmap_refresh",
         "nonphysical_prim_max",
         "physical_prim_max",
         "clamp_prim_size",
         "object_capacity",
         "region_product",
         "remoteadmin_url",
         "RegionHost",
         "Estate",
         "State",
         "cpu_used_percentage",
         "memory_used",
         "thread_count",
         "handle_count"
         ]    
     return ServiceBase.getAttrRO() + attrs
示例#5
0
 def getAttrRO(self):
     attrs = [
        "estate_id",
        "estate_name",
        "estate_owner", 
        "parent_estate_id"
         ]
     return ServiceBase.getAttrRO() + attrs         
示例#6
0
 def getAttrRO(cls):
     attrs = [
        "Regions",
        "Memory",
        "Disk",
        "Cpu",
        "Process",
        "UserService",
        "MessagingService",
        "ApertureService",
        "GridService",
        "service_base_dir",
        "slot_base_dir",
        "max_slots",
        "Flags"
         ]
     return ServiceBase.getAttrRO() + attrs
示例#7
0
 def getAttrRO(self):
     attrs = [
         "RegionHost",
         "remoteadmin_url"
         ]    
     return ServiceBase.getAttrRO() + attrs
示例#8
0
 def getAttrRO(self):
     attrs = ["RegionHost", "remoteadmin_url"]
     return ServiceBase.getAttrRO() + attrs
示例#9
0
 def getAttrRO(self):
     attrs = [
         "estate_id", "estate_name", "estate_owner", "parent_estate_id"
     ]
     return ServiceBase.getAttrRO() + attrs
示例#10
0
文件: Grid.py 项目: kf6kjg/maestro
 def getAttrRO(cls):
     attrs = [
         "this_host",
     ]
     return ServiceBase.getAttrRO() + attrs
示例#11
0
文件: Grid.py 项目: InWorldz/maestro
 def getAttrRO(cls):
     attrs = [
        "this_host",
         ]
     return ServiceBase.getAttrRO() + attrs
示例#12
0
文件: System.py 项目: kf6kjg/maestro
 def getAttrRO(self):
     attrs = ['disk_partitions']
     return ServiceBase.getAttrRO() + attrs
示例#13
0
文件: System.py 项目: kf6kjg/maestro
 def getAttrRO(self):
     attrs = []
     return ServiceBase.getAttrRO() + attrs