plainprograms-virtuozzo 0.5.3 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +21 -0
 - data/Rakefile +3 -3
 - data/TODO.rdoc +20 -0
 - data/lib/virtuozzo/soap.rb +216 -0
 - data/lib/virtuozzo/soap/drivers/alertm.rb +78 -0
 - data/lib/virtuozzo/soap/drivers/authm.rb +172 -0
 - data/lib/virtuozzo/soap/drivers/backupm.rb +108 -0
 - data/lib/virtuozzo/soap/drivers/computerm.rb +108 -0
 - data/lib/virtuozzo/soap/drivers/env_samplem.rb +84 -0
 - data/lib/virtuozzo/soap/drivers/event_log.rb +60 -0
 - data/lib/virtuozzo/soap/drivers/filer.rb +156 -0
 - data/lib/virtuozzo/soap/drivers/firewallm.rb +100 -0
 - data/lib/virtuozzo/soap/drivers/licensem.rb +100 -0
 - data/lib/virtuozzo/soap/drivers/mailer.rb +108 -0
 - data/lib/virtuozzo/soap/drivers/op_log.rb +60 -0
 - data/lib/virtuozzo/soap/drivers/perf_mon.rb +76 -0
 - data/lib/virtuozzo/soap/drivers/res_log.rb +84 -0
 - data/lib/virtuozzo/soap/drivers/resourcem.rb +100 -0
 - data/lib/virtuozzo/soap/drivers/scheduler.rb +84 -0
 - data/lib/virtuozzo/soap/drivers/server_group.rb +140 -0
 - data/lib/virtuozzo/soap/drivers/servicem.rb +100 -0
 - data/lib/virtuozzo/soap/drivers/userm.rb +156 -0
 - data/lib/virtuozzo/soap/mapping_registries/alertm.rb +2799 -0
 - data/lib/virtuozzo/soap/mapping_registries/authm.rb +3292 -0
 - data/lib/virtuozzo/soap/mapping_registries/backupm.rb +3597 -0
 - data/lib/virtuozzo/soap/mapping_registries/computerm.rb +2896 -0
 - data/lib/virtuozzo/soap/mapping_registries/env_samplem.rb +2735 -0
 - data/lib/virtuozzo/soap/mapping_registries/event_log.rb +2695 -0
 - data/lib/virtuozzo/soap/mapping_registries/filer.rb +3211 -0
 - data/lib/virtuozzo/soap/mapping_registries/firewallm.rb +2815 -0
 - data/lib/virtuozzo/soap/mapping_registries/licensem.rb +2889 -0
 - data/lib/virtuozzo/soap/mapping_registries/mailer.rb +2831 -0
 - data/lib/virtuozzo/soap/mapping_registries/op_log.rb +2724 -0
 - data/lib/virtuozzo/soap/mapping_registries/perf_mon.rb +2798 -0
 - data/lib/virtuozzo/soap/mapping_registries/res_log.rb +2946 -0
 - data/lib/virtuozzo/soap/mapping_registries/resourcem.rb +2837 -0
 - data/lib/virtuozzo/soap/mapping_registries/scheduler.rb +2928 -0
 - data/lib/virtuozzo/soap/mapping_registries/server_group.rb +3161 -0
 - data/lib/virtuozzo/soap/mapping_registries/servicem.rb +2949 -0
 - data/lib/virtuozzo/soap/mapping_registries/userm.rb +3173 -0
 - data/lib/virtuozzo/soap/types/alertm.rb +2233 -0
 - data/lib/virtuozzo/soap/types/authm.rb +2655 -0
 - data/lib/virtuozzo/soap/types/backupm.rb +2773 -0
 - data/lib/virtuozzo/soap/types/computerm.rb +2334 -0
 - data/lib/virtuozzo/soap/types/env_samplem.rb +2159 -0
 - data/lib/virtuozzo/soap/types/event_log.rb +2125 -0
 - data/lib/virtuozzo/soap/types/filer.rb +2807 -0
 - data/lib/virtuozzo/soap/types/firewallm.rb +2225 -0
 - data/lib/virtuozzo/soap/types/licensem.rb +2266 -0
 - data/lib/virtuozzo/soap/types/mailer.rb +2311 -0
 - data/lib/virtuozzo/soap/types/op_log.rb +2156 -0
 - data/lib/virtuozzo/soap/types/perf_mon.rb +2258 -0
 - data/lib/virtuozzo/soap/types/res_log.rb +2340 -0
 - data/lib/virtuozzo/soap/types/resourcem.rb +2213 -0
 - data/lib/virtuozzo/soap/types/scheduler.rb +2307 -0
 - data/lib/virtuozzo/soap/types/server_group.rb +2467 -0
 - data/lib/virtuozzo/soap/types/servicem.rb +2292 -0
 - data/lib/virtuozzo/soap/types/userm.rb +2599 -0
 - data/virtuozzo.gemspec +10 -10
 - metadata +116 -6
 
| 
         @@ -0,0 +1,2949 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            require 'virtuozzo/soap/types/servicem'
         
     | 
| 
      
 2 
     | 
    
         
            +
            require 'soap/mapping'
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            module Virtuozzo
         
     | 
| 
      
 5 
     | 
    
         
            +
              module SOAP
         
     | 
| 
      
 6 
     | 
    
         
            +
                module MappingRegistries
         
     | 
| 
      
 7 
     | 
    
         
            +
                  module Servicem
         
     | 
| 
      
 8 
     | 
    
         
            +
                    EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
         
     | 
| 
      
 9 
     | 
    
         
            +
                    LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
         
     | 
| 
      
 10 
     | 
    
         
            +
                    NsProtocol = "http://www.swsoft.com/webservices/vzl/4.0.0/protocol"
         
     | 
| 
      
 11 
     | 
    
         
            +
                    NsServicem = "http://www.swsoft.com/webservices/vzl/4.0.0/servicem"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    NsServicem_0 = "http://www.swsoft.com/webservices/vzl/WSDL/4.0.0/servicem"
         
     | 
| 
      
 13 
     | 
    
         
            +
                    NsTypes = "http://www.swsoft.com/webservices/vzl/4.0.0/types"
         
     | 
| 
      
 14 
     | 
    
         
            +
                    NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 17 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType,
         
     | 
| 
      
 18 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "servicemType"),
         
     | 
| 
      
 19 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
         
     | 
| 
      
 20 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 21 
     | 
    
         
            +
                        ["configuration", ["Virtuozzo::SOAP::Types::Servicem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
         
     | 
| 
      
 22 
     | 
    
         
            +
                        ["ok", ["Virtuozzo::SOAP::Types::Servicem::ServicemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
         
     | 
| 
      
 23 
     | 
    
         
            +
                        ["error", ["Virtuozzo::SOAP::Types::Servicem::ServicemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
         
     | 
| 
      
 24 
     | 
    
         
            +
                        [
         
     | 
| 
      
 25 
     | 
    
         
            +
                          ["get", "Virtuozzo::SOAP::Types::Servicem::Get[]"],
         
     | 
| 
      
 26 
     | 
    
         
            +
                          ["set", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 27 
     | 
    
         
            +
                          ["start", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 28 
     | 
    
         
            +
                          ["stop", "Virtuozzo::SOAP::Types::Servicem::Stop[]", [1, nil]],
         
     | 
| 
      
 29 
     | 
    
         
            +
                          ["restart", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 30 
     | 
    
         
            +
                          ["set_startup_type", "Virtuozzo::SOAP::Types::Servicem::ServicemType::Set_startup_type[]", [1, nil]]
         
     | 
| 
      
 31 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 32 
     | 
    
         
            +
                        [ :choice,
         
     | 
| 
      
 33 
     | 
    
         
            +
                          ["service", "Virtuozzo::SOAP::Types::Servicem::ServiceType[]", [1, nil]]
         
     | 
| 
      
 34 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 35 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 36 
     | 
    
         
            +
                    )
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
      
 38 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 39 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Ok,
         
     | 
| 
      
 40 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 41 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 42 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 43 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 44 
     | 
    
         
            +
                    )
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 47 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Error,
         
     | 
| 
      
 48 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 49 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 50 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 51 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 52 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 53 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 54 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 55 
     | 
    
         
            +
                    )
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 58 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Set_startup_type,
         
     | 
| 
      
 59 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "set_startup_type"),
         
     | 
| 
      
 60 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 61 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 62 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 63 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 64 
     | 
    
         
            +
                        ["startup_type", "SOAP::SOAPString"]
         
     | 
| 
      
 65 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 66 
     | 
    
         
            +
                    )
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 69 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServiceType,
         
     | 
| 
      
 70 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "serviceType"),
         
     | 
| 
      
 71 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 72 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 73 
     | 
    
         
            +
                        ["display_name", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 74 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 75 
     | 
    
         
            +
                        ["state", "SOAP::SOAPBoolean", [0, 1]],
         
     | 
| 
      
 76 
     | 
    
         
            +
                        ["readonly", nil, [0, 1]],
         
     | 
| 
      
 77 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]],
         
     | 
| 
      
 78 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 79 
     | 
    
         
            +
                        ["status", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 80 
     | 
    
         
            +
                        ["startup_type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 81 
     | 
    
         
            +
                        ["logon_as", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 82 
     | 
    
         
            +
                        ["dependent", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 83 
     | 
    
         
            +
                        ["depended_on", "SOAP::SOAPString[]", [0, nil]]
         
     | 
| 
      
 84 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 85 
     | 
    
         
            +
                    )
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 88 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType,
         
     | 
| 
      
 89 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "service_actionType"),
         
     | 
| 
      
 90 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 91 
     | 
    
         
            +
                        ["service", "Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service"]
         
     | 
| 
      
 92 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 93 
     | 
    
         
            +
                    )
         
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 96 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service,
         
     | 
| 
      
 97 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "service"),
         
     | 
| 
      
 98 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 99 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 100 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 101 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 102 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 103 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]]
         
     | 
| 
      
 104 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 105 
     | 
    
         
            +
                    )
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 108 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Servicem_configurationType,
         
     | 
| 
      
 109 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "servicem_configurationType"),
         
     | 
| 
      
 110 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 111 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 112 
     | 
    
         
            +
                        ["timeouts", "Virtuozzo::SOAP::Types::Servicem::Servicem_configurationType::Timeouts"]
         
     | 
| 
      
 113 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 114 
     | 
    
         
            +
                    )
         
     | 
| 
      
 115 
     | 
    
         
            +
             
     | 
| 
      
 116 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 117 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Servicem_configurationType::Timeouts,
         
     | 
| 
      
 118 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "timeouts"),
         
     | 
| 
      
 119 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 120 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 121 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 122 
     | 
    
         
            +
                        ["operate", "SOAP::SOAPInt"],
         
     | 
| 
      
 123 
     | 
    
         
            +
                        ["status", "SOAP::SOAPInt"]
         
     | 
| 
      
 124 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 125 
     | 
    
         
            +
                    )
         
     | 
| 
      
 126 
     | 
    
         
            +
             
     | 
| 
      
 127 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 128 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::OsType,
         
     | 
| 
      
 129 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "osType"),
         
     | 
| 
      
 130 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 131 
     | 
    
         
            +
                        ["platform", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 132 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 133 
     | 
    
         
            +
                        ["version", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 134 
     | 
    
         
            +
                        ["kernel", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 135 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 136 
     | 
    
         
            +
                    )
         
     | 
| 
      
 137 
     | 
    
         
            +
             
     | 
| 
      
 138 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 139 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_statusType,
         
     | 
| 
      
 140 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
         
     | 
| 
      
 141 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 142 
     | 
    
         
            +
                        ["state", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 143 
     | 
    
         
            +
                        ["transition", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 144 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 145 
     | 
    
         
            +
                    )
         
     | 
| 
      
 146 
     | 
    
         
            +
             
     | 
| 
      
 147 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 148 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::QosType,
         
     | 
| 
      
 149 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "qosType"),
         
     | 
| 
      
 150 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 151 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 152 
     | 
    
         
            +
                        ["soft", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 153 
     | 
    
         
            +
                        ["hard", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 154 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 155 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 156 
     | 
    
         
            +
                    )
         
     | 
| 
      
 157 
     | 
    
         
            +
             
     | 
| 
      
 158 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 159 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_configType,
         
     | 
| 
      
 160 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_configType"),
         
     | 
| 
      
 161 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 162 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 163 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 164 
     | 
    
         
            +
                        ["domain", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 165 
     | 
    
         
            +
                        ["hostname", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 166 
     | 
    
         
            +
                        ["address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 167 
     | 
    
         
            +
                        ["architecture", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 168 
     | 
    
         
            +
                        ["os", "Virtuozzo::SOAP::Types::Servicem::OsType", [0, 1]],
         
     | 
| 
      
 169 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 170 
     | 
    
         
            +
                        ["nameserver", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 171 
     | 
    
         
            +
                        ["search_domain", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 172 
     | 
    
         
            +
                        ["base_sample_id", nil, [0, 1]],
         
     | 
| 
      
 173 
     | 
    
         
            +
                        ["base_snapshot_id", nil, [0, 1]],
         
     | 
| 
      
 174 
     | 
    
         
            +
                        ["child_type", "SOAP::SOAPString[]", [0, nil]]
         
     | 
| 
      
 175 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 176 
     | 
    
         
            +
                    )
         
     | 
| 
      
 177 
     | 
    
         
            +
             
     | 
| 
      
 178 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 179 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Venv_configType,
         
     | 
| 
      
 180 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
         
     | 
| 
      
 181 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
         
     | 
| 
      
 182 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 183 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 184 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 185 
     | 
    
         
            +
                        ["domain", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 186 
     | 
    
         
            +
                        ["hostname", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 187 
     | 
    
         
            +
                        ["address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 188 
     | 
    
         
            +
                        ["architecture", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 189 
     | 
    
         
            +
                        ["os", "Virtuozzo::SOAP::Types::Servicem::OsType", [0, 1]],
         
     | 
| 
      
 190 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 191 
     | 
    
         
            +
                        ["nameserver", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 192 
     | 
    
         
            +
                        ["search_domain", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 193 
     | 
    
         
            +
                        ["base_sample_id", nil, [0, 1]],
         
     | 
| 
      
 194 
     | 
    
         
            +
                        ["base_snapshot_id", nil, [0, 1]],
         
     | 
| 
      
 195 
     | 
    
         
            +
                        ["child_type", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 196 
     | 
    
         
            +
                        ["qos", "Virtuozzo::SOAP::Types::Servicem::QosType[]", [0, nil]]
         
     | 
| 
      
 197 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 198 
     | 
    
         
            +
                    )
         
     | 
| 
      
 199 
     | 
    
         
            +
             
     | 
| 
      
 200 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 201 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Native_configType,
         
     | 
| 
      
 202 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "native_configType"),
         
     | 
| 
      
 203 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 204 
     | 
    
         
            +
                    )
         
     | 
| 
      
 205 
     | 
    
         
            +
             
     | 
| 
      
 206 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 207 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::EnvType,
         
     | 
| 
      
 208 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "envType"),
         
     | 
| 
      
 209 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 210 
     | 
    
         
            +
                        ["parent_eid", nil],
         
     | 
| 
      
 211 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 212 
     | 
    
         
            +
                        ["status", "Virtuozzo::SOAP::Types::Servicem::Env_statusType", [0, 1]],
         
     | 
| 
      
 213 
     | 
    
         
            +
                        ["alert", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 214 
     | 
    
         
            +
                        ["config", "Virtuozzo::SOAP::Types::Servicem::Env_configType", [0, 1]],
         
     | 
| 
      
 215 
     | 
    
         
            +
                        ["virtual_config", "Virtuozzo::SOAP::Types::Servicem::Venv_configType", [0, 1]]
         
     | 
| 
      
 216 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 217 
     | 
    
         
            +
                    )
         
     | 
| 
      
 218 
     | 
    
         
            +
             
     | 
| 
      
 219 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 220 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ProcessesType,
         
     | 
| 
      
 221 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "processesType"),
         
     | 
| 
      
 222 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 223 
     | 
    
         
            +
                        ["run", "SOAP::SOAPInt"],
         
     | 
| 
      
 224 
     | 
    
         
            +
                        ["zombie", "SOAP::SOAPInt"],
         
     | 
| 
      
 225 
     | 
    
         
            +
                        ["sleep", "SOAP::SOAPInt"],
         
     | 
| 
      
 226 
     | 
    
         
            +
                        ["uninterrupt", "SOAP::SOAPInt"],
         
     | 
| 
      
 227 
     | 
    
         
            +
                        ["stopped", "SOAP::SOAPInt"],
         
     | 
| 
      
 228 
     | 
    
         
            +
                        ["total", "SOAP::SOAPInt"]
         
     | 
| 
      
 229 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 230 
     | 
    
         
            +
                    )
         
     | 
| 
      
 231 
     | 
    
         
            +
             
     | 
| 
      
 232 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 233 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avgType,
         
     | 
| 
      
 234 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
         
     | 
| 
      
 235 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 236 
     | 
    
         
            +
                        ["l1", "SOAP::SOAPDouble"],
         
     | 
| 
      
 237 
     | 
    
         
            +
                        ["l2", "SOAP::SOAPDouble", [0, 1]],
         
     | 
| 
      
 238 
     | 
    
         
            +
                        ["l3", "SOAP::SOAPDouble", [0, 1]]
         
     | 
| 
      
 239 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 240 
     | 
    
         
            +
                    )
         
     | 
| 
      
 241 
     | 
    
         
            +
             
     | 
| 
      
 242 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 243 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Cpu_loadType,
         
     | 
| 
      
 244 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
         
     | 
| 
      
 245 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 246 
     | 
    
         
            +
                        ["system", "SOAP::SOAPLong"],
         
     | 
| 
      
 247 
     | 
    
         
            +
                        ["user", "SOAP::SOAPLong"],
         
     | 
| 
      
 248 
     | 
    
         
            +
                        ["nice", "SOAP::SOAPLong"],
         
     | 
| 
      
 249 
     | 
    
         
            +
                        ["idle", "SOAP::SOAPLong"]
         
     | 
| 
      
 250 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 251 
     | 
    
         
            +
                    )
         
     | 
| 
      
 252 
     | 
    
         
            +
             
     | 
| 
      
 253 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 254 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::CpuType,
         
     | 
| 
      
 255 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "cpuType"),
         
     | 
| 
      
 256 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 257 
     | 
    
         
            +
                        ["mhz", "SOAP::SOAPInt"],
         
     | 
| 
      
 258 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 259 
     | 
    
         
            +
                        ["number", "SOAP::SOAPInt"],
         
     | 
| 
      
 260 
     | 
    
         
            +
                        ["cores", "SOAP::SOAPInt"],
         
     | 
| 
      
 261 
     | 
    
         
            +
                        ["hyperthreads", "SOAP::SOAPInt"],
         
     | 
| 
      
 262 
     | 
    
         
            +
                        ["units", "SOAP::SOAPInt"],
         
     | 
| 
      
 263 
     | 
    
         
            +
                        ["family", "SOAP::SOAPString"],
         
     | 
| 
      
 264 
     | 
    
         
            +
                        ["model", "SOAP::SOAPString"],
         
     | 
| 
      
 265 
     | 
    
         
            +
                        ["bogomips", "SOAP::SOAPInt"]
         
     | 
| 
      
 266 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 267 
     | 
    
         
            +
                    )
         
     | 
| 
      
 268 
     | 
    
         
            +
             
     | 
| 
      
 269 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 270 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TransferType,
         
     | 
| 
      
 271 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "transferType"),
         
     | 
| 
      
 272 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 273 
     | 
    
         
            +
                        ["input", "Virtuozzo::SOAP::Types::Servicem::TransferType::Input"],
         
     | 
| 
      
 274 
     | 
    
         
            +
                        ["output", "Virtuozzo::SOAP::Types::Servicem::TransferType::Output"]
         
     | 
| 
      
 275 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 276 
     | 
    
         
            +
                    )
         
     | 
| 
      
 277 
     | 
    
         
            +
             
     | 
| 
      
 278 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 279 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TransferType::Input,
         
     | 
| 
      
 280 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "input"),
         
     | 
| 
      
 281 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 282 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 283 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 284 
     | 
    
         
            +
                        ["bytes", "SOAP::SOAPLong"],
         
     | 
| 
      
 285 
     | 
    
         
            +
                        ["packets", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 286 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 287 
     | 
    
         
            +
                    )
         
     | 
| 
      
 288 
     | 
    
         
            +
             
     | 
| 
      
 289 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 290 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TransferType::Output,
         
     | 
| 
      
 291 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "output"),
         
     | 
| 
      
 292 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 293 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 294 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 295 
     | 
    
         
            +
                        ["bytes", "SOAP::SOAPLong"],
         
     | 
| 
      
 296 
     | 
    
         
            +
                        ["packets", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 297 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 298 
     | 
    
         
            +
                    )
         
     | 
| 
      
 299 
     | 
    
         
            +
             
     | 
| 
      
 300 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 301 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::System_nodeType,
         
     | 
| 
      
 302 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
         
     | 
| 
      
 303 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 304 
     | 
    
         
            +
                        ["address", "Virtuozzo::SOAP::Types::Servicem::System_nodeType::Address"],
         
     | 
| 
      
 305 
     | 
    
         
            +
                        ["login", "Virtuozzo::SOAP::Types::Servicem::System_nodeType::Login", [0, 1]]
         
     | 
| 
      
 306 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 307 
     | 
    
         
            +
                    )
         
     | 
