Class: Virtuozzo::SOAP::Types::Networkm::VzanetworkmType

Inherits:
NetworkmType show all
Defined in:
lib/virtuozzo/soap/types/networkm.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], add = nil, list = nil, set = nil, del = nil, net_device = [], set_config = nil, get_config = nil, net_config = nil) ⇒ VzanetworkmType

Returns a new instance of VzanetworkmType.



1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1968

def initialize(configuration = nil, ok = [], error = [], add = nil, list = nil, set = nil, del = nil, net_device = [], set_config = nil, get_config = nil, net_config = nil)
  @configuration = configuration
  @ok = ok
  @error = error
  @add = add
  @list = list
  @set = set
  @del = del
  @net_device = net_device
  @set_config = set_config
  @get_config = get_config
  @net_config = net_config
end

Instance Attribute Details

#addObject

Returns the value of attribute add.



1959
1960
1961
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1959

def add
  @add
end

#configurationObject

Returns the value of attribute configuration.



1956
1957
1958
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1956

def configuration
  @configuration
end

#delObject

Returns the value of attribute del.



1962
1963
1964
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1962

def del
  @del
end

#errorObject

Returns the value of attribute error.



1958
1959
1960
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1958

def error
  @error
end

#get_configObject

Returns the value of attribute get_config.



1965
1966
1967
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1965

def get_config
  @get_config
end

#listObject

Returns the value of attribute list.



1960
1961
1962
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1960

def list
  @list
end

#net_configObject

Returns the value of attribute net_config.



1966
1967
1968
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1966

def net_config
  @net_config
end

#net_deviceObject

Returns the value of attribute net_device.



1963
1964
1965
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1963

def net_device
  @net_device
end

#okObject

Returns the value of attribute ok.



1957
1958
1959
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1957

def ok
  @ok
end

#setObject

Returns the value of attribute set.



1961
1962
1963
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1961

def set
  @set
end

#set_configObject

Returns the value of attribute set_config.



1964
1965
1966
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1964

def set_config
  @set_config
end