Class: Virtuozzo::SOAP::Types::ServerGroup::Server_groupType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/server_group.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#addObject

Returns the value of attribute add.



1803
1804
1805
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1803

def add
  @add
end

#configObject

Returns the value of attribute config.



1816
1817
1818
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1816

def config
  @config
end

#configurationObject

Returns the value of attribute configuration.



1800
1801
1802
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1800

def configuration
  @configuration
end

#delObject

Returns the value of attribute del.



1804
1805
1806
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1804

def del
  @del
end

#destroyObject

Returns the value of attribute destroy.



1809
1810
1811
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1809

def destroy
  @destroy
end

#eidObject

Returns the value of attribute eid.



1814
1815
1816
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1814

def eid
  @eid
end

#envObject

Returns the value of attribute env.



1815
1816
1817
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1815

def env
  @env
end

#env_vocObject

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

#errorObject

Returns the value of attribute error.



1802
1803
1804
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1802

def error
  @error
end

#get_configObject

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_vocObject

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_infoObject

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_listObject

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_vocabularyObject

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

#okObject

Returns the value of attribute ok.



1801
1802
1803
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1801

def ok
  @ok
end

#register_masterObject

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_configObject

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_masterObject

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

#vocabularyObject

Returns the value of attribute vocabulary.



1818
1819
1820
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1818

def vocabulary
  @vocabulary
end