| 
      
 308 
     | 
    
         
            +
             
     | 
| 
      
 309 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 310 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::System_nodeType::Address,
         
     | 
| 
      
 311 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "address"),
         
     | 
| 
      
 312 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 313 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 314 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 315 
     | 
    
         
            +
                        ["ip", nil]
         
     | 
| 
      
 316 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 317 
     | 
    
         
            +
                    )
         
     | 
| 
      
 318 
     | 
    
         
            +
             
     | 
| 
      
 319 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 320 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::System_nodeType::Login,
         
     | 
| 
      
 321 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "login"),
         
     | 
| 
      
 322 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 323 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 324 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 325 
     | 
    
         
            +
                        ["user", "SOAP::SOAPString"],
         
     | 
| 
      
 326 
     | 
    
         
            +
                        ["password", "SOAP::SOAPBase64"]
         
     | 
| 
      
 327 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 328 
     | 
    
         
            +
                    )
         
     | 
| 
      
 329 
     | 
    
         
            +
             
     | 
| 
      
 330 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 331 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ResourceType,
         
     | 
| 
      
 332 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "resourceType"),
         
     | 
| 
      
 333 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 334 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 335 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 336 
     | 
    
         
            +
                        ["free", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 337 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 338 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 339 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 340 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 341 
     | 
    
         
            +
                    )
         
     | 
| 
      
 342 
     | 
    
         
            +
             
     | 
| 
      
 343 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 344 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::IntervalType,
         
     | 
| 
      
 345 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "intervalType"),
         
     | 
| 
      
 346 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 347 
     | 
    
         
            +
                        ["start_time", nil],
         
     | 
| 
      
 348 
     | 
    
         
            +
                        ["end_time", nil]
         
     | 
| 
      
 349 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 350 
     | 
    
         
            +
                    )
         
     | 
| 
      
 351 
     | 
    
         
            +
             
     | 
| 
      
 352 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 353 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::StatsType,
         
     | 
| 
      
 354 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "statsType"),
         
     | 
| 
      
 355 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 356 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 357 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 358 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 359 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 360 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 361 
     | 
    
         
            +
                        ["soft", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 362 
     | 
    
         
            +
                        ["hard", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 363 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 364 
     | 
    
         
            +
                    )
         
     | 
| 
      
 365 
     | 
    
         
            +
             
     | 
| 
      
 366 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 367 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_addressType,
         
     | 
| 
      
 368 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
         
     | 
| 
      
 369 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 370 
     | 
    
         
            +
                        ["host", nil],
         
     | 
| 
      
 371 
     | 
    
         
            +
                        ["mask", nil, [0, 1]]
         
     | 
| 
      
 372 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 373 
     | 
    
         
            +
                    )
         
     | 
| 
      
 374 
     | 
    
         
            +
             
     | 
| 
      
 375 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 376 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_classType,
         
     | 
| 
      
 377 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_classType"),
         
     | 
| 
      
 378 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 379 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 380 
     | 
    
         
            +
                        ["transfer", "Virtuozzo::SOAP::Types::Servicem::TransferType", [0, 1]]
         
     | 
| 
      
 381 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 382 
     | 
    
         
            +
                    )
         
     | 
| 
      
 383 
     | 
    
         
            +
             
     | 
| 
      
 384 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 385 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_rangeType,
         
     | 
| 
      
 386 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
         
     | 
| 
      
 387 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 388 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 389 
     | 
    
         
            +
                        ["start_ip", nil, [0, 1]],
         
     | 
| 
      
 390 
     | 
    
         
            +
                        ["subnet_mask", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 391 
     | 
    
         
            +
                        ["comment", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 392 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 393 
     | 
    
         
            +
                    )
         
     | 
| 
      
 394 
     | 
    
         
            +
             
     | 
| 
      
 395 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 396 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sample_confType,
         
     | 
| 
      
 397 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
         
     | 
| 
      
 398 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 399 
     | 
    
         
            +
                        ["env_config", "Virtuozzo::SOAP::Types::Servicem::Env_configType"],
         
     | 
| 
      
 400 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 401 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 402 
     | 
    
         
            +
                        ["comment", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 403 
     | 
    
         
            +
                        ["vt_version", "Virtuozzo::SOAP::Types::Servicem::Sample_confType::Vt_version", [0, 1]]
         
     | 
| 
      
 404 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 405 
     | 
    
         
            +
                    )
         
     | 
| 
      
 406 
     | 
    
         
            +
             
     | 
| 
      
 407 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 408 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sample_confType::Vt_version,
         
     | 
| 
      
 409 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "vt_version"),
         
     | 
| 
      
 410 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 411 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 412 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 413 
     | 
    
         
            +
                        ["platform", "SOAP::SOAPString"],
         
     | 
| 
      
 414 
     | 
    
         
            +
                        ["architecture", "SOAP::SOAPString"],
         
     | 
| 
      
 415 
     | 
    
         
            +
                        ["vt_technology", "SOAP::SOAPString"]
         
     | 
| 
      
 416 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 417 
     | 
    
         
            +
                    )
         
     | 
| 
      
 418 
     | 
    
         
            +
             
     | 
| 
      
 419 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 420 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::InterfaceType,
         
     | 
| 
      
 421 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
         
     | 
| 
      
 422 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 423 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 424 
     | 
    
         
            +
                        ["bandwidth", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 425 
     | 
    
         
            +
                        ["transfer", "Virtuozzo::SOAP::Types::Servicem::TransferType", [0, 1]],
         
     | 
| 
      
 426 
     | 
    
         
            +
                        ["ipaddress", nil, [0, 1]],
         
     | 
| 
      
 427 
     | 
    
         
            +
                        ["flags", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 428 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 429 
     | 
    
         
            +
                    )
         
     | 
| 
      
 430 
     | 
    
         
            +
             
     | 
| 
      
 431 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 432 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sys_infoType,
         
     | 
| 
      
 433 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
         
     | 
| 
      
 434 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 435 
     | 
    
         
            +
                        ["load_avg", "Virtuozzo::SOAP::Types::Servicem::Load_avgType"],
         
     | 
| 
      
 436 
     | 
    
         
            +
                        ["processes", "Virtuozzo::SOAP::Types::Servicem::ProcessesType"],
         
     | 
| 
      
 437 
     | 
    
         
            +
                        ["cpu_load", "Virtuozzo::SOAP::Types::Servicem::Cpu_loadType"],
         
     | 
| 
      
 438 
     | 
    
         
            +
                        ["cpu_states", "Virtuozzo::SOAP::Types::Servicem::Cpu_loadType"],
         
     | 
| 
      
 439 
     | 
    
         
            +
                        ["users", "SOAP::SOAPInt"],
         
     | 
| 
      
 440 
     | 
    
         
            +
                        ["uptime", "SOAP::SOAPLong"],
         
     | 
| 
      
 441 
     | 
    
         
            +
                        ["memory", "Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Memory", [0, 1]],
         
     | 
| 
      
 442 
     | 
    
         
            +
                        ["swap", "Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Swap", [0, 1]]
         
     | 
| 
      
 443 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 444 
     | 
    
         
            +
                    )
         
     | 
| 
      
 445 
     | 
    
         
            +
             
     | 
| 
      
 446 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 447 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Memory,
         
     | 
| 
      
 448 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "memory"),
         
     | 
| 
      
 449 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 450 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 451 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 452 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 453 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong"]
         
     | 
| 
      
 454 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 455 
     | 
    
         
            +
                    )
         
     | 
| 
      
 456 
     | 
    
         
            +
             
     | 
| 
      
 457 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 458 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Swap,
         
     | 
| 
      
 459 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "swap"),
         
     | 
| 
      
 460 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 461 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 462 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 463 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 464 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong"]
         
     | 
| 
      
 465 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 466 
     | 
    
         
            +
                    )
         
     | 
| 
      
 467 
     | 
    
         
            +
             
     | 
| 
      
 468 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 469 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ps_infoType,
         
     | 
| 
      
 470 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
         
     | 
| 
      
 471 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 472 
     | 
    
         
            +
                        ["process", "Virtuozzo::SOAP::Types::Servicem::Ps_infoType::C_Process[]", [1, nil]],
         
     | 
| 
      
 473 
     | 
    
         
            +
                        ["param_id", "SOAP::SOAPString[]", [1, nil]],
         
     | 
| 
      
 474 
     | 
    
         
            +
                        ["run", "SOAP::SOAPInt"],
         
     | 
| 
      
 475 
     | 
    
         
            +
                        ["idle", "SOAP::SOAPInt"],
         
     | 
| 
      
 476 
     | 
    
         
            +
                        ["zombie", "SOAP::SOAPInt"],
         
     | 
| 
      
 477 
     | 
    
         
            +
                        ["sleep", "SOAP::SOAPInt"],
         
     | 
| 
      
 478 
     | 
    
         
            +
                        ["uninterrupt", "SOAP::SOAPInt"],
         
     | 
| 
      
 479 
     | 
    
         
            +
                        ["stopped", "SOAP::SOAPInt"],
         
     | 
| 
      
 480 
     | 
    
         
            +
                        ["total", "SOAP::SOAPInt"]
         
     | 
| 
      
 481 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 482 
     | 
    
         
            +
                    )
         
     | 
| 
      
 483 
     | 
    
         
            +
             
     | 
| 
      
 484 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 485 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ps_infoType::C_Process,
         
     | 
| 
      
 486 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "process"),
         
     | 
| 
      
 487 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 488 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 489 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 490 
     | 
    
         
            +
                        ["pid", "SOAP::SOAPInt"],
         
     | 
| 
      
 491 
     | 
    
         
            +
                        ["param", "SOAP::SOAPBase64[]", [0, nil]]
         
     | 
| 
      
 492 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 493 
     | 
    
         
            +
                    )
         
     | 
| 
      
 494 
     | 
    
         
            +
             
     | 
| 
      
 495 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 496 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType,
         
     | 
| 
      
 497 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
         
     | 
| 
      
 498 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 499 
     | 
    
         
            +
                        ["l1", "Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L1"],
         
     | 
| 
      
 500 
     | 
    
         
            +
                        ["l2", "Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L2", [0, 1]],
         
     | 
| 
      
 501 
     | 
    
         
            +
                        ["l3", "Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L3", [0, 1]]
         
     | 
| 
      
 502 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 503 
     | 
    
         
            +
                    )
         
     | 
| 
      
 504 
     | 
    
         
            +
             
     | 
| 
      
 505 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 506 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L1,
         
     | 
| 
      
 507 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "l1"),
         
     | 
| 
      
 508 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 509 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 510 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 511 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 512 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 513 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 514 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 515 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 516 
     | 
    
         
            +
                    )
         
     | 
| 
      
 517 
     | 
    
         
            +
             
     | 
| 
      
 518 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 519 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L2,
         
     | 
| 
      
 520 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "l2"),
         
     | 
| 
      
 521 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 522 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 523 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 524 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 525 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 526 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 527 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 528 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 529 
     | 
    
         
            +
                    )
         
     | 
| 
      
 530 
     | 
    
         
            +
             
     | 
| 
      
 531 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 532 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L3,
         
     | 
| 
      
 533 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "l3"),
         
     | 
| 
      
 534 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 535 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 536 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 537 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 538 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 539 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 540 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 541 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 542 
     | 
    
         
            +
                    )
         
     | 
| 
      
 543 
     | 
    
         
            +
             
     | 
| 
      
 544 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 545 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Alert_dataType,
         
     | 
| 
      
 546 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
         
     | 
| 
      
 547 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
         
     | 
| 
      
 548 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 549 
     | 
    
         
            +
                        ["type", "SOAP::SOAPInt"]
         
     | 
| 
      
 550 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 551 
     | 
    
         
            +
                    )
         
     | 
| 
      
 552 
     | 
    
         
            +
             
     | 
| 
      
 553 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 554 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_addressType,
         
     | 
| 
      
 555 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
         
     | 
| 
      
 556 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 557 
     | 
    
         
            +
                        ["ip", nil],
         
     | 
| 
      
 558 
     | 
    
         
            +
                        ["netmask", nil, [0, 1]]
         
     | 
| 
      
 559 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 560 
     | 
    
         
            +
                    )
         
     | 
| 
      
 561 
     | 
    
         
            +
             
     | 
| 
      
 562 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 563 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_resourceType,
         
     | 
| 
      
 564 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
         
     | 
| 
      
 565 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 566 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 567 
     | 
    
         
            +
                        ["ip_pool", "Virtuozzo::SOAP::Types::Servicem::Ip_poolType", [0, 1]]
         
     | 
| 
      
 568 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 569 
     | 
    
         
            +
                    )
         
     | 
| 
      
 570 
     | 
    
         
            +
             
     | 
| 
      
 571 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 572 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_poolType,
         
     | 
| 
      
 573 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
         
     | 
| 
      
 574 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 575 
     | 
    
         
            +
                        ["ip_range", "Virtuozzo::SOAP::Types::Servicem::Ip_poolType::Ip_range[]"],
         
     | 
| 
      
 576 
     | 
    
         
            +
                        ["ip", "[]"]
         
     | 
| 
      
 577 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 578 
     | 
    
         
            +
                    )
         
     | 
| 
      
 579 
     | 
    
         
            +
             
     | 
| 
      
 580 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 581 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_poolType::Ip_range,
         
     | 
| 
      
 582 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "ip_range"),
         
     | 
| 
      
 583 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 584 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 585 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 586 
     | 
    
         
            +
                        ["start_ip", nil],
         
     | 
| 
      
 587 
     | 
    
         
            +
                        ["end_ip", nil]
         
     | 
| 
      
 588 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 589 
     | 
    
         
            +
                    )
         
     | 
| 
      
 590 
     | 
    
         
            +
             
     | 
| 
      
 591 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 592 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UsageType,
         
     | 
| 
      
 593 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "usageType"),
         
     | 
| 
      
 594 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 595 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 596 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 597 
     | 
    
         
            +
                        ["free", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 598 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 599 
     | 
    
         
            +
                    )
         
     | 
| 
      
 600 
     | 
    
         
            +
             
     | 
| 
      
 601 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 602 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Root_credentialType,
         
     | 
| 
      
 603 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
         
     | 
| 
      
 604 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
         
     | 
| 
      
 605 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 606 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 607 
     | 
    
         
            +
                        ["policy", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 608 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 609 
     | 
    
         
            +
                        ["cred", "Virtuozzo::SOAP::Types::Servicem::CredentialType[]", [0, nil]],
         
     | 
| 
      
 610 
     | 
    
         
            +
                        ["objects", "Virtuozzo::SOAP::Types::Servicem::Root_credentialType::Objects", [0, 1]]
         
     | 
| 
      
 611 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 612 
     | 
    
         
            +
                    )
         
     | 
| 
      
 613 
     | 
    
         
            +
             
     | 
| 
      
 614 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 615 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Root_credentialType::Objects,
         
     | 
| 
      
 616 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "objects"),
         
     | 
| 
      
 617 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 618 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 619 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 620 
     | 
    
         
            +
                        ["eid", "SOAP::SOAPString[]", [0, nil]]
         
     | 
| 
      
 621 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 622 
     | 
    
         
            +
                    )
         
     | 
| 
      
 623 
     | 
    
         
            +
             
     | 
| 
      
 624 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 625 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::CredentialType,
         
     | 
| 
      
 626 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "credentialType"),
         
     | 
| 
      
 627 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 628 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 629 
     | 
    
         
            +
                        ["policy", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 630 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 631 
     | 
    
         
            +
                        ["cred", "Virtuozzo::SOAP::Types::Servicem::CredentialType[]", [0, nil]]
         
     | 
| 
      
 632 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 633 
     | 
    
         
            +
                    )
         
     | 
