Class: Virtuozzo::SOAP::Types::ServerGroup::Server_groupType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::ServerGroup::Server_groupType
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/server_groupserver_groupType
configuration - Virtuozzo::SOAP::Types::ServerGroup::ConfigurationType
ok - Virtuozzo::SOAP::Types::ServerGroup::Server_groupType::Ok
error - Virtuozzo::SOAP::Types::ServerGroup::Server_groupType::Error
add - Virtuozzo::SOAP::Types::ServerGroup::Add
del - Virtuozzo::SOAP::Types::ServerGroup::Del
get_list - Virtuozzo::SOAP::Types::ServerGroup::Get_list
get_info - Virtuozzo::SOAP::Types::ServerGroup::Get_info
register_master - Virtuozzo::SOAP::Types::ServerGroup::Register_master
unregister_master - Virtuozzo::SOAP::Types::ServerGroup::Unregister_master
destroy - Virtuozzo::SOAP::Types::ServerGroup::Destroy
set_config - Virtuozzo::SOAP::Types::ServerGroup::Set_config
get_config - Virtuozzo::SOAP::Types::ServerGroup::Get_config
get_vocabulary - Virtuozzo::SOAP::Types::ServerGroup::Get_vocabulary
get_env_voc - Virtuozzo::SOAP::Types::ServerGroup::Get_env_voc
eid - (any)
env - Virtuozzo::SOAP::Types::ServerGroup::EnvType
config - Virtuozzo::SOAP::Types::ServerGroup::ConfigType
env_voc - Virtuozzo::SOAP::Types::ServerGroup::Env_voc
vocabulary - Virtuozzo::SOAP::Types::ServerGroup::VocabularyType
Defined Under Namespace
Instance Attribute Summary collapse
-
#add ⇒ Object
Returns the value of attribute add.
-
#config ⇒ Object
Returns the value of attribute config.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#del ⇒ Object
Returns the value of attribute del.
-
#destroy ⇒ Object
Returns the value of attribute destroy.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#env ⇒ Object
Returns the value of attribute env.
-
#env_voc ⇒ Object
Returns the value of attribute env_voc.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_config ⇒ Object
Returns the value of attribute get_config.
-
#get_env_voc ⇒ Object
Returns the value of attribute get_env_voc.
-
#get_info ⇒ Object
Returns the value of attribute get_info.
-
#get_list ⇒ Object
Returns the value of attribute get_list.
-
#get_vocabulary ⇒ Object
Returns the value of attribute get_vocabulary.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#register_master ⇒ Object
Returns the value of attribute register_master.
-
#set_config ⇒ Object
Returns the value of attribute set_config.
-
#unregister_master ⇒ Object
Returns the value of attribute unregister_master.
-
#vocabulary ⇒ Object
Returns the value of attribute vocabulary.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], add = [], del = [], get_list = [], get_info = [], register_master = [], unregister_master = [], destroy = [], set_config = [], get_config = [], get_vocabulary = [], get_env_voc = [], eid = [], env = [], config = [], env_voc = [], vocabulary = []) ⇒ Server_groupType
constructor
A new instance of Server_groupType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], add = [], del = [], get_list = [], get_info = [], register_master = [], unregister_master = [], destroy = [], set_config = [], get_config = [], get_vocabulary = [], get_env_voc = [], eid = [], env = [], config = [], env_voc = [], vocabulary = []) ⇒ Server_groupType
Returns a new instance of Server_groupType.
1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1820 def initialize(configuration = nil, ok = [], error = [], add = [], del = [], get_list = [], get_info = [], register_master = [], unregister_master = [], destroy = [], set_config = [], get_config = [], get_vocabulary = [], get_env_voc = [], eid = [], env = [], config = [], env_voc = [], vocabulary = []) @configuration = configuration @ok = ok @error = error @add = add @del = del @get_list = get_list @get_info = get_info @register_master = register_master @unregister_master = unregister_master @destroy = destroy @set_config = set_config @get_config = get_config @get_vocabulary = get_vocabulary @get_env_voc = get_env_voc @eid = eid @env = env @config = config @env_voc = env_voc @vocabulary = vocabulary end |
Instance Attribute Details
#add ⇒ Object
Returns the value of attribute add.
1803 1804 1805 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1803 def add @add end |
#config ⇒ Object
Returns the value of attribute config.
1816 1817 1818 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1816 def config @config end |
#configuration ⇒ Object
Returns the value of attribute configuration.
1800 1801 1802 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1800 def configuration @configuration end |
#del ⇒ Object
Returns the value of attribute del.
1804 1805 1806 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1804 def del @del end |
#destroy ⇒ Object
Returns the value of attribute destroy.
1809 1810 1811 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1809 def destroy @destroy end |
#eid ⇒ Object
Returns the value of attribute eid.
1814 1815 1816 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1814 def eid @eid end |
#env ⇒ Object
Returns the value of attribute env.
1815 1816 1817 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1815 def env @env end |
#env_voc ⇒ Object
Returns the value of attribute env_voc.
1817 1818 1819 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1817 def env_voc @env_voc end |
#error ⇒ Object
Returns the value of attribute error.
1802 1803 1804 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1802 def error @error end |
#get_config ⇒ Object
Returns the value of attribute get_config.
1811 1812 1813 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1811 def get_config @get_config end |
#get_env_voc ⇒ Object
Returns the value of attribute get_env_voc.
1813 1814 1815 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1813 def get_env_voc @get_env_voc end |
#get_info ⇒ Object
Returns the value of attribute get_info.
1806 1807 1808 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1806 def get_info @get_info end |
#get_list ⇒ Object
Returns the value of attribute get_list.
1805 1806 1807 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1805 def get_list @get_list end |
#get_vocabulary ⇒ Object
Returns the value of attribute get_vocabulary.
1812 1813 1814 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1812 def get_vocabulary @get_vocabulary end |
#ok ⇒ Object
Returns the value of attribute ok.
1801 1802 1803 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1801 def ok @ok end |
#register_master ⇒ Object
Returns the value of attribute register_master.
1807 1808 1809 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1807 def register_master @register_master end |
#set_config ⇒ Object
Returns the value of attribute set_config.
1810 1811 1812 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1810 def set_config @set_config end |
#unregister_master ⇒ Object
Returns the value of attribute unregister_master.
1808 1809 1810 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1808 def unregister_master @unregister_master end |
#vocabulary ⇒ Object
Returns the value of attribute vocabulary.
1818 1819 1820 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1818 def vocabulary @vocabulary end |