| 
      
 634 
     | 
    
         
            +
             
     | 
| 
      
 635 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 636 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType,
         
     | 
| 
      
 637 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "tokenType"),
         
     | 
| 
      
 638 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 639 
     | 
    
         
            +
                        ["user", nil],
         
     | 
| 
      
 640 
     | 
    
         
            +
                        ["groups", "Virtuozzo::SOAP::Types::Servicem::TokenType::Groups", [0, 1]],
         
     | 
| 
      
 641 
     | 
    
         
            +
                        ["deny_only_sids", "Virtuozzo::SOAP::Types::Servicem::TokenType::Deny_only_sids", [0, 1]],
         
     | 
| 
      
 642 
     | 
    
         
            +
                        ["privileges", "Virtuozzo::SOAP::Types::Servicem::TokenType::Privileges", [0, 1]],
         
     | 
| 
      
 643 
     | 
    
         
            +
                        ["source", "Virtuozzo::SOAP::Types::Servicem::TokenType::Source", [0, 1]]
         
     | 
| 
      
 644 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 645 
     | 
    
         
            +
                    )
         
     | 
| 
      
 646 
     | 
    
         
            +
             
     | 
| 
      
 647 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 648 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Groups,
         
     | 
| 
      
 649 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "groups"),
         
     | 
| 
      
 650 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 651 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 652 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 653 
     | 
    
         
            +
                        ["sid", "[]", [1, nil]]
         
     | 
| 
      
 654 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 655 
     | 
    
         
            +
                    )
         
     | 
| 
      
 656 
     | 
    
         
            +
             
     | 
| 
      
 657 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 658 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Deny_only_sids,
         
     | 
| 
      
 659 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
         
     | 
| 
      
 660 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 661 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 662 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 663 
     | 
    
         
            +
                        ["sid", "[]", [0, nil]]
         
     | 
| 
      
 664 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 665 
     | 
    
         
            +
                    )
         
     | 
| 
      
 666 
     | 
    
         
            +
             
     | 
| 
      
 667 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 668 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Privileges,
         
     | 
| 
      
 669 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "privileges"),
         
     | 
| 
      
 670 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 671 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 672 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 673 
     | 
    
         
            +
                        ["privilege", "[]", [0, nil]]
         
     | 
| 
      
 674 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 675 
     | 
    
         
            +
                    )
         
     | 
| 
      
 676 
     | 
    
         
            +
             
     | 
| 
      
 677 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 678 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Source,
         
     | 
| 
      
 679 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "source"),
         
     | 
| 
      
 680 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 681 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 682 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 683 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 684 
     | 
    
         
            +
                        ["id", nil]
         
     | 
| 
      
 685 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 686 
     | 
    
         
            +
                    )
         
     | 
| 
      
 687 
     | 
    
         
            +
             
     | 
| 
      
 688 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 689 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Connectivity_infoType,
         
     | 
| 
      
 690 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
         
     | 
| 
      
 691 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 692 
     | 
    
         
            +
                        ["protocol", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 693 
     | 
    
         
            +
                        ["address", "SOAP::SOAPString"],
         
     | 
| 
      
 694 
     | 
    
         
            +
                        ["port", "SOAP::SOAPUnsignedInt", [0, 1]]
         
     | 
| 
      
 695 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 696 
     | 
    
         
            +
                    )
         
     | 
| 
      
 697 
     | 
    
         
            +
             
     | 
| 
      
 698 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 699 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Auth_nameType,
         
     | 
| 
      
 700 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
         
     | 
| 
      
 701 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 702 
     | 
    
         
            +
                        ["name", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 703 
     | 
    
         
            +
                        ["domain", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 704 
     | 
    
         
            +
                        ["realm", nil]
         
     | 
| 
      
 705 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 706 
     | 
    
         
            +
                    )
         
     | 
| 
      
 707 
     | 
    
         
            +
             
     | 
| 
      
 708 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 709 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Connection_infoType,
         
     | 
| 
      
 710 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
         
     | 
| 
      
 711 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
         
     | 
| 
      
 712 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 713 
     | 
    
         
            +
                        ["protocol", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 714 
     | 
    
         
            +
                        ["address", "SOAP::SOAPString"],
         
     | 
| 
      
 715 
     | 
    
         
            +
                        ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
         
     | 
| 
      
 716 
     | 
    
         
            +
                        ["login", "Virtuozzo::SOAP::Types::Servicem::Auth_nameType", [0, 1]],
         
     | 
| 
      
 717 
     | 
    
         
            +
                        ["password", "SOAP::SOAPBase64", [0, 1]]
         
     | 
| 
      
 718 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 719 
     | 
    
         
            +
                    )
         
     | 
| 
      
 720 
     | 
    
         
            +
             
     | 
| 
      
 721 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 722 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Eid_listType,
         
     | 
| 
      
 723 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
         
     | 
| 
      
 724 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 725 
     | 
    
         
            +
                        ["eid", "[]", [0, nil]]
         
     | 
| 
      
 726 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 727 
     | 
    
         
            +
                    )
         
     | 
| 
      
 728 
     | 
    
         
            +
             
     | 
| 
      
 729 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 730 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Vt_infoType,
         
     | 
| 
      
 731 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
         
     | 
| 
      
 732 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 733 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 734 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 735 
     | 
    
         
            +
                    )
         
     | 
| 
      
 736 
     | 
    
         
            +
             
     | 
| 
      
 737 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 738 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Vt_settingsType,
         
     | 
| 
      
 739 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
         
     | 
| 
      
 740 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 741 
     | 
    
         
            +
                        ["default_sample_id", nil, [0, 1]]
         
     | 
| 
      
 742 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 743 
     | 
    
         
            +
                    )
         
     | 
| 
      
 744 
     | 
    
         
            +
             
     | 
| 
      
 745 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 746 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UserType,
         
     | 
| 
      
 747 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "userType"),
         
     | 
| 
      
 748 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 749 
     | 
    
         
            +
                        ["initial_group", "Virtuozzo::SOAP::Types::Servicem::UserType::Initial_group", [0, 1]],
         
     | 
| 
      
 750 
     | 
    
         
            +
                        ["group", "Virtuozzo::SOAP::Types::Servicem::UserType::Group[]", [0, nil]],
         
     | 
| 
      
 751 
     | 
    
         
            +
                        ["uid", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 752 
     | 
    
         
            +
                        ["shell", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 753 
     | 
    
         
            +
                        ["password", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 754 
     | 
    
         
            +
                        ["home_dir", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 755 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 756 
     | 
    
         
            +
                        ["comment", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 757 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 758 
     | 
    
         
            +
                    )
         
     | 
| 
      
 759 
     | 
    
         
            +
             
     | 
| 
      
 760 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 761 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UserType::Initial_group,
         
     | 
| 
      
 762 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "initial_group"),
         
     | 
| 
      
 763 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 764 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 765 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 766 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 767 
     | 
    
         
            +
                        ["gid", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 768 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 769 
     | 
    
         
            +
                    )
         
     | 
| 
      
 770 
     | 
    
         
            +
             
     | 
| 
      
 771 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 772 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UserType::Group,
         
     | 
| 
      
 773 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "group"),
         
     | 
| 
      
 774 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 775 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 776 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 777 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 778 
     | 
    
         
            +
                        ["gid", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 779 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 780 
     | 
    
         
            +
                    )
         
     | 
| 
      
 781 
     | 
    
         
            +
             
     | 
| 
      
 782 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 783 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::GroupType,
         
     | 
| 
      
 784 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "groupType"),
         
     | 
| 
      
 785 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 786 
     | 
    
         
            +
                        ["user", "Virtuozzo::SOAP::Types::Servicem::GroupType::User[]", [0, nil]],
         
     | 
| 
      
 787 
     | 
    
         
            +
                        ["member_group", "Virtuozzo::SOAP::Types::Servicem::GroupType::Member_group[]", [0, nil]],
         
     | 
| 
      
 788 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 789 
     | 
    
         
            +
                        ["gid", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 790 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 791 
     | 
    
         
            +
                    )
         
     | 
| 
      
 792 
     | 
    
         
            +
             
     | 
| 
      
 793 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 794 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::GroupType::User,
         
     | 
| 
      
 795 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "user"),
         
     | 
| 
      
 796 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 797 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 798 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 799 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"]
         
     | 
| 
      
 800 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 801 
     | 
    
         
            +
                    )
         
     | 
| 
      
 802 
     | 
    
         
            +
             
     | 
| 
      
 803 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 804 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::GroupType::Member_group,
         
     | 
| 
      
 805 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "member_group"),
         
     | 
| 
      
 806 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 807 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 808 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 809 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 810 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 811 
     | 
    
         
            +
                    )
         
     | 
| 
      
 812 
     | 
    
         
            +
             
     | 
| 
      
 813 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 814 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::PackageType,
         
     | 
| 
      
 815 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "packageType"),
         
     | 
| 
      
 816 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 817 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 818 
     | 
    
         
            +
                        ["summary", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 819 
     | 
    
         
            +
                        ["os", "Virtuozzo::SOAP::Types::Servicem::OsType", [0, 1]],
         
     | 
| 
      
 820 
     | 
    
         
            +
                        ["description", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 821 
     | 
    
         
            +
                        ["arch", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 822 
     | 
    
         
            +
                        ["version", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 823 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 824 
     | 
    
         
            +
                    )
         
     | 
| 
      
 825 
     | 
    
         
            +
             
     | 
| 
      
 826 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 827 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Event_dataType,
         
     | 
| 
      
 828 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
         
     | 
| 
      
 829 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 830 
     | 
    
         
            +
                    )
         
     | 
| 
      
 831 
     | 
    
         
            +
             
     | 
| 
      
 832 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 833 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Named_listType,
         
     | 
| 
      
 834 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "named_listType"),
         
     | 
| 
      
 835 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 836 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 837 
     | 
    
         
            +
                        ["value", "SOAP::SOAPBase64[]", [0, nil]]
         
     | 
| 
      
 838 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 839 
     | 
    
         
            +
                    )
         
     | 
| 
      
 840 
     | 
    
         
            +
             
     | 
| 
      
 841 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 842 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ModType,
         
     | 
| 
      
 843 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "modType"),
         
     | 
| 
      
 844 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
         
     | 
| 
      
 845 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 846 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 847 
     | 
    
         
            +
                        ["value", "SOAP::SOAPBase64[]", [0, nil]],
         
     | 
| 
      
 848 
     | 
    
         
            +
                        ["op", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 849 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 850 
     | 
    
         
            +
                    )
         
     | 
| 
      
 851 
     | 
    
         
            +
             
     | 
| 
      
 852 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 853 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::RealmType,
         
     | 
| 
      
 854 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "realmType"),
         
     | 
| 
      
 855 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 856 
     | 
    
         
            +
                        ["id", nil, [0, 1]],
         
     | 
| 
      
 857 
     | 
    
         
            +
                        ["type", "SOAP::SOAPInt"],
         
     | 
| 
      
 858 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 859 
     | 
    
         
            +
                        ["builtin", nil, [0, 1]]
         
     | 
| 
      
 860 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 861 
     | 
    
         
            +
                    )
         
     | 
| 
      
 862 
     | 
    
         
            +
             
     | 
| 
      
 863 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 864 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::EventType,
         
     | 
| 
      
 865 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "eventType"),
         
     | 
| 
      
 866 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 867 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 868 
     | 
    
         
            +
                        ["time", nil],
         
     | 
| 
      
 869 
     | 
    
         
            +
                        ["source", "SOAP::SOAPString"],
         
     | 
| 
      
 870 
     | 
    
         
            +
                        ["category", "SOAP::SOAPString"],
         
     | 
| 
      
 871 
     | 
    
         
            +
                        ["sid", nil, [0, 1]],
         
     | 
| 
      
 872 
     | 
    
         
            +
                        ["count", "SOAP::SOAPInt"],
         
     | 
| 
      
 873 
     | 
    
         
            +
                        ["id", nil],
         
     | 
| 
      
 874 
     | 
    
         
            +
                        ["info", "Virtuozzo::SOAP::Types::Servicem::InfoType"],
         
     | 
| 
      
 875 
     | 
    
         
            +
                        ["data", "Virtuozzo::SOAP::Types::Servicem::EventType::C_Data", [0, 1]]
         
     | 
| 
      
 876 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 877 
     | 
    
         
            +
                    )
         
     | 
| 
      
 878 
     | 
    
         
            +
             
     | 
| 
      
 879 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 880 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::EventType::C_Data,
         
     | 
| 
      
 881 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "data"),
         
     | 
| 
      
 882 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 883 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 884 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 885 
     | 
    
         
            +
                        ["event_data", "Virtuozzo::SOAP::Types::Servicem::Event_dataType"]
         
     | 
| 
      
 886 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 887 
     | 
    
         
            +
                    )
         
     | 
| 
      
 888 
     | 
    
         
            +
             
     | 
| 
      
 889 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 890 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::InfoType,
         
     | 
| 
      
 891 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "infoType"),
         
     | 
| 
      
 892 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 893 
     | 
    
         
            +
                        ["message", "SOAP::SOAPBase64"],
         
     | 
| 
      
 894 
     | 
    
         
            +
                        ["translate", nil, [0, 1]],
         
     | 
| 
      
 895 
     | 
    
         
            +
                        ["parameter", "Virtuozzo::SOAP::Types::Servicem::InfoType[]", [0, nil]],
         
     | 
| 
      
 896 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"]
         
     | 
| 
      
 897 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 898 
     | 
    
         
            +
                    )
         
     | 
| 
      
 899 
     | 
    
         
            +
             
     | 
| 
      
 900 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 901 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::AceType,
         
     | 
| 
      
 902 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "aceType"),
         
     | 
| 
      
 903 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 904 
     | 
    
         
            +
                        ["type", "SOAP::SOAPInt"],
         
     | 
| 
      
 905 
     | 
    
         
            +
                        ["sid", nil],
         
     | 
| 
      
 906 
     | 
    
         
            +
                        ["rights", "SOAP::SOAPBase64"]
         
     | 
| 
      
 907 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 908 
     | 
    
         
            +
                    )
         
     | 
| 
      
 909 
     | 
    
         
            +
             
     | 
| 
      
 910 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 911 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Security_descriptorType,
         
     | 
| 
      
 912 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
         
     | 
| 
      
 913 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 914 
     | 
    
         
            +
                        ["owner", nil],
         
     | 
| 
      
 915 
     | 
    
         
            +
                        ["group", nil],
         
     | 
| 
      
 916 
     | 
    
         
            +
                        ["dacl", "Virtuozzo::SOAP::Types::Servicem::Security_descriptorType::Dacl", [0, 1]]
         
     | 
| 
      
 917 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 918 
     | 
    
         
            +
                    )
         
     | 
| 
      
 919 
     | 
    
         
            +
             
     | 
| 
      
 920 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 921 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Security_descriptorType::Dacl,
         
     | 
| 
      
 922 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "dacl"),
         
     | 
| 
      
 923 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 924 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 925 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 926 
     | 
    
         
            +
                        ["ace", "Virtuozzo::SOAP::Types::Servicem::AceType[]", [0, nil]]
         
     | 
| 
      
 927 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 928 
     | 
    
         
            +
                    )
         
     | 
| 
      
 929 
     | 
    
         
            +
             
     | 
| 
      
 930 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 931 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_security_objectType,
         
     | 
| 
      
 932 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
         
     | 
| 
      
 933 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
         
     | 
| 
      
 934 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 935 
     | 
    
         
            +
                        ["eid", nil]
         
     | 
| 
      
 936 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 937 
     | 
    
         
            +
                    )
         
     | 
| 
      
 938 
     | 
    
         
            +
             
     | 
| 
      
 939 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 940 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_deviceType,
         
     | 
| 
      
 941 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
         
     | 
| 
      
 942 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 943 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 944 
     | 
    
         
            +
                        ["ip_address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 945 
     | 
    
         
            +
                        ["dhcp", nil, [0, 1]],
         
     | 
| 
      
 946 
     | 
    
         
            +
                        ["network_id", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 947 
     | 
    
         
            +
                        ["status", "Virtuozzo::SOAP::Types::Servicem::Net_deviceType::Status", [0, 1]]
         
     | 
| 
      
 948 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 949 
     | 
    
         
            +
                    )
         
     | 
| 
      
 950 
     | 
    
         
            +
             
     | 
| 
      
 951 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 952 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_deviceType::Status,
         
     | 
| 
      
 953 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "status"),
         
     | 
| 
      
 954 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 955 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 956 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 957 
     | 
    
         
            +
                        ["up", nil],
         
     | 
| 
      
 958 
     | 
    
         
            +
                        ["down", nil]
         
     | 
| 
      
 959 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 960 
     | 
    
         
            +
                    )
         
     | 
| 
      
 961 
     | 
    
         
            +
             
     | 
| 
      
 962 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 963 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Voc_parameterType,
         
     | 
| 
      
 964 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
         
     | 
| 
      
 965 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 966 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 967 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 968 
     | 
    
         
            +
                        ["min", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 969 
     | 
    
         
            +
                        ["max", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 970 
     | 
    
         
            +
                        ["long", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 971 
     | 
    
         
            +
                        ["short", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 972 
     | 
    
         
            +
                        ["category", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 973 
     | 
    
         
            +
                        ["complex", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 974 
     | 
    
         
            +
                        ["default", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 975 
     | 
    
         
            +
                        ["measure", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 976 
     | 
    
         
            +
                        ["data", nil, [0, 1]],
         
     | 
| 
      
 977 
     | 
    
         
            +
                        ["name", nil, [0, 1]]
         
     | 
| 
      
 978 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 979 
     | 
    
         
            +
                    )
         
     | 
| 
      
 980 
     | 
    
         
            +
             
     | 
| 
      
 981 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 982 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::VocabularyType,
         
     | 
| 
      
 983 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
         
     | 
| 
      
 984 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 985 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 986 
     | 
    
         
            +
                        ["parameter", "Virtuozzo::SOAP::Types::Servicem::Voc_parameterType[]", [0, nil]],
         
     | 
| 
      
 987 
     | 
    
         
            +
                        ["category", "Virtuozzo::SOAP::Types::Servicem::Voc_parameterType[]", [0, nil]]
         
     | 
| 
      
 988 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 989 
     | 
    
         
            +
                    )
         
     | 
| 
      
 990 
     | 
    
         
            +
             
     | 
| 
      
 991 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 992 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_nicType,
         
     | 
| 
      
 993 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
         
     | 
| 
      
 994 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
         
     | 
| 
      
 995 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 996 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 997 
     | 
    
         
            +
                        ["ip_address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 998 
     | 
    
         
            +
                        ["dhcp", nil, [0, 1]],
         
     | 
| 
      
 999 
     | 
    
         
            +
                        ["network_id", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1000 
     | 
    
         
            +
                        ["status", "Virtuozzo::SOAP::Types::Servicem::Net_nicType::Status", [0, 1]],
         
     | 
| 
      
 1001 
     | 
    
         
            +
                        ["mac_address", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1002 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1003 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1004 
     | 
    
         
            +
             
     | 
| 
      
 1005 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1006 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_nicType::Status,
         
     | 
| 
      
 1007 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "status"),
         
     | 
| 
      
 1008 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1009 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1010 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 1011 
     | 
    
         
            +
                        ["up", nil],
         
     | 
| 
      
 1012 
     | 
    
         
            +
                        ["down", nil]
         
     | 
| 
      
 1013 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1014 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1015 
     | 
    
         
            +
             
     | 
| 
      
 1016 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1017 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_statType,
         
     | 
| 
      
 1018 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
         
     | 
| 
      
 1019 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1020 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPAnySimpleType"],
         
     | 
| 
      
 1021 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPAnySimpleType"],
         
     | 
| 
      
 1022 
     | 
    
         
            +
                        ["max", "SOAP::SOAPAnySimpleType"],
         
     | 
| 
      
 1023 
     | 
    
         
            +
                        ["min", "SOAP::SOAPAnySimpleType"]
         
     | 
| 
      
 1024 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1025 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1026 
     | 
    
         
            +
             
     | 
| 
      
 1027 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1028 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType,
         
     | 
| 
      
 1029 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
         
     | 
| 
      
 1030 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1031 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 1032 
     | 
    
         
            +
                        ["v_class", ["Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
         
     | 
| 
      
 1033 
     | 
    
         
            +
                        ["interval", "Virtuozzo::SOAP::Types::Servicem::IntervalType"]
         
     | 
| 
      
 1034 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1035 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1036 
     | 
    
         
            +
             
     | 
| 
      
 1037 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1038 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance::Counter,
         
     | 
| 
      
 1039 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "counter"),
         
     | 
| 
      
 1040 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1041 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1042 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1043 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1044 
     | 
    
         
            +
                        ["value", "Virtuozzo::SOAP::Types::Servicem::Perf_statType"]
         
     | 
| 
      
 1045 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1046 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1047 
     | 
    
         
            +
             
     | 
| 
      
 1048 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1049 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance,
         
     | 
| 
      
 1050 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "instance"),
         
     | 
| 
      
 1051 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1052 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1053 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1054 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1055 
     | 
    
         
            +
                        ["counter", "Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
         
     | 
| 
      
 1056 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1057 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1058 
     | 
    
         
            +
             
     | 
| 
      
 1059 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1060 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class,
         
     | 
| 
      
 1061 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "class"),
         
     | 
| 
      
 1062 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1063 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1064 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1065 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1066 
     | 
    
         
            +
                        ["instance", "Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance[]", [1, nil]]
         
     | 
| 
      
 1067 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1068 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1069 
     | 
    
         
            +
             
     | 
| 
      
 1070 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1071 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Log_options_baseType,
         
     | 
| 
      
 1072 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
         
     | 
| 
      
 1073 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 1074 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1075 
     | 
    
         
            +
             
     | 
| 
      
 1076 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1077 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Log_optionsType,
         
     | 
| 
      
 1078 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
         
     | 
| 
      
 1079 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
         
     | 
| 
      
 1080 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 1081 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1082 
     | 
    
         
            +
             
     | 
| 
      
 1083 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1084 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Packet_headerType,
         
     | 
| 
      
 1085 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
         
     | 
| 
      
 1086 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1087 
     | 
    
         
            +
                        ["auth", "Virtuozzo::SOAP::Types::Servicem::AuthType", [0, 1]],
         
     | 
| 
      
 1088 
     | 
    
         
            +
                        ["cookie", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1089 
     | 
    
         
            +
                        ["target", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 1090 
     | 
    
         
            +
                        ["origin", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1091 
     | 
    
         
            +
                        ["src", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 1092 
     | 
    
         
            +
                        ["dst", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 1093 
     | 
    
         
            +
                        ["session", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1094 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1095 
     | 
    
         
            +
                      :schema_attribute => {
         
     | 
| 
      
 1096 
     | 
    
         
            +
                        XSD::QName.new(nil, "version") => "SOAP::SOAPString",
         
     | 
| 
      
 1097 
     | 
    
         
            +
                        XSD::QName.new(nil, "id") => "SOAP::SOAPString",
         
     | 
| 
      
 1098 
     | 
    
         
            +
                        XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
         
     | 
| 
      
 1099 
     | 
    
         
            +
                        XSD::QName.new(nil, "time") => "SOAP::SOAPString",
         
     | 
| 
      
 1100 
     | 
    
         
            +
                        XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
         
     | 
| 
      
 1101 
     | 
    
         
            +
                        XSD::QName.new(nil, "log") => "SOAP::SOAPString",
         
     | 
| 
      
 1102 
     | 
    
         
            +
                        XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
         
     | 
| 
      
 1103 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
         
     | 
| 
      
 1104 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
         
     | 
| 
      
 1105 
     | 
    
         
            +
                        XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
         
     | 
| 
      
 1106 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1107 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1108 
     | 
    
         
            +
             
     | 
| 
      
 1109 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1110 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::OperatorType,
         
     | 
| 
      
 1111 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
         
     | 
| 
      
 1112 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 1113 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"]
         
     | 
| 
      
 1114 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1115 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1116 
     | 
    
         
            +
             
     | 
| 
      
 1117 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1118 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType,
         
     | 
| 
      
 1119 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
         
     | 
| 
      
 1120 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
         
     | 
| 
      
 1121 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 1122 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"],
         
     | 
| 
      
 1123 
     | 
    
         
            +
                        ["ok", "Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Ok[]"],
         
     | 
| 
      
 1124 
     | 
    
         
            +
                        ["error", "Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Error[]"]
         
     | 
| 
      
 1125 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1126 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1127 
     | 
    
         
            +
             
     | 
| 
      
 1128 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1129 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Ok,
         
     | 
| 
      
 1130 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 1131 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1132 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1133 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 1134 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1135 
     | 
    
         
            +
             
     | 
| 
      
 1136 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1137 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Error,
         
     | 
| 
      
 1138 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 1139 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1140 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1141 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1142 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 1143 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1144 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1145 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1146 
     | 
    
         
            +
             
     | 
| 
      
 1147 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1148 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType,
         
     | 
| 
      
 1149 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
         
     | 
| 
      
 1150 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
         
     | 
| 
      
 1151 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 1152 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"],
         
     | 
| 
      
 1153 
     | 
    
         
            +
                        ["ok", "Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Ok[]"],
         
     | 
| 
      
 1154 
     | 
    
         
            +
                        ["error", "Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Error[]"],
         
     | 
| 
      
 1155 
     | 
    
         
            +
                        [ :choice,
         
     | 
| 
      
 1156 
     | 
    
         
            +
                          ["start_monitor", "Virtuozzo::SOAP::Types::Servicem::Start_monitorType"],
         
     | 
| 
      
 1157 
     | 
    
         
            +
                          ["stop_monitor", "Virtuozzo::SOAP::Types::Servicem::Stop_monitorType"],
         
     | 
| 
      
 1158 
     | 
    
         
            +
                          ["set_period", "Virtuozzo::SOAP::Types::Servicem::Set_periodType", [0, 1]],
         
     | 
| 
      
 1159 
     | 
    
         
            +
                          ["report", nil, [0, 1]]
         
     | 
| 
      
 1160 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 1161 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1162 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1163 
     | 
    
         
            +
             
     | 
| 
      
 1164 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1165 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Ok,
         
     | 
| 
      
 1166 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 1167 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1168 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1169 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 1170 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1171 
     | 
    
         
            +
             
     | 
| 
      
 1172 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1173 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Error,
         
     | 
| 
      
 1174 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 1175 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1176 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1177 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1178 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 1179 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1180 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1181 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1182 
     | 
    
         
            +
             
     | 
| 
      
 1183 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1184 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Set_periodType,
         
     | 
| 
      
 1185 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
         
     | 
| 
      
 1186 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1187 
     | 
    
         
            +
                        ["collect", "SOAP::SOAPInt"],
         
     | 
| 
      
 1188 
     | 
    
         
            +
                        ["log", "SOAP::SOAPInt"],
         
     | 
| 
      
 1189 
     | 
    
         
            +
                        ["report", "SOAP::SOAPInt"]
         
     | 
| 
      
 1190 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1191 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1192 
     | 
    
         
            +
             
     | 
| 
      
 1193 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1194 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Start_monitorType,
         
     | 
| 
      
 1195 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
         
     | 
| 
      
 1196 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1197 
     | 
    
         
            +
                        ["period", "SOAP::SOAPInt"],
         
     | 
| 
      
 1198 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 1199 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1200 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1201 
     | 
    
         
            +
             
     | 
| 
      
 1202 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1203 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Stop_monitorType,
         
     | 
| 
      
 1204 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
         
     | 
| 
      
 1205 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1206 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 1207 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1208 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1209 
     | 
    
         
            +
             
     | 
| 
      
 1210 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1211 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::AuthType,
         
     | 
| 
      
 1212 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "authType"),
         
     | 
| 
      
 1213 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1214 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 1215 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1216 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1217 
     | 
    
         
            +
             
     | 
| 
      
 1218 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1219 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Event_configurationType,
         
     | 
| 
      
 1220 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
         
     | 
| 
      
 1221 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 1222 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1223 
     | 
    
         
            +
                        ["period", "SOAP::SOAPInt"]
         
     | 
| 
      
 1224 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1225 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1226 
     | 
    
         
            +
             
     | 
| 
      
 1227 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1228 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Periodic_configurationType,
         
     | 
| 
      
 1229 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
         
     | 
| 
      
 1230 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 1231 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1232 
     | 
    
         
            +
                        ["log_priority", "SOAP::SOAPInt"],
         
     | 
| 
      
 1233 
     | 
    
         
            +
                        ["monitor_priority", "SOAP::SOAPInt"],
         
     | 
| 
      
 1234 
     | 
    
         
            +
                        ["min_monitor_period", "SOAP::SOAPInt"],
         
     | 
| 
      
 1235 
     | 
    
         
            +
                        ["min_monitor_period_root", "SOAP::SOAPInt"]
         
     | 
| 
      
 1236 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1237 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1238 
     | 
    
         
            +
             
     | 
| 
      
 1239 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1240 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::RouteType,
         
     | 
| 
      
 1241 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "routeType"),
         
     | 
| 
      
 1242 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1243 
     | 
    
         
            +
                        ["director", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1244 
     | 
    
         
            +
                        ["host", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1245 
     | 
    
         
            +
                        ["index", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1246 
     | 
    
         
            +
                        ["target", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1247 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1248 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1249 
     | 
    
         
            +
             
     | 
| 
      
 1250 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1251 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::DataType,
         
     | 
| 
      
 1252 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "dataType"),
         
     | 
| 
      
 1253 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1254 
     | 
    
         
            +
                        ["operator", "Virtuozzo::SOAP::Types::Servicem::OperatorType[]"]
         
     | 
| 
      
 1255 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1256 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1257 
     | 
    
         
            +
             
     | 
| 
      
 1258 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1259 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ConfigurationType,
         
     | 
| 
      
 1260 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 1261 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 1262 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1263 
     | 
    
         
            +
             
     | 
| 
      
 1264 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1265 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Transport_type,
         
     | 
| 
      
 1266 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "transport_type")
         
     | 
| 
      
 1267 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1268 
     | 
    
         
            +
             
     | 
| 
      
 1269 
     | 
    
         
            +
                    EncodedRegistry.register(
         
     | 
| 
      
 1270 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Yes_no_type,
         
     | 
| 
      
 1271 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
         
     | 
| 
      
 1272 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1273 
     | 
    
         
            +
             
     | 
| 
      
 1274 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1275 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType,
         
     | 
| 
      
 1276 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "servicemType"),
         
     | 
| 
      
 1277 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
         
     | 
| 
      
 1278 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 1279 
     | 
    
         
            +
                        ["configuration", ["Virtuozzo::SOAP::Types::Servicem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
         
     | 
| 
      
 1280 
     | 
    
         
            +
                        ["ok", ["Virtuozzo::SOAP::Types::Servicem::ServicemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
         
     | 
| 
      
 1281 
     | 
    
         
            +
                        ["error", ["Virtuozzo::SOAP::Types::Servicem::ServicemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
         
     | 
| 
      
 1282 
     | 
    
         
            +
                        [
         
     | 
| 
      
 1283 
     | 
    
         
            +
                          ["get", "Virtuozzo::SOAP::Types::Servicem::Get[]"],
         
     | 
| 
      
 1284 
     | 
    
         
            +
                          ["set", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 1285 
     | 
    
         
            +
                          ["start", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 1286 
     | 
    
         
            +
                          ["stop", "Virtuozzo::SOAP::Types::Servicem::Stop[]", [1, nil]],
         
     | 
| 
      
 1287 
     | 
    
         
            +
                          ["restart", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 1288 
     | 
    
         
            +
                          ["set_startup_type", "Virtuozzo::SOAP::Types::Servicem::ServicemType::Set_startup_type[]", [1, nil]]
         
     | 
| 
      
 1289 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 1290 
     | 
    
         
            +
                        [ :choice,
         
     | 
| 
      
 1291 
     | 
    
         
            +
                          ["service", "Virtuozzo::SOAP::Types::Servicem::ServiceType[]", [1, nil]]
         
     | 
| 
      
 1292 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 1293 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1294 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1295 
     | 
    
         
            +
             
     | 
| 
      
 1296 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1297 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Ok,
         
     | 
| 
      
 1298 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 1299 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1300 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1301 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 1302 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1303 
     | 
    
         
            +
             
     | 
| 
      
 1304 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1305 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Error,
         
     | 
| 
      
 1306 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 1307 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1308 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1309 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1310 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 1311 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1312 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1313 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1314 
     | 
    
         
            +
             
     | 
| 
      
 1315 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1316 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Set_startup_type,
         
     | 
| 
      
 1317 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "set_startup_type"),
         
     | 
| 
      
 1318 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1319 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1320 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1321 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1322 
     | 
    
         
            +
                        ["startup_type", "SOAP::SOAPString"]
         
     | 
| 
      
 1323 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1324 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1325 
     | 
    
         
            +
             
     | 
| 
      
 1326 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1327 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServiceType,
         
     | 
| 
      
 1328 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "serviceType"),
         
     | 
| 
      
 1329 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1330 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1331 
     | 
    
         
            +
                        ["display_name", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1332 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 1333 
     | 
    
         
            +
                        ["state", "SOAP::SOAPBoolean", [0, 1]],
         
     | 
| 
      
 1334 
     | 
    
         
            +
                        ["readonly", nil, [0, 1]],
         
     | 
| 
      
 1335 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]],
         
     | 
| 
      
 1336 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1337 
     | 
    
         
            +
                        ["status", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1338 
     | 
    
         
            +
                        ["startup_type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1339 
     | 
    
         
            +
                        ["logon_as", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1340 
     | 
    
         
            +
                        ["dependent", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 1341 
     | 
    
         
            +
                        ["depended_on", "SOAP::SOAPString[]", [0, nil]]
         
     | 
| 
      
 1342 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1343 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1344 
     | 
    
         
            +
             
     | 
| 
      
 1345 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1346 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType,
         
     | 
| 
      
 1347 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "service_actionType"),
         
     | 
| 
      
 1348 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1349 
     | 
    
         
            +
                        ["service", "Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service"]
         
     | 
| 
      
 1350 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1351 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1352 
     | 
    
         
            +
             
     | 
| 
      
 1353 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1354 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service,
         
     | 
| 
      
 1355 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "service"),
         
     | 
| 
      
 1356 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1357 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1358 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1359 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1360 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 1361 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]]
         
     | 
| 
      
 1362 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1363 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1364 
     | 
    
         
            +
             
     | 
| 
      
 1365 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1366 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Servicem_configurationType,
         
     | 
| 
      
 1367 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsServicem, "servicem_configurationType"),
         
     | 
| 
      
 1368 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 1369 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1370 
     | 
    
         
            +
                        ["timeouts", "Virtuozzo::SOAP::Types::Servicem::Servicem_configurationType::Timeouts"]
         
     | 
| 
      
 1371 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1372 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1373 
     | 
    
         
            +
             
     | 
| 
      
 1374 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1375 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Servicem_configurationType::Timeouts,
         
     | 
| 
      
 1376 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "timeouts"),
         
     | 
| 
      
 1377 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1378 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1379 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1380 
     | 
    
         
            +
                        ["operate", "SOAP::SOAPInt"],
         
     | 
| 
      
 1381 
     | 
    
         
            +
                        ["status", "SOAP::SOAPInt"]
         
     | 
| 
      
 1382 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1383 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1384 
     | 
    
         
            +
             
     | 
| 
      
 1385 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1386 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::OsType,
         
     | 
| 
      
 1387 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "osType"),
         
     | 
| 
      
 1388 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1389 
     | 
    
         
            +
                        ["platform", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1390 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1391 
     | 
    
         
            +
                        ["version", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1392 
     | 
    
         
            +
                        ["kernel", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1393 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1394 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1395 
     | 
    
         
            +
             
     | 
| 
      
 1396 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1397 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_statusType,
         
     | 
| 
      
 1398 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
         
     | 
| 
      
 1399 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1400 
     | 
    
         
            +
                        ["state", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 1401 
     | 
    
         
            +
                        ["transition", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 1402 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1403 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1404 
     | 
    
         
            +
             
     | 
| 
      
 1405 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1406 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::QosType,
         
     | 
| 
      
 1407 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "qosType"),
         
     | 
| 
      
 1408 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1409 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 1410 
     | 
    
         
            +
                        ["soft", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1411 
     | 
    
         
            +
                        ["hard", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1412 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1413 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1414 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1415 
     | 
    
         
            +
             
     | 
| 
      
 1416 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1417 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_configType,
         
     | 
| 
      
 1418 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_configType"),
         
     | 
| 
      
 1419 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1420 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1421 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1422 
     | 
    
         
            +
                        ["domain", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1423 
     | 
    
         
            +
                        ["hostname", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1424 
     | 
    
         
            +
                        ["address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 1425 
     | 
    
         
            +
                        ["architecture", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1426 
     | 
    
         
            +
                        ["os", "Virtuozzo::SOAP::Types::Servicem::OsType", [0, 1]],
         
     | 
| 
      
 1427 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1428 
     | 
    
         
            +
                        ["nameserver", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 1429 
     | 
    
         
            +
                        ["search_domain", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 1430 
     | 
    
         
            +
                        ["base_sample_id", nil, [0, 1]],
         
     | 
| 
      
 1431 
     | 
    
         
            +
                        ["base_snapshot_id", nil, [0, 1]],
         
     | 
| 
      
 1432 
     | 
    
         
            +
                        ["child_type", "SOAP::SOAPString[]", [0, nil]]
         
     | 
| 
      
 1433 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1434 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1435 
     | 
    
         
            +
             
     | 
| 
      
 1436 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1437 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Venv_configType,
         
     | 
| 
      
 1438 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
         
     | 
| 
      
 1439 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
         
     | 
| 
      
 1440 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1441 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1442 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1443 
     | 
    
         
            +
                        ["domain", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1444 
     | 
    
         
            +
                        ["hostname", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1445 
     | 
    
         
            +
                        ["address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 1446 
     | 
    
         
            +
                        ["architecture", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1447 
     | 
    
         
            +
                        ["os", "Virtuozzo::SOAP::Types::Servicem::OsType", [0, 1]],
         
     | 
| 
      
 1448 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1449 
     | 
    
         
            +
                        ["nameserver", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 1450 
     | 
    
         
            +
                        ["search_domain", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 1451 
     | 
    
         
            +
                        ["base_sample_id", nil, [0, 1]],
         
     | 
| 
      
 1452 
     | 
    
         
            +
                        ["base_snapshot_id", nil, [0, 1]],
         
     | 
| 
      
 1453 
     | 
    
         
            +
                        ["child_type", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 1454 
     | 
    
         
            +
                        ["qos", "Virtuozzo::SOAP::Types::Servicem::QosType[]", [0, nil]]
         
     | 
| 
      
 1455 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1456 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1457 
     | 
    
         
            +
             
     | 
| 
      
 1458 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1459 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Native_configType,
         
     | 
| 
      
 1460 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "native_configType"),
         
     | 
| 
      
 1461 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 1462 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1463 
     | 
    
         
            +
             
     | 
| 
      
 1464 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1465 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::EnvType,
         
     | 
| 
      
 1466 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "envType"),
         
     | 
| 
      
 1467 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1468 
     | 
    
         
            +
                        ["parent_eid", nil],
         
     | 
| 
      
 1469 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 1470 
     | 
    
         
            +
                        ["status", "Virtuozzo::SOAP::Types::Servicem::Env_statusType", [0, 1]],
         
     | 
| 
      
 1471 
     | 
    
         
            +
                        ["alert", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 1472 
     | 
    
         
            +
                        ["config", "Virtuozzo::SOAP::Types::Servicem::Env_configType", [0, 1]],
         
     | 
| 
      
 1473 
     | 
    
         
            +
                        ["virtual_config", "Virtuozzo::SOAP::Types::Servicem::Venv_configType", [0, 1]]
         
     | 
| 
      
 1474 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1475 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1476 
     | 
    
         
            +
             
     | 
| 
      
 1477 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1478 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ProcessesType,
         
     | 
| 
      
 1479 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "processesType"),
         
     | 
| 
      
 1480 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1481 
     | 
    
         
            +
                        ["run", "SOAP::SOAPInt"],
         
     | 
| 
      
 1482 
     | 
    
         
            +
                        ["zombie", "SOAP::SOAPInt"],
         
     | 
| 
      
 1483 
     | 
    
         
            +
                        ["sleep", "SOAP::SOAPInt"],
         
     | 
| 
      
 1484 
     | 
    
         
            +
                        ["uninterrupt", "SOAP::SOAPInt"],
         
     | 
| 
      
 1485 
     | 
    
         
            +
                        ["stopped", "SOAP::SOAPInt"],
         
     | 
| 
      
 1486 
     | 
    
         
            +
                        ["total", "SOAP::SOAPInt"]
         
     | 
| 
      
 1487 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1488 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1489 
     | 
    
         
            +
             
     | 
| 
      
 1490 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1491 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avgType,
         
     | 
| 
      
 1492 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
         
     | 
| 
      
 1493 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1494 
     | 
    
         
            +
                        ["l1", "SOAP::SOAPDouble"],
         
     | 
| 
      
 1495 
     | 
    
         
            +
                        ["l2", "SOAP::SOAPDouble", [0, 1]],
         
     | 
| 
      
 1496 
     | 
    
         
            +
                        ["l3", "SOAP::SOAPDouble", [0, 1]]
         
     | 
| 
      
 1497 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1498 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1499 
     | 
    
         
            +
             
     | 
| 
      
 1500 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1501 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Cpu_loadType,
         
     | 
| 
      
 1502 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
         
     | 
| 
      
 1503 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1504 
     | 
    
         
            +
                        ["system", "SOAP::SOAPLong"],
         
     | 
| 
      
 1505 
     | 
    
         
            +
                        ["user", "SOAP::SOAPLong"],
         
     | 
| 
      
 1506 
     | 
    
         
            +
                        ["nice", "SOAP::SOAPLong"],
         
     | 
| 
      
 1507 
     | 
    
         
            +
                        ["idle", "SOAP::SOAPLong"]
         
     | 
| 
      
 1508 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1509 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1510 
     | 
    
         
            +
             
     | 
| 
      
 1511 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1512 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::CpuType,
         
     | 
| 
      
 1513 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "cpuType"),
         
     | 
| 
      
 1514 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1515 
     | 
    
         
            +
                        ["mhz", "SOAP::SOAPInt"],
         
     | 
| 
      
 1516 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1517 
     | 
    
         
            +
                        ["number", "SOAP::SOAPInt"],
         
     | 
| 
      
 1518 
     | 
    
         
            +
                        ["cores", "SOAP::SOAPInt"],
         
     | 
| 
      
 1519 
     | 
    
         
            +
                        ["hyperthreads", "SOAP::SOAPInt"],
         
     | 
| 
      
 1520 
     | 
    
         
            +
                        ["units", "SOAP::SOAPInt"],
         
     | 
| 
      
 1521 
     | 
    
         
            +
                        ["family", "SOAP::SOAPString"],
         
     | 
| 
      
 1522 
     | 
    
         
            +
                        ["model", "SOAP::SOAPString"],
         
     | 
| 
      
 1523 
     | 
    
         
            +
                        ["bogomips", "SOAP::SOAPInt"]
         
     | 
| 
      
 1524 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1525 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1526 
     | 
    
         
            +
             
     | 
| 
      
 1527 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1528 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TransferType,
         
     | 
| 
      
 1529 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "transferType"),
         
     | 
| 
      
 1530 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1531 
     | 
    
         
            +
                        ["input", "Virtuozzo::SOAP::Types::Servicem::TransferType::Input"],
         
     | 
| 
      
 1532 
     | 
    
         
            +
                        ["output", "Virtuozzo::SOAP::Types::Servicem::TransferType::Output"]
         
     | 
| 
      
 1533 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1534 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1535 
     | 
    
         
            +
             
     | 
| 
      
 1536 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1537 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TransferType::Input,
         
     | 
| 
      
 1538 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "input"),
         
     | 
| 
      
 1539 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1540 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1541 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1542 
     | 
    
         
            +
                        ["bytes", "SOAP::SOAPLong"],
         
     | 
| 
      
 1543 
     | 
    
         
            +
                        ["packets", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1544 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1545 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1546 
     | 
    
         
            +
             
     | 
| 
      
 1547 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1548 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TransferType::Output,
         
     | 
| 
      
 1549 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "output"),
         
     | 
| 
      
 1550 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1551 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1552 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1553 
     | 
    
         
            +
                        ["bytes", "SOAP::SOAPLong"],
         
     | 
| 
      
 1554 
     | 
    
         
            +
                        ["packets", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1555 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1556 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1557 
     | 
    
         
            +
             
     | 
| 
      
 1558 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1559 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::System_nodeType,
         
     | 
| 
      
 1560 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
         
     | 
| 
      
 1561 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1562 
     | 
    
         
            +
                        ["address", "Virtuozzo::SOAP::Types::Servicem::System_nodeType::Address"],
         
     | 
| 
      
 1563 
     | 
    
         
            +
                        ["login", "Virtuozzo::SOAP::Types::Servicem::System_nodeType::Login", [0, 1]]
         
     | 
| 
      
 1564 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1565 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1566 
     | 
    
         
            +
             
     | 
| 
      
 1567 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1568 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::System_nodeType::Address,
         
     | 
| 
      
 1569 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "address"),
         
     | 
| 
      
 1570 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1571 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1572 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1573 
     | 
    
         
            +
                        ["ip", nil]
         
     | 
| 
      
 1574 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1575 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1576 
     | 
    
         
            +
             
     | 
| 
      
 1577 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1578 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::System_nodeType::Login,
         
     | 
| 
      
 1579 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "login"),
         
     | 
| 
      
 1580 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1581 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1582 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1583 
     | 
    
         
            +
                        ["user", "SOAP::SOAPString"],
         
     | 
| 
      
 1584 
     | 
    
         
            +
                        ["password", "SOAP::SOAPBase64"]
         
     | 
| 
      
 1585 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1586 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1587 
     | 
    
         
            +
             
     | 
| 
      
 1588 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1589 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ResourceType,
         
     | 
| 
      
 1590 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "resourceType"),
         
     | 
| 
      
 1591 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1592 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1593 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1594 
     | 
    
         
            +
                        ["free", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1595 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1596 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1597 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1598 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1599 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1600 
     | 
    
         
            +
             
     | 
| 
      
 1601 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1602 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::IntervalType,
         
     | 
| 
      
 1603 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "intervalType"),
         
     | 
| 
      
 1604 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1605 
     | 
    
         
            +
                        ["start_time", nil],
         
     | 
| 
      
 1606 
     | 
    
         
            +
                        ["end_time", nil]
         
     | 
| 
      
 1607 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1608 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1609 
     | 
    
         
            +
             
     | 
| 
      
 1610 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1611 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::StatsType,
         
     | 
| 
      
 1612 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "statsType"),
         
     | 
| 
      
 1613 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1614 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1615 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1616 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1617 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1618 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1619 
     | 
    
         
            +
                        ["soft", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1620 
     | 
    
         
            +
                        ["hard", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1621 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1622 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1623 
     | 
    
         
            +
             
     | 
| 
      
 1624 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1625 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_addressType,
         
     | 
| 
      
 1626 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
         
     | 
| 
      
 1627 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1628 
     | 
    
         
            +
                        ["host", nil],
         
     | 
| 
      
 1629 
     | 
    
         
            +
                        ["mask", nil, [0, 1]]
         
     | 
| 
      
 1630 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1631 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1632 
     | 
    
         
            +
             
     | 
| 
      
 1633 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1634 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_classType,
         
     | 
| 
      
 1635 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_classType"),
         
     | 
| 
      
 1636 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1637 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1638 
     | 
    
         
            +
                        ["transfer", "Virtuozzo::SOAP::Types::Servicem::TransferType", [0, 1]]
         
     | 
| 
      
 1639 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1640 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1641 
     | 
    
         
            +
             
     | 
| 
      
 1642 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1643 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_rangeType,
         
     | 
| 
      
 1644 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
         
     | 
| 
      
 1645 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1646 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1647 
     | 
    
         
            +
                        ["start_ip", nil, [0, 1]],
         
     | 
| 
      
 1648 
     | 
    
         
            +
                        ["subnet_mask", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 1649 
     | 
    
         
            +
                        ["comment", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 1650 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1651 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1652 
     | 
    
         
            +
             
     | 
| 
      
 1653 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1654 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sample_confType,
         
     | 
| 
      
 1655 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
         
     | 
| 
      
 1656 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1657 
     | 
    
         
            +
                        ["env_config", "Virtuozzo::SOAP::Types::Servicem::Env_configType"],
         
     | 
| 
      
 1658 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1659 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1660 
     | 
    
         
            +
                        ["comment", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1661 
     | 
    
         
            +
                        ["vt_version", "Virtuozzo::SOAP::Types::Servicem::Sample_confType::Vt_version", [0, 1]]
         
     | 
| 
      
 1662 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1663 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1664 
     | 
    
         
            +
             
     | 
| 
      
 1665 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1666 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sample_confType::Vt_version,
         
     | 
| 
      
 1667 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "vt_version"),
         
     | 
| 
      
 1668 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1669 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1670 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1671 
     | 
    
         
            +
                        ["platform", "SOAP::SOAPString"],
         
     | 
| 
      
 1672 
     | 
    
         
            +
                        ["architecture", "SOAP::SOAPString"],
         
     | 
| 
      
 1673 
     | 
    
         
            +
                        ["vt_technology", "SOAP::SOAPString"]
         
     | 
| 
      
 1674 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1675 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1676 
     | 
    
         
            +
             
     | 
| 
      
 1677 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1678 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::InterfaceType,
         
     | 
| 
      
 1679 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
         
     | 
| 
      
 1680 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1681 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1682 
     | 
    
         
            +
                        ["bandwidth", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 1683 
     | 
    
         
            +
                        ["transfer", "Virtuozzo::SOAP::Types::Servicem::TransferType", [0, 1]],
         
     | 
| 
      
 1684 
     | 
    
         
            +
                        ["ipaddress", nil, [0, 1]],
         
     | 
| 
      
 1685 
     | 
    
         
            +
                        ["flags", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 1686 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1687 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1688 
     | 
    
         
            +
             
     | 
| 
      
 1689 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1690 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sys_infoType,
         
     | 
| 
      
 1691 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
         
     | 
| 
      
 1692 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1693 
     | 
    
         
            +
                        ["load_avg", "Virtuozzo::SOAP::Types::Servicem::Load_avgType"],
         
     | 
| 
      
 1694 
     | 
    
         
            +
                        ["processes", "Virtuozzo::SOAP::Types::Servicem::ProcessesType"],
         
     | 
| 
      
 1695 
     | 
    
         
            +
                        ["cpu_load", "Virtuozzo::SOAP::Types::Servicem::Cpu_loadType"],
         
     | 
| 
      
 1696 
     | 
    
         
            +
                        ["cpu_states", "Virtuozzo::SOAP::Types::Servicem::Cpu_loadType"],
         
     | 
| 
      
 1697 
     | 
    
         
            +
                        ["users", "SOAP::SOAPInt"],
         
     | 
| 
      
 1698 
     | 
    
         
            +
                        ["uptime", "SOAP::SOAPLong"],
         
     | 
| 
      
 1699 
     | 
    
         
            +
                        ["memory", "Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Memory", [0, 1]],
         
     | 
| 
      
 1700 
     | 
    
         
            +
                        ["swap", "Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Swap", [0, 1]]
         
     | 
| 
      
 1701 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1702 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1703 
     | 
    
         
            +
             
     | 
| 
      
 1704 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1705 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Memory,
         
     | 
| 
      
 1706 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "memory"),
         
     | 
| 
      
 1707 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1708 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1709 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1710 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1711 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong"]
         
     | 
| 
      
 1712 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1713 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1714 
     | 
    
         
            +
             
     | 
| 
      
 1715 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1716 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Sys_infoType::Swap,
         
     | 
| 
      
 1717 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "swap"),
         
     | 
| 
      
 1718 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1719 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1720 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1721 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1722 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong"]
         
     | 
| 
      
 1723 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1724 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1725 
     | 
    
         
            +
             
     | 
| 
      
 1726 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1727 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ps_infoType,
         
     | 
| 
      
 1728 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
         
     | 
| 
      
 1729 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1730 
     | 
    
         
            +
                        ["process", "Virtuozzo::SOAP::Types::Servicem::Ps_infoType::C_Process[]", [1, nil]],
         
     | 
| 
      
 1731 
     | 
    
         
            +
                        ["param_id", "SOAP::SOAPString[]", [1, nil]],
         
     | 
| 
      
 1732 
     | 
    
         
            +
                        ["run", "SOAP::SOAPInt"],
         
     | 
| 
      
 1733 
     | 
    
         
            +
                        ["idle", "SOAP::SOAPInt"],
         
     | 
| 
      
 1734 
     | 
    
         
            +
                        ["zombie", "SOAP::SOAPInt"],
         
     | 
| 
      
 1735 
     | 
    
         
            +
                        ["sleep", "SOAP::SOAPInt"],
         
     | 
| 
      
 1736 
     | 
    
         
            +
                        ["uninterrupt", "SOAP::SOAPInt"],
         
     | 
| 
      
 1737 
     | 
    
         
            +
                        ["stopped", "SOAP::SOAPInt"],
         
     | 
| 
      
 1738 
     | 
    
         
            +
                        ["total", "SOAP::SOAPInt"]
         
     | 
| 
      
 1739 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1740 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1741 
     | 
    
         
            +
             
     | 
| 
      
 1742 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1743 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ps_infoType::C_Process,
         
     | 
| 
      
 1744 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "process"),
         
     | 
| 
      
 1745 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1746 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1747 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1748 
     | 
    
         
            +
                        ["pid", "SOAP::SOAPInt"],
         
     | 
| 
      
 1749 
     | 
    
         
            +
                        ["param", "SOAP::SOAPBase64[]", [0, nil]]
         
     | 
| 
      
 1750 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1751 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1752 
     | 
    
         
            +
             
     | 
| 
      
 1753 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1754 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType,
         
     | 
| 
      
 1755 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
         
     | 
| 
      
 1756 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1757 
     | 
    
         
            +
                        ["l1", "Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L1"],
         
     | 
| 
      
 1758 
     | 
    
         
            +
                        ["l2", "Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L2", [0, 1]],
         
     | 
| 
      
 1759 
     | 
    
         
            +
                        ["l3", "Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L3", [0, 1]]
         
     | 
| 
      
 1760 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1761 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1762 
     | 
    
         
            +
             
     | 
| 
      
 1763 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1764 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L1,
         
     | 
| 
      
 1765 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "l1"),
         
     | 
| 
      
 1766 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1767 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1768 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1769 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1770 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1771 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1772 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1773 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1774 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1775 
     | 
    
         
            +
             
     | 
| 
      
 1776 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1777 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L2,
         
     | 
| 
      
 1778 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "l2"),
         
     | 
| 
      
 1779 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1780 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1781 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1782 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1783 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1784 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1785 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1786 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1787 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1788 
     | 
    
         
            +
             
     | 
| 
      
 1789 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1790 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Load_avg_statsType::L3,
         
     | 
| 
      
 1791 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "l3"),
         
     | 
| 
      
 1792 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1793 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1794 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1795 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1796 
     | 
    
         
            +
                        ["min", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1797 
     | 
    
         
            +
                        ["max", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1798 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1799 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1800 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1801 
     | 
    
         
            +
             
     | 
| 
      
 1802 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1803 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Alert_dataType,
         
     | 
| 
      
 1804 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
         
     | 
| 
      
 1805 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
         
     | 
| 
      
 1806 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1807 
     | 
    
         
            +
                        ["type", "SOAP::SOAPInt"]
         
     | 
| 
      
 1808 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1809 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1810 
     | 
    
         
            +
             
     | 
| 
      
 1811 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1812 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_addressType,
         
     | 
| 
      
 1813 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
         
     | 
| 
      
 1814 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1815 
     | 
    
         
            +
                        ["ip", nil],
         
     | 
| 
      
 1816 
     | 
    
         
            +
                        ["netmask", nil, [0, 1]]
         
     | 
| 
      
 1817 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1818 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1819 
     | 
    
         
            +
             
     | 
| 
      
 1820 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1821 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_resourceType,
         
     | 
| 
      
 1822 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
         
     | 
| 
      
 1823 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1824 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 1825 
     | 
    
         
            +
                        ["ip_pool", "Virtuozzo::SOAP::Types::Servicem::Ip_poolType", [0, 1]]
         
     | 
| 
      
 1826 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1827 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1828 
     | 
    
         
            +
             
     | 
| 
      
 1829 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1830 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_poolType,
         
     | 
| 
      
 1831 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
         
     | 
| 
      
 1832 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 1833 
     | 
    
         
            +
                        ["ip_range", "Virtuozzo::SOAP::Types::Servicem::Ip_poolType::Ip_range[]"],
         
     | 
| 
      
 1834 
     | 
    
         
            +
                        ["ip", "[]"]
         
     | 
| 
      
 1835 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1836 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1837 
     | 
    
         
            +
             
     | 
| 
      
 1838 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1839 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Ip_poolType::Ip_range,
         
     | 
| 
      
 1840 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "ip_range"),
         
     | 
| 
      
 1841 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1842 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1843 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1844 
     | 
    
         
            +
                        ["start_ip", nil],
         
     | 
| 
      
 1845 
     | 
    
         
            +
                        ["end_ip", nil]
         
     | 
| 
      
 1846 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1847 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1848 
     | 
    
         
            +
             
     | 
| 
      
 1849 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1850 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UsageType,
         
     | 
| 
      
 1851 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "usageType"),
         
     | 
| 
      
 1852 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1853 
     | 
    
         
            +
                        ["total", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1854 
     | 
    
         
            +
                        ["used", "SOAP::SOAPLong", [0, 1]],
         
     | 
| 
      
 1855 
     | 
    
         
            +
                        ["free", "SOAP::SOAPLong", [0, 1]]
         
     | 
| 
      
 1856 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1857 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1858 
     | 
    
         
            +
             
     | 
| 
      
 1859 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1860 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Root_credentialType,
         
     | 
| 
      
 1861 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
         
     | 
| 
      
 1862 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
         
     | 
| 
      
 1863 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1864 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 1865 
     | 
    
         
            +
                        ["policy", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 1866 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1867 
     | 
    
         
            +
                        ["cred", "Virtuozzo::SOAP::Types::Servicem::CredentialType[]", [0, nil]],
         
     | 
| 
      
 1868 
     | 
    
         
            +
                        ["objects", "Virtuozzo::SOAP::Types::Servicem::Root_credentialType::Objects", [0, 1]]
         
     | 
| 
      
 1869 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1870 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1871 
     | 
    
         
            +
             
     | 
| 
      
 1872 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1873 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Root_credentialType::Objects,
         
     | 
| 
      
 1874 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "objects"),
         
     | 
| 
      
 1875 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1876 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1877 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1878 
     | 
    
         
            +
                        ["eid", "SOAP::SOAPString[]", [0, nil]]
         
     | 
| 
      
 1879 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1880 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1881 
     | 
    
         
            +
             
     | 
| 
      
 1882 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1883 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::CredentialType,
         
     | 
| 
      
 1884 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "credentialType"),
         
     | 
| 
      
 1885 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1886 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 1887 
     | 
    
         
            +
                        ["policy", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 1888 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1889 
     | 
    
         
            +
                        ["cred", "Virtuozzo::SOAP::Types::Servicem::CredentialType[]", [0, nil]]
         
     | 
| 
      
 1890 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1891 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1892 
     | 
    
         
            +
             
     | 
| 
      
 1893 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1894 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType,
         
     | 
| 
      
 1895 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "tokenType"),
         
     | 
| 
      
 1896 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1897 
     | 
    
         
            +
                        ["user", nil],
         
     | 
| 
      
 1898 
     | 
    
         
            +
                        ["groups", "Virtuozzo::SOAP::Types::Servicem::TokenType::Groups", [0, 1]],
         
     | 
| 
      
 1899 
     | 
    
         
            +
                        ["deny_only_sids", "Virtuozzo::SOAP::Types::Servicem::TokenType::Deny_only_sids", [0, 1]],
         
     | 
| 
      
 1900 
     | 
    
         
            +
                        ["privileges", "Virtuozzo::SOAP::Types::Servicem::TokenType::Privileges", [0, 1]],
         
     | 
| 
      
 1901 
     | 
    
         
            +
                        ["source", "Virtuozzo::SOAP::Types::Servicem::TokenType::Source", [0, 1]]
         
     | 
| 
      
 1902 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1903 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1904 
     | 
    
         
            +
             
     | 
| 
      
 1905 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1906 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Groups,
         
     | 
| 
      
 1907 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "groups"),
         
     | 
| 
      
 1908 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1909 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1910 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1911 
     | 
    
         
            +
                        ["sid", "[]", [1, nil]]
         
     | 
| 
      
 1912 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1913 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1914 
     | 
    
         
            +
             
     | 
| 
      
 1915 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1916 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Deny_only_sids,
         
     | 
| 
      
 1917 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
         
     | 
| 
      
 1918 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1919 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1920 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1921 
     | 
    
         
            +
                        ["sid", "[]", [0, nil]]
         
     | 
| 
      
 1922 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1923 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1924 
     | 
    
         
            +
             
     | 
| 
      
 1925 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1926 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Privileges,
         
     | 
| 
      
 1927 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "privileges"),
         
     | 
| 
      
 1928 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1929 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1930 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1931 
     | 
    
         
            +
                        ["privilege", "[]", [0, nil]]
         
     | 
| 
      
 1932 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1933 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1934 
     | 
    
         
            +
             
     | 
| 
      
 1935 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1936 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::TokenType::Source,
         
     | 
| 
      
 1937 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "source"),
         
     | 
| 
      
 1938 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 1939 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 1940 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1941 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 1942 
     | 
    
         
            +
                        ["id", nil]
         
     | 
| 
      
 1943 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1944 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1945 
     | 
    
         
            +
             
     | 
| 
      
 1946 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1947 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Connectivity_infoType,
         
     | 
| 
      
 1948 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
         
     | 
| 
      
 1949 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1950 
     | 
    
         
            +
                        ["protocol", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1951 
     | 
    
         
            +
                        ["address", "SOAP::SOAPString"],
         
     | 
| 
      
 1952 
     | 
    
         
            +
                        ["port", "SOAP::SOAPUnsignedInt", [0, 1]]
         
     | 
| 
      
 1953 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1954 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1955 
     | 
    
         
            +
             
     | 
| 
      
 1956 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1957 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Auth_nameType,
         
     | 
| 
      
 1958 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
         
     | 
| 
      
 1959 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1960 
     | 
    
         
            +
                        ["name", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1961 
     | 
    
         
            +
                        ["domain", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 1962 
     | 
    
         
            +
                        ["realm", nil]
         
     | 
| 
      
 1963 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1964 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1965 
     | 
    
         
            +
             
     | 
| 
      
 1966 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1967 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Connection_infoType,
         
     | 
| 
      
 1968 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
         
     | 
| 
      
 1969 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
         
     | 
| 
      
 1970 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1971 
     | 
    
         
            +
                        ["protocol", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 1972 
     | 
    
         
            +
                        ["address", "SOAP::SOAPString"],
         
     | 
| 
      
 1973 
     | 
    
         
            +
                        ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
         
     | 
| 
      
 1974 
     | 
    
         
            +
                        ["login", "Virtuozzo::SOAP::Types::Servicem::Auth_nameType", [0, 1]],
         
     | 
| 
      
 1975 
     | 
    
         
            +
                        ["password", "SOAP::SOAPBase64", [0, 1]]
         
     | 
| 
      
 1976 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1977 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1978 
     | 
    
         
            +
             
     | 
| 
      
 1979 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1980 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Eid_listType,
         
     | 
| 
      
 1981 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
         
     | 
| 
      
 1982 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1983 
     | 
    
         
            +
                        ["eid", "[]", [0, nil]]
         
     | 
| 
      
 1984 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1985 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1986 
     | 
    
         
            +
             
     | 
| 
      
 1987 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1988 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Vt_infoType,
         
     | 
| 
      
 1989 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
         
     | 
| 
      
 1990 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1991 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 1992 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1993 
     | 
    
         
            +
                    )
         
     | 
| 
      
 1994 
     | 
    
         
            +
             
     | 
| 
      
 1995 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 1996 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Vt_settingsType,
         
     | 
| 
      
 1997 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
         
     | 
| 
      
 1998 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 1999 
     | 
    
         
            +
                        ["default_sample_id", nil, [0, 1]]
         
     | 
| 
      
 2000 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2001 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2002 
     | 
    
         
            +
             
     | 
| 
      
 2003 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2004 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UserType,
         
     | 
| 
      
 2005 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "userType"),
         
     | 
| 
      
 2006 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2007 
     | 
    
         
            +
                        ["initial_group", "Virtuozzo::SOAP::Types::Servicem::UserType::Initial_group", [0, 1]],
         
     | 
| 
      
 2008 
     | 
    
         
            +
                        ["group", "Virtuozzo::SOAP::Types::Servicem::UserType::Group[]", [0, nil]],
         
     | 
| 
      
 2009 
     | 
    
         
            +
                        ["uid", "SOAP::SOAPInt", [0, 1]],
         
     | 
| 
      
 2010 
     | 
    
         
            +
                        ["shell", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2011 
     | 
    
         
            +
                        ["password", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 2012 
     | 
    
         
            +
                        ["home_dir", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2013 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2014 
     | 
    
         
            +
                        ["comment", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2015 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2016 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2017 
     | 
    
         
            +
             
     | 
| 
      
 2018 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2019 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UserType::Initial_group,
         
     | 
| 
      
 2020 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "initial_group"),
         
     | 
| 
      
 2021 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2022 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2023 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2024 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2025 
     | 
    
         
            +
                        ["gid", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 2026 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2027 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2028 
     | 
    
         
            +
             
     | 
| 
      
 2029 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2030 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::UserType::Group,
         
     | 
| 
      
 2031 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "group"),
         
     | 
| 
      
 2032 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2033 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2034 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2035 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2036 
     | 
    
         
            +
                        ["gid", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 2037 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2038 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2039 
     | 
    
         
            +
             
     | 
| 
      
 2040 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2041 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::GroupType,
         
     | 
| 
      
 2042 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "groupType"),
         
     | 
| 
      
 2043 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2044 
     | 
    
         
            +
                        ["user", "Virtuozzo::SOAP::Types::Servicem::GroupType::User[]", [0, nil]],
         
     | 
| 
      
 2045 
     | 
    
         
            +
                        ["member_group", "Virtuozzo::SOAP::Types::Servicem::GroupType::Member_group[]", [0, nil]],
         
     | 
| 
      
 2046 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2047 
     | 
    
         
            +
                        ["gid", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 2048 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2049 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2050 
     | 
    
         
            +
             
     | 
| 
      
 2051 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2052 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::GroupType::User,
         
     | 
| 
      
 2053 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "user"),
         
     | 
| 
      
 2054 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2055 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2056 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2057 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"]
         
     | 
| 
      
 2058 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2059 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2060 
     | 
    
         
            +
             
     | 
| 
      
 2061 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2062 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::GroupType::Member_group,
         
     | 
| 
      
 2063 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "member_group"),
         
     | 
| 
      
 2064 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2065 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2066 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2067 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2068 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2069 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2070 
     | 
    
         
            +
             
     | 
| 
      
 2071 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2072 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::PackageType,
         
     | 
| 
      
 2073 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "packageType"),
         
     | 
| 
      
 2074 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2075 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2076 
     | 
    
         
            +
                        ["summary", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2077 
     | 
    
         
            +
                        ["os", "Virtuozzo::SOAP::Types::Servicem::OsType", [0, 1]],
         
     | 
| 
      
 2078 
     | 
    
         
            +
                        ["description", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2079 
     | 
    
         
            +
                        ["arch", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2080 
     | 
    
         
            +
                        ["version", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2081 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2082 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2083 
     | 
    
         
            +
             
     | 
| 
      
 2084 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2085 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Event_dataType,
         
     | 
| 
      
 2086 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
         
     | 
| 
      
 2087 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2088 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2089 
     | 
    
         
            +
             
     | 
| 
      
 2090 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2091 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Named_listType,
         
     | 
| 
      
 2092 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "named_listType"),
         
     | 
| 
      
 2093 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2094 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2095 
     | 
    
         
            +
                        ["value", "SOAP::SOAPBase64[]", [0, nil]]
         
     | 
| 
      
 2096 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2097 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2098 
     | 
    
         
            +
             
     | 
| 
      
 2099 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2100 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ModType,
         
     | 
| 
      
 2101 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "modType"),
         
     | 
| 
      
 2102 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
         
     | 
| 
      
 2103 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2104 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2105 
     | 
    
         
            +
                        ["value", "SOAP::SOAPBase64[]", [0, nil]],
         
     | 
| 
      
 2106 
     | 
    
         
            +
                        ["op", "SOAP::SOAPInt", [0, 1]]
         
     | 
| 
      
 2107 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2108 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2109 
     | 
    
         
            +
             
     | 
| 
      
 2110 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2111 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::RealmType,
         
     | 
| 
      
 2112 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "realmType"),
         
     | 
| 
      
 2113 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2114 
     | 
    
         
            +
                        ["id", nil, [0, 1]],
         
     | 
| 
      
 2115 
     | 
    
         
            +
                        ["type", "SOAP::SOAPInt"],
         
     | 
| 
      
 2116 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2117 
     | 
    
         
            +
                        ["builtin", nil, [0, 1]]
         
     | 
| 
      
 2118 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2119 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2120 
     | 
    
         
            +
             
     | 
| 
      
 2121 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2122 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::EventType,
         
     | 
| 
      
 2123 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "eventType"),
         
     | 
| 
      
 2124 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2125 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 2126 
     | 
    
         
            +
                        ["time", nil],
         
     | 
| 
      
 2127 
     | 
    
         
            +
                        ["source", "SOAP::SOAPString"],
         
     | 
| 
      
 2128 
     | 
    
         
            +
                        ["category", "SOAP::SOAPString"],
         
     | 
| 
      
 2129 
     | 
    
         
            +
                        ["sid", nil, [0, 1]],
         
     | 
| 
      
 2130 
     | 
    
         
            +
                        ["count", "SOAP::SOAPInt"],
         
     | 
| 
      
 2131 
     | 
    
         
            +
                        ["id", nil],
         
     | 
| 
      
 2132 
     | 
    
         
            +
                        ["info", "Virtuozzo::SOAP::Types::Servicem::InfoType"],
         
     | 
| 
      
 2133 
     | 
    
         
            +
                        ["data", "Virtuozzo::SOAP::Types::Servicem::EventType::C_Data", [0, 1]]
         
     | 
| 
      
 2134 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2135 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2136 
     | 
    
         
            +
             
     | 
| 
      
 2137 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2138 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::EventType::C_Data,
         
     | 
| 
      
 2139 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "data"),
         
     | 
| 
      
 2140 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2141 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2142 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2143 
     | 
    
         
            +
                        ["event_data", "Virtuozzo::SOAP::Types::Servicem::Event_dataType"]
         
     | 
| 
      
 2144 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2145 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2146 
     | 
    
         
            +
             
     | 
| 
      
 2147 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2148 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::InfoType,
         
     | 
| 
      
 2149 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "infoType"),
         
     | 
| 
      
 2150 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2151 
     | 
    
         
            +
                        ["message", "SOAP::SOAPBase64"],
         
     | 
| 
      
 2152 
     | 
    
         
            +
                        ["translate", nil, [0, 1]],
         
     | 
| 
      
 2153 
     | 
    
         
            +
                        ["parameter", "Virtuozzo::SOAP::Types::Servicem::InfoType[]", [0, nil]],
         
     | 
| 
      
 2154 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"]
         
     | 
| 
      
 2155 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2156 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2157 
     | 
    
         
            +
             
     | 
| 
      
 2158 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2159 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::AceType,
         
     | 
| 
      
 2160 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "aceType"),
         
     | 
| 
      
 2161 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2162 
     | 
    
         
            +
                        ["type", "SOAP::SOAPInt"],
         
     | 
| 
      
 2163 
     | 
    
         
            +
                        ["sid", nil],
         
     | 
| 
      
 2164 
     | 
    
         
            +
                        ["rights", "SOAP::SOAPBase64"]
         
     | 
| 
      
 2165 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2166 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2167 
     | 
    
         
            +
             
     | 
| 
      
 2168 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2169 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Security_descriptorType,
         
     | 
| 
      
 2170 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
         
     | 
| 
      
 2171 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2172 
     | 
    
         
            +
                        ["owner", nil],
         
     | 
| 
      
 2173 
     | 
    
         
            +
                        ["group", nil],
         
     | 
| 
      
 2174 
     | 
    
         
            +
                        ["dacl", "Virtuozzo::SOAP::Types::Servicem::Security_descriptorType::Dacl", [0, 1]]
         
     | 
| 
      
 2175 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2176 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2177 
     | 
    
         
            +
             
     | 
| 
      
 2178 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2179 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Security_descriptorType::Dacl,
         
     | 
| 
      
 2180 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "dacl"),
         
     | 
| 
      
 2181 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2182 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2183 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2184 
     | 
    
         
            +
                        ["ace", "Virtuozzo::SOAP::Types::Servicem::AceType[]", [0, nil]]
         
     | 
| 
      
 2185 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2186 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2187 
     | 
    
         
            +
             
     | 
| 
      
 2188 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2189 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Env_security_objectType,
         
     | 
| 
      
 2190 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
         
     | 
| 
      
 2191 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
         
     | 
| 
      
 2192 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2193 
     | 
    
         
            +
                        ["eid", nil]
         
     | 
| 
      
 2194 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2195 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2196 
     | 
    
         
            +
             
     | 
| 
      
 2197 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2198 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_deviceType,
         
     | 
| 
      
 2199 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
         
     | 
| 
      
 2200 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2201 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2202 
     | 
    
         
            +
                        ["ip_address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 2203 
     | 
    
         
            +
                        ["dhcp", nil, [0, 1]],
         
     | 
| 
      
 2204 
     | 
    
         
            +
                        ["network_id", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 2205 
     | 
    
         
            +
                        ["status", "Virtuozzo::SOAP::Types::Servicem::Net_deviceType::Status", [0, 1]]
         
     | 
| 
      
 2206 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2207 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2208 
     | 
    
         
            +
             
     | 
| 
      
 2209 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2210 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_deviceType::Status,
         
     | 
| 
      
 2211 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "status"),
         
     | 
| 
      
 2212 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2213 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2214 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2215 
     | 
    
         
            +
                        ["up", nil],
         
     | 
| 
      
 2216 
     | 
    
         
            +
                        ["down", nil]
         
     | 
| 
      
 2217 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2218 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2219 
     | 
    
         
            +
             
     | 
| 
      
 2220 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2221 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Voc_parameterType,
         
     | 
| 
      
 2222 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
         
     | 
| 
      
 2223 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2224 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 2225 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2226 
     | 
    
         
            +
                        ["min", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2227 
     | 
    
         
            +
                        ["max", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2228 
     | 
    
         
            +
                        ["long", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2229 
     | 
    
         
            +
                        ["short", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2230 
     | 
    
         
            +
                        ["category", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2231 
     | 
    
         
            +
                        ["complex", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2232 
     | 
    
         
            +
                        ["default", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2233 
     | 
    
         
            +
                        ["measure", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2234 
     | 
    
         
            +
                        ["data", nil, [0, 1]],
         
     | 
| 
      
 2235 
     | 
    
         
            +
                        ["name", nil, [0, 1]]
         
     | 
| 
      
 2236 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2237 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2238 
     | 
    
         
            +
             
     | 
| 
      
 2239 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2240 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::VocabularyType,
         
     | 
| 
      
 2241 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
         
     | 
| 
      
 2242 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2243 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2244 
     | 
    
         
            +
                        ["parameter", "Virtuozzo::SOAP::Types::Servicem::Voc_parameterType[]", [0, nil]],
         
     | 
| 
      
 2245 
     | 
    
         
            +
                        ["category", "Virtuozzo::SOAP::Types::Servicem::Voc_parameterType[]", [0, nil]]
         
     | 
| 
      
 2246 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2247 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2248 
     | 
    
         
            +
             
     | 
| 
      
 2249 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2250 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_nicType,
         
     | 
| 
      
 2251 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
         
     | 
| 
      
 2252 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
         
     | 
| 
      
 2253 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2254 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2255 
     | 
    
         
            +
                        ["ip_address", "Virtuozzo::SOAP::Types::Servicem::Ip_addressType[]", [0, nil]],
         
     | 
| 
      
 2256 
     | 
    
         
            +
                        ["dhcp", nil, [0, 1]],
         
     | 
| 
      
 2257 
     | 
    
         
            +
                        ["network_id", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 2258 
     | 
    
         
            +
                        ["status", "Virtuozzo::SOAP::Types::Servicem::Net_nicType::Status", [0, 1]],
         
     | 
| 
      
 2259 
     | 
    
         
            +
                        ["mac_address", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2260 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2261 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2262 
     | 
    
         
            +
             
     | 
| 
      
 2263 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2264 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Net_nicType::Status,
         
     | 
| 
      
 2265 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "status"),
         
     | 
| 
      
 2266 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2267 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2268 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2269 
     | 
    
         
            +
                        ["up", nil],
         
     | 
| 
      
 2270 
     | 
    
         
            +
                        ["down", nil]
         
     | 
| 
      
 2271 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2272 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2273 
     | 
    
         
            +
             
     | 
| 
      
 2274 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2275 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_statType,
         
     | 
| 
      
 2276 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
         
     | 
| 
      
 2277 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2278 
     | 
    
         
            +
                        ["cur", "SOAP::SOAPAnySimpleType"],
         
     | 
| 
      
 2279 
     | 
    
         
            +
                        ["avg", "SOAP::SOAPAnySimpleType"],
         
     | 
| 
      
 2280 
     | 
    
         
            +
                        ["max", "SOAP::SOAPAnySimpleType"],
         
     | 
| 
      
 2281 
     | 
    
         
            +
                        ["min", "SOAP::SOAPAnySimpleType"]
         
     | 
| 
      
 2282 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2283 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2284 
     | 
    
         
            +
             
     | 
| 
      
 2285 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2286 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType,
         
     | 
| 
      
 2287 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
         
     | 
| 
      
 2288 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2289 
     | 
    
         
            +
                        ["eid", nil],
         
     | 
| 
      
 2290 
     | 
    
         
            +
                        ["v_class", ["Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
         
     | 
| 
      
 2291 
     | 
    
         
            +
                        ["interval", "Virtuozzo::SOAP::Types::Servicem::IntervalType"]
         
     | 
| 
      
 2292 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2293 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2294 
     | 
    
         
            +
             
     | 
| 
      
 2295 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2296 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance::Counter,
         
     | 
| 
      
 2297 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "counter"),
         
     | 
| 
      
 2298 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2299 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2300 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2301 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2302 
     | 
    
         
            +
                        ["value", "Virtuozzo::SOAP::Types::Servicem::Perf_statType"]
         
     | 
| 
      
 2303 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2304 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2305 
     | 
    
         
            +
             
     | 
| 
      
 2306 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2307 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance,
         
     | 
| 
      
 2308 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "instance"),
         
     | 
| 
      
 2309 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2310 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2311 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2312 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2313 
     | 
    
         
            +
                        ["counter", "Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
         
     | 
| 
      
 2314 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2315 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2316 
     | 
    
         
            +
             
     | 
| 
      
 2317 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2318 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class,
         
     | 
| 
      
 2319 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "class"),
         
     | 
| 
      
 2320 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2321 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2322 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2323 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2324 
     | 
    
         
            +
                        ["instance", "Virtuozzo::SOAP::Types::Servicem::Perf_dataType::C_Class::Instance[]", [1, nil]]
         
     | 
| 
      
 2325 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2326 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2327 
     | 
    
         
            +
             
     | 
| 
      
 2328 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2329 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Log_options_baseType,
         
     | 
| 
      
 2330 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
         
     | 
| 
      
 2331 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2332 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2333 
     | 
    
         
            +
             
     | 
| 
      
 2334 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2335 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Log_optionsType,
         
     | 
| 
      
 2336 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
         
     | 
| 
      
 2337 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
         
     | 
| 
      
 2338 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2339 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2340 
     | 
    
         
            +
             
     | 
| 
      
 2341 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2342 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Packet_headerType,
         
     | 
| 
      
 2343 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
         
     | 
| 
      
 2344 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2345 
     | 
    
         
            +
                        ["auth", "Virtuozzo::SOAP::Types::Servicem::AuthType", [0, 1]],
         
     | 
| 
      
 2346 
     | 
    
         
            +
                        ["cookie", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2347 
     | 
    
         
            +
                        ["target", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2348 
     | 
    
         
            +
                        ["origin", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2349 
     | 
    
         
            +
                        ["src", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2350 
     | 
    
         
            +
                        ["dst", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2351 
     | 
    
         
            +
                        ["session", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2352 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2353 
     | 
    
         
            +
                      :schema_attribute => {
         
     | 
| 
      
 2354 
     | 
    
         
            +
                        XSD::QName.new(nil, "version") => "SOAP::SOAPString",
         
     | 
| 
      
 2355 
     | 
    
         
            +
                        XSD::QName.new(nil, "id") => "SOAP::SOAPString",
         
     | 
| 
      
 2356 
     | 
    
         
            +
                        XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
         
     | 
| 
      
 2357 
     | 
    
         
            +
                        XSD::QName.new(nil, "time") => "SOAP::SOAPString",
         
     | 
| 
      
 2358 
     | 
    
         
            +
                        XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
         
     | 
| 
      
 2359 
     | 
    
         
            +
                        XSD::QName.new(nil, "log") => "SOAP::SOAPString",
         
     | 
| 
      
 2360 
     | 
    
         
            +
                        XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
         
     | 
| 
      
 2361 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
         
     | 
| 
      
 2362 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
         
     | 
| 
      
 2363 
     | 
    
         
            +
                        XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
         
     | 
| 
      
 2364 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2365 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2366 
     | 
    
         
            +
             
     | 
| 
      
 2367 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2368 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::OperatorType,
         
     | 
| 
      
 2369 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
         
     | 
| 
      
 2370 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2371 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"]
         
     | 
| 
      
 2372 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2373 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2374 
     | 
    
         
            +
             
     | 
| 
      
 2375 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2376 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType,
         
     | 
| 
      
 2377 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
         
     | 
| 
      
 2378 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
         
     | 
| 
      
 2379 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2380 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"],
         
     | 
| 
      
 2381 
     | 
    
         
            +
                        ["ok", "Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Ok[]"],
         
     | 
| 
      
 2382 
     | 
    
         
            +
                        ["error", "Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Error[]"]
         
     | 
| 
      
 2383 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2384 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2385 
     | 
    
         
            +
             
     | 
| 
      
 2386 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2387 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Ok,
         
     | 
| 
      
 2388 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 2389 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2390 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2391 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2392 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2393 
     | 
    
         
            +
             
     | 
| 
      
 2394 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2395 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Error,
         
     | 
| 
      
 2396 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 2397 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2398 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2399 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2400 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 2401 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2402 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2403 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2404 
     | 
    
         
            +
             
     | 
| 
      
 2405 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2406 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType,
         
     | 
| 
      
 2407 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
         
     | 
| 
      
 2408 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
         
     | 
| 
      
 2409 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2410 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"],
         
     | 
| 
      
 2411 
     | 
    
         
            +
                        ["ok", "Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Ok[]"],
         
     | 
| 
      
 2412 
     | 
    
         
            +
                        ["error", "Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Error[]"],
         
     | 
| 
      
 2413 
     | 
    
         
            +
                        [ :choice,
         
     | 
| 
      
 2414 
     | 
    
         
            +
                          ["start_monitor", "Virtuozzo::SOAP::Types::Servicem::Start_monitorType"],
         
     | 
| 
      
 2415 
     | 
    
         
            +
                          ["stop_monitor", "Virtuozzo::SOAP::Types::Servicem::Stop_monitorType"],
         
     | 
| 
      
 2416 
     | 
    
         
            +
                          ["set_period", "Virtuozzo::SOAP::Types::Servicem::Set_periodType", [0, 1]],
         
     | 
| 
      
 2417 
     | 
    
         
            +
                          ["report", nil, [0, 1]]
         
     | 
| 
      
 2418 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 2419 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2420 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2421 
     | 
    
         
            +
             
     | 
| 
      
 2422 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2423 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Ok,
         
     | 
| 
      
 2424 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 2425 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2426 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2427 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2428 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2429 
     | 
    
         
            +
             
     | 
| 
      
 2430 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2431 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Error,
         
     | 
| 
      
 2432 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 2433 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2434 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2435 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2436 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 2437 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2438 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2439 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2440 
     | 
    
         
            +
             
     | 
| 
      
 2441 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2442 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Set_periodType,
         
     | 
| 
      
 2443 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
         
     | 
| 
      
 2444 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2445 
     | 
    
         
            +
                        ["collect", "SOAP::SOAPInt"],
         
     | 
| 
      
 2446 
     | 
    
         
            +
                        ["log", "SOAP::SOAPInt"],
         
     | 
| 
      
 2447 
     | 
    
         
            +
                        ["report", "SOAP::SOAPInt"]
         
     | 
| 
      
 2448 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2449 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2450 
     | 
    
         
            +
             
     | 
| 
      
 2451 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2452 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Start_monitorType,
         
     | 
| 
      
 2453 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
         
     | 
| 
      
 2454 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2455 
     | 
    
         
            +
                        ["period", "SOAP::SOAPInt"],
         
     | 
| 
      
 2456 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 2457 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2458 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2459 
     | 
    
         
            +
             
     | 
| 
      
 2460 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2461 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Stop_monitorType,
         
     | 
| 
      
 2462 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
         
     | 
| 
      
 2463 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2464 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 2465 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2466 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2467 
     | 
    
         
            +
             
     | 
| 
      
 2468 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2469 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::AuthType,
         
     | 
| 
      
 2470 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "authType"),
         
     | 
| 
      
 2471 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2472 
     | 
    
         
            +
                        ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
         
     | 
| 
      
 2473 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2474 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2475 
     | 
    
         
            +
             
     | 
| 
      
 2476 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2477 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Event_configurationType,
         
     | 
| 
      
 2478 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
         
     | 
| 
      
 2479 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 2480 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2481 
     | 
    
         
            +
                        ["period", "SOAP::SOAPInt"]
         
     | 
| 
      
 2482 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2483 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2484 
     | 
    
         
            +
             
     | 
| 
      
 2485 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2486 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Periodic_configurationType,
         
     | 
| 
      
 2487 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
         
     | 
| 
      
 2488 
     | 
    
         
            +
                      :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 2489 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2490 
     | 
    
         
            +
                        ["log_priority", "SOAP::SOAPInt"],
         
     | 
| 
      
 2491 
     | 
    
         
            +
                        ["monitor_priority", "SOAP::SOAPInt"],
         
     | 
| 
      
 2492 
     | 
    
         
            +
                        ["min_monitor_period", "SOAP::SOAPInt"],
         
     | 
| 
      
 2493 
     | 
    
         
            +
                        ["min_monitor_period_root", "SOAP::SOAPInt"]
         
     | 
| 
      
 2494 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2495 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2496 
     | 
    
         
            +
             
     | 
| 
      
 2497 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2498 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::RouteType,
         
     | 
| 
      
 2499 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "routeType"),
         
     | 
| 
      
 2500 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2501 
     | 
    
         
            +
                        ["director", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2502 
     | 
    
         
            +
                        ["host", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2503 
     | 
    
         
            +
                        ["index", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2504 
     | 
    
         
            +
                        ["target", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2505 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2506 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2507 
     | 
    
         
            +
             
     | 
| 
      
 2508 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2509 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::DataType,
         
     | 
| 
      
 2510 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "dataType"),
         
     | 
| 
      
 2511 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2512 
     | 
    
         
            +
                        ["operator", "Virtuozzo::SOAP::Types::Servicem::OperatorType[]"]
         
     | 
| 
      
 2513 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2514 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2515 
     | 
    
         
            +
             
     | 
| 
      
 2516 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2517 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ConfigurationType,
         
     | 
| 
      
 2518 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
         
     | 
| 
      
 2519 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2520 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2521 
     | 
    
         
            +
             
     | 
| 
      
 2522 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2523 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Transport_type,
         
     | 
| 
      
 2524 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "transport_type")
         
     | 
| 
      
 2525 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2526 
     | 
    
         
            +
             
     | 
| 
      
 2527 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2528 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Yes_no_type,
         
     | 
| 
      
 2529 
     | 
    
         
            +
                      :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
         
     | 
| 
      
 2530 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2531 
     | 
    
         
            +
             
     | 
| 
      
 2532 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2533 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Packet_headerType,
         
     | 
| 
      
 2534 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem_0, "packet_header"),
         
     | 
| 
      
 2535 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2536 
     | 
    
         
            +
                        ["auth", "Virtuozzo::SOAP::Types::Servicem::AuthType", [0, 1]],
         
     | 
| 
      
 2537 
     | 
    
         
            +
                        ["cookie", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2538 
     | 
    
         
            +
                        ["target", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2539 
     | 
    
         
            +
                        ["origin", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2540 
     | 
    
         
            +
                        ["src", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2541 
     | 
    
         
            +
                        ["dst", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2542 
     | 
    
         
            +
                        ["session", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2543 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2544 
     | 
    
         
            +
                      :schema_attribute => {
         
     | 
| 
      
 2545 
     | 
    
         
            +
                        XSD::QName.new(nil, "version") => "SOAP::SOAPString",
         
     | 
| 
      
 2546 
     | 
    
         
            +
                        XSD::QName.new(nil, "id") => "SOAP::SOAPString",
         
     | 
| 
      
 2547 
     | 
    
         
            +
                        XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
         
     | 
| 
      
 2548 
     | 
    
         
            +
                        XSD::QName.new(nil, "time") => "SOAP::SOAPString",
         
     | 
| 
      
 2549 
     | 
    
         
            +
                        XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
         
     | 
| 
      
 2550 
     | 
    
         
            +
                        XSD::QName.new(nil, "log") => "SOAP::SOAPString",
         
     | 
| 
      
 2551 
     | 
    
         
            +
                        XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
         
     | 
| 
      
 2552 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
         
     | 
| 
      
 2553 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
         
     | 
| 
      
 2554 
     | 
    
         
            +
                        XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
         
     | 
| 
      
 2555 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2556 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2557 
     | 
    
         
            +
             
     | 
| 
      
 2558 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2559 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType,
         
     | 
| 
      
 2560 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "servicem"),
         
     | 
| 
      
 2561 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2562 
     | 
    
         
            +
                        ["configuration", ["Virtuozzo::SOAP::Types::Servicem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
         
     | 
| 
      
 2563 
     | 
    
         
            +
                        ["ok", ["Virtuozzo::SOAP::Types::Servicem::ServicemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
         
     | 
| 
      
 2564 
     | 
    
         
            +
                        ["error", ["Virtuozzo::SOAP::Types::Servicem::ServicemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
         
     | 
| 
      
 2565 
     | 
    
         
            +
                        [
         
     | 
| 
      
 2566 
     | 
    
         
            +
                          ["get", "Virtuozzo::SOAP::Types::Servicem::Get[]"],
         
     | 
| 
      
 2567 
     | 
    
         
            +
                          ["set", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 2568 
     | 
    
         
            +
                          ["start", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 2569 
     | 
    
         
            +
                          ["stop", "Virtuozzo::SOAP::Types::Servicem::Stop[]", [1, nil]],
         
     | 
| 
      
 2570 
     | 
    
         
            +
                          ["restart", "Virtuozzo::SOAP::Types::Servicem::Service_actionType[]", [1, nil]],
         
     | 
| 
      
 2571 
     | 
    
         
            +
                          ["set_startup_type", "Virtuozzo::SOAP::Types::Servicem::ServicemType::Set_startup_type[]", [1, nil]]
         
     | 
| 
      
 2572 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 2573 
     | 
    
         
            +
                        [ :choice,
         
     | 
| 
      
 2574 
     | 
    
         
            +
                          ["service", "Virtuozzo::SOAP::Types::Servicem::ServiceType[]", [1, nil]]
         
     | 
| 
      
 2575 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 2576 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2577 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2578 
     | 
    
         
            +
             
     | 
| 
      
 2579 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2580 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Ok,
         
     | 
| 
      
 2581 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 2582 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2583 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2584 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2585 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2586 
     | 
    
         
            +
             
     | 
| 
      
 2587 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2588 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Error,
         
     | 
| 
      
 2589 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 2590 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2591 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2592 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2593 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 2594 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2595 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2596 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2597 
     | 
    
         
            +
             
     | 
| 
      
 2598 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2599 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServicemType::Set_startup_type,
         
     | 
| 
      
 2600 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "set_startup_type"),
         
     | 
| 
      
 2601 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2602 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2603 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2604 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2605 
     | 
    
         
            +
                        ["startup_type", "SOAP::SOAPString"]
         
     | 
| 
      
 2606 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2607 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2608 
     | 
    
         
            +
             
     | 
| 
      
 2609 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2610 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Get,
         
     | 
| 
      
 2611 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "get"),
         
     | 
| 
      
 2612 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2613 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2614 
     | 
    
         
            +
                        ["state", nil, [0, 1]],
         
     | 
| 
      
 2615 
     | 
    
         
            +
                        ["level", nil, [0, 1]],
         
     | 
| 
      
 2616 
     | 
    
         
            +
                        ["dependencies", nil, [0, 1]]
         
     | 
| 
      
 2617 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2618 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2619 
     | 
    
         
            +
             
     | 
| 
      
 2620 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2621 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType,
         
     | 
| 
      
 2622 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "set"),
         
     | 
| 
      
 2623 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2624 
     | 
    
         
            +
                        ["service", "Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service"]
         
     | 
| 
      
 2625 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2626 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2627 
     | 
    
         
            +
             
     | 
| 
      
 2628 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2629 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service,
         
     | 
| 
      
 2630 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "service"),
         
     | 
| 
      
 2631 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2632 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2633 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2634 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2635 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 2636 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]]
         
     | 
| 
      
 2637 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2638 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2639 
     | 
    
         
            +
             
     | 
| 
      
 2640 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2641 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType,
         
     | 
| 
      
 2642 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "start"),
         
     | 
| 
      
 2643 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2644 
     | 
    
         
            +
                        ["service", "Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service"]
         
     | 
| 
      
 2645 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2646 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2647 
     | 
    
         
            +
             
     | 
| 
      
 2648 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2649 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service,
         
     | 
| 
      
 2650 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "service"),
         
     | 
| 
      
 2651 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2652 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2653 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2654 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2655 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 2656 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]]
         
     | 
| 
      
 2657 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2658 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2659 
     | 
    
         
            +
             
     | 
| 
      
 2660 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2661 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Stop,
         
     | 
| 
      
 2662 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "stop"),
         
     | 
| 
      
 2663 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2664 
     | 
    
         
            +
                        ["service", "Virtuozzo::SOAP::Types::Servicem::Stop::Service"],
         
     | 
| 
      
 2665 
     | 
    
         
            +
                        ["force", nil, [0, 1]]
         
     | 
| 
      
 2666 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2667 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2668 
     | 
    
         
            +
             
     | 
| 
      
 2669 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2670 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Stop::Service,
         
     | 
| 
      
 2671 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "service"),
         
     | 
| 
      
 2672 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2673 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2674 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2675 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2676 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 2677 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]]
         
     | 
| 
      
 2678 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2679 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2680 
     | 
    
         
            +
             
     | 
| 
      
 2681 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2682 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Set_startup_type,
         
     | 
| 
      
 2683 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "set_startup_type"),
         
     | 
| 
      
 2684 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2685 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2686 
     | 
    
         
            +
                        ["startup_type", "SOAP::SOAPString"]
         
     | 
| 
      
 2687 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2688 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2689 
     | 
    
         
            +
             
     | 
| 
      
 2690 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2691 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType,
         
     | 
| 
      
 2692 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "restart"),
         
     | 
| 
      
 2693 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2694 
     | 
    
         
            +
                        ["service", "Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service"]
         
     | 
| 
      
 2695 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2696 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2697 
     | 
    
         
            +
             
     | 
| 
      
 2698 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2699 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Service_actionType::Service,
         
     | 
| 
      
 2700 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "service"),
         
     | 
| 
      
 2701 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2702 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2703 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2704 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2705 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 2706 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]]
         
     | 
| 
      
 2707 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2708 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2709 
     | 
    
         
            +
             
     | 
| 
      
 2710 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2711 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::ServiceType,
         
     | 
| 
      
 2712 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "service"),
         
     | 
| 
      
 2713 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2714 
     | 
    
         
            +
                        ["name", "SOAP::SOAPString"],
         
     | 
| 
      
 2715 
     | 
    
         
            +
                        ["display_name", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 2716 
     | 
    
         
            +
                        ["level", "SOAP::SOAPByte[]", [0, nil]],
         
     | 
| 
      
 2717 
     | 
    
         
            +
                        ["state", "SOAP::SOAPBoolean", [0, 1]],
         
     | 
| 
      
 2718 
     | 
    
         
            +
                        ["readonly", nil, [0, 1]],
         
     | 
| 
      
 2719 
     | 
    
         
            +
                        ["xinetd", nil, [0, 1]],
         
     | 
| 
      
 2720 
     | 
    
         
            +
                        ["description", "SOAP::SOAPBase64", [0, 1]],
         
     | 
| 
      
 2721 
     | 
    
         
            +
                        ["status", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2722 
     | 
    
         
            +
                        ["startup_type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2723 
     | 
    
         
            +
                        ["logon_as", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2724 
     | 
    
         
            +
                        ["dependent", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2725 
     | 
    
         
            +
                        ["depended_on", "SOAP::SOAPString[]", [0, nil]]
         
     | 
| 
      
 2726 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2727 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2728 
     | 
    
         
            +
             
     | 
| 
      
 2729 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2730 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::GetResponse,
         
     | 
| 
      
 2731 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "getResponse"),
         
     | 
| 
      
 2732 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2733 
     | 
    
         
            +
                        ["service", "Virtuozzo::SOAP::Types::Servicem::ServiceType[]", [1, nil]]
         
     | 
| 
      
 2734 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2735 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2736 
     | 
    
         
            +
             
     | 
| 
      
 2737 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2738 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::SetResponse,
         
     | 
| 
      
 2739 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "setResponse"),
         
     | 
| 
      
 2740 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2741 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2742 
     | 
    
         
            +
             
     | 
| 
      
 2743 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2744 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::StartResponse,
         
     | 
| 
      
 2745 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "startResponse"),
         
     | 
| 
      
 2746 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2747 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2748 
     | 
    
         
            +
             
     | 
| 
      
 2749 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2750 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::StopResponse,
         
     | 
| 
      
 2751 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "stopResponse"),
         
     | 
| 
      
 2752 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2753 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2754 
     | 
    
         
            +
             
     | 
| 
      
 2755 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2756 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::RestartResponse,
         
     | 
| 
      
 2757 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "restartResponse"),
         
     | 
| 
      
 2758 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2759 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2760 
     | 
    
         
            +
             
     | 
| 
      
 2761 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2762 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Set_startup_typeResponse,
         
     | 
| 
      
 2763 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsServicem, "set_startup_typeResponse"),
         
     | 
| 
      
 2764 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2765 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2766 
     | 
    
         
            +
             
     | 
| 
      
 2767 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2768 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Event_dataType,
         
     | 
| 
      
 2769 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "event_data"),
         
     | 
| 
      
 2770 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2771 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2772 
     | 
    
         
            +
             
     | 
| 
      
 2773 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2774 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Voc_parameterType,
         
     | 
| 
      
 2775 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "parameter"),
         
     | 
| 
      
 2776 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2777 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 2778 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2779 
     | 
    
         
            +
                        ["min", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2780 
     | 
    
         
            +
                        ["max", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2781 
     | 
    
         
            +
                        ["long", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2782 
     | 
    
         
            +
                        ["short", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2783 
     | 
    
         
            +
                        ["category", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2784 
     | 
    
         
            +
                        ["complex", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2785 
     | 
    
         
            +
                        ["default", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2786 
     | 
    
         
            +
                        ["measure", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2787 
     | 
    
         
            +
                        ["data", nil, [0, 1]],
         
     | 
| 
      
 2788 
     | 
    
         
            +
                        ["name", nil, [0, 1]]
         
     | 
| 
      
 2789 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2790 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2791 
     | 
    
         
            +
             
     | 
| 
      
 2792 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2793 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Voc_parameterType,
         
     | 
| 
      
 2794 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsTypes, "category"),
         
     | 
| 
      
 2795 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2796 
     | 
    
         
            +
                        ["id", "SOAP::SOAPString"],
         
     | 
| 
      
 2797 
     | 
    
         
            +
                        ["type", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2798 
     | 
    
         
            +
                        ["min", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2799 
     | 
    
         
            +
                        ["max", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2800 
     | 
    
         
            +
                        ["long", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2801 
     | 
    
         
            +
                        ["short", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2802 
     | 
    
         
            +
                        ["category", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2803 
     | 
    
         
            +
                        ["complex", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2804 
     | 
    
         
            +
                        ["default", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2805 
     | 
    
         
            +
                        ["measure", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2806 
     | 
    
         
            +
                        ["data", nil, [0, 1]],
         
     | 
| 
      
 2807 
     | 
    
         
            +
                        ["name", nil, [0, 1]]
         
     | 
| 
      
 2808 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2809 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2810 
     | 
    
         
            +
             
     | 
| 
      
 2811 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2812 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Packet,
         
     | 
| 
      
 2813 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "packet"),
         
     | 
| 
      
 2814 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2815 
     | 
    
         
            +
                        ["auth", "Virtuozzo::SOAP::Types::Servicem::AuthType", [0, 1]],
         
     | 
| 
      
 2816 
     | 
    
         
            +
                        ["cookie", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2817 
     | 
    
         
            +
                        ["target", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2818 
     | 
    
         
            +
                        ["origin", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2819 
     | 
    
         
            +
                        ["src", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2820 
     | 
    
         
            +
                        ["dst", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2821 
     | 
    
         
            +
                        ["session", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2822 
     | 
    
         
            +
                        ["data", "Virtuozzo::SOAP::Types::Servicem::Packet::C_Data"]
         
     | 
| 
      
 2823 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2824 
     | 
    
         
            +
                      :schema_attribute => {
         
     | 
| 
      
 2825 
     | 
    
         
            +
                        XSD::QName.new(nil, "version") => "SOAP::SOAPString",
         
     | 
| 
      
 2826 
     | 
    
         
            +
                        XSD::QName.new(nil, "id") => "SOAP::SOAPString",
         
     | 
| 
      
 2827 
     | 
    
         
            +
                        XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
         
     | 
| 
      
 2828 
     | 
    
         
            +
                        XSD::QName.new(nil, "time") => "SOAP::SOAPString",
         
     | 
| 
      
 2829 
     | 
    
         
            +
                        XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
         
     | 
| 
      
 2830 
     | 
    
         
            +
                        XSD::QName.new(nil, "log") => "SOAP::SOAPString",
         
     | 
| 
      
 2831 
     | 
    
         
            +
                        XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
         
     | 
| 
      
 2832 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
         
     | 
| 
      
 2833 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
         
     | 
| 
      
 2834 
     | 
    
         
            +
                        XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
         
     | 
| 
      
 2835 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2836 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2837 
     | 
    
         
            +
             
     | 
| 
      
 2838 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2839 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Packet::C_Data,
         
     | 
| 
      
 2840 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "data"),
         
     | 
| 
      
 2841 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2842 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2843 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2844 
     | 
    
         
            +
                        ["operator", "Virtuozzo::SOAP::Types::Servicem::OperatorType[]"]
         
     | 
| 
      
 2845 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2846 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2847 
     | 
    
         
            +
             
     | 
| 
      
 2848 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2849 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Packet_headerType,
         
     | 
| 
      
 2850 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "packet_header"),
         
     | 
| 
      
 2851 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2852 
     | 
    
         
            +
                        ["auth", "Virtuozzo::SOAP::Types::Servicem::AuthType", [0, 1]],
         
     | 
| 
      
 2853 
     | 
    
         
            +
                        ["cookie", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2854 
     | 
    
         
            +
                        ["target", "SOAP::SOAPString[]", [0, nil]],
         
     | 
| 
      
 2855 
     | 
    
         
            +
                        ["origin", "SOAP::SOAPString", [0, 1]],
         
     | 
| 
      
 2856 
     | 
    
         
            +
                        ["src", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2857 
     | 
    
         
            +
                        ["dst", "Virtuozzo::SOAP::Types::Servicem::RouteType", [0, 1]],
         
     | 
| 
      
 2858 
     | 
    
         
            +
                        ["session", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2859 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2860 
     | 
    
         
            +
                      :schema_attribute => {
         
     | 
| 
      
 2861 
     | 
    
         
            +
                        XSD::QName.new(nil, "version") => "SOAP::SOAPString",
         
     | 
| 
      
 2862 
     | 
    
         
            +
                        XSD::QName.new(nil, "id") => "SOAP::SOAPString",
         
     | 
| 
      
 2863 
     | 
    
         
            +
                        XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
         
     | 
| 
      
 2864 
     | 
    
         
            +
                        XSD::QName.new(nil, "time") => "SOAP::SOAPString",
         
     | 
| 
      
 2865 
     | 
    
         
            +
                        XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
         
     | 
| 
      
 2866 
     | 
    
         
            +
                        XSD::QName.new(nil, "log") => "SOAP::SOAPString",
         
     | 
| 
      
 2867 
     | 
    
         
            +
                        XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
         
     | 
| 
      
 2868 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
         
     | 
| 
      
 2869 
     | 
    
         
            +
                        XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
         
     | 
| 
      
 2870 
     | 
    
         
            +
                        XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
         
     | 
| 
      
 2871 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2872 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2873 
     | 
    
         
            +
             
     | 
| 
      
 2874 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2875 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::OperatorType,
         
     | 
| 
      
 2876 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "operator"),
         
     | 
| 
      
 2877 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2878 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"]
         
     | 
| 
      
 2879 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2880 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2881 
     | 
    
         
            +
             
     | 
| 
      
 2882 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2883 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType,
         
     | 
| 
      
 2884 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "operator_periodic"),
         
     | 
| 
      
 2885 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2886 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"],
         
     | 
| 
      
 2887 
     | 
    
         
            +
                        ["ok", "Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Ok[]"],
         
     | 
| 
      
 2888 
     | 
    
         
            +
                        ["error", "Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Error[]"],
         
     | 
| 
      
 2889 
     | 
    
         
            +
                        [ :choice,
         
     | 
| 
      
 2890 
     | 
    
         
            +
                          ["start_monitor", "Virtuozzo::SOAP::Types::Servicem::Start_monitorType"],
         
     | 
| 
      
 2891 
     | 
    
         
            +
                          ["stop_monitor", "Virtuozzo::SOAP::Types::Servicem::Stop_monitorType"],
         
     | 
| 
      
 2892 
     | 
    
         
            +
                          ["set_period", "Virtuozzo::SOAP::Types::Servicem::Set_periodType", [0, 1]],
         
     | 
| 
      
 2893 
     | 
    
         
            +
                          ["report", nil, [0, 1]]
         
     | 
| 
      
 2894 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 2895 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2896 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2897 
     | 
    
         
            +
             
     | 
| 
      
 2898 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2899 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Ok,
         
     | 
| 
      
 2900 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 2901 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2902 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2903 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2904 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2905 
     | 
    
         
            +
             
     | 
| 
      
 2906 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2907 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_periodicType::Error,
         
     | 
| 
      
 2908 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 2909 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2910 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2911 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2912 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 2913 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2914 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2915 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2916 
     | 
    
         
            +
             
     | 
| 
      
 2917 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2918 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType,
         
     | 
| 
      
 2919 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "operator_functional"),
         
     | 
| 
      
 2920 
     | 
    
         
            +
                      :schema_element => [ :choice,
         
     | 
| 
      
 2921 
     | 
    
         
            +
                        ["configuration", "Virtuozzo::SOAP::Types::Servicem::ConfigurationType"],
         
     | 
| 
      
 2922 
     | 
    
         
            +
                        ["ok", "Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Ok[]"],
         
     | 
| 
      
 2923 
     | 
    
         
            +
                        ["error", "Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Error[]"]
         
     | 
| 
      
 2924 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2925 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2926 
     | 
    
         
            +
             
     | 
| 
      
 2927 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2928 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Ok,
         
     | 
| 
      
 2929 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "ok"),
         
     | 
| 
      
 2930 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2931 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2932 
     | 
    
         
            +
                      :schema_element => []
         
     | 
| 
      
 2933 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2934 
     | 
    
         
            +
             
     | 
| 
      
 2935 
     | 
    
         
            +
                    LiteralRegistry.register(
         
     | 
| 
      
 2936 
     | 
    
         
            +
                      :class => Virtuozzo::SOAP::Types::Servicem::Operator_functionalType::Error,
         
     | 
| 
      
 2937 
     | 
    
         
            +
                      :schema_name => XSD::QName.new(NsProtocol, "error"),
         
     | 
| 
      
 2938 
     | 
    
         
            +
                      :is_anonymous => true,
         
     | 
| 
      
 2939 
     | 
    
         
            +
                      :schema_qualified => true,
         
     | 
| 
      
 2940 
     | 
    
         
            +
                      :schema_element => [
         
     | 
| 
      
 2941 
     | 
    
         
            +
                        ["code", "SOAP::SOAPInt"],
         
     | 
| 
      
 2942 
     | 
    
         
            +
                        ["message", "SOAP::SOAPString", [0, 1]]
         
     | 
| 
      
 2943 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 2944 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2945 
     | 
    
         
            +
                  end
         
     | 
| 
      
 2946 
     | 
    
         
            +
             
     | 
| 
      
 2947 
     | 
    
         
            +
                end
         
     | 
| 
      
 2948 
     | 
    
         
            +
              end
         
     | 
| 
      
 2949 
     | 
    
         
            +
            end
         
     |