Class: Virtuozzo::SOAP::Types::Networkm::NetworkmType

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

Overview

Direct Known Subclasses

VzanetworkmType

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 = []) ⇒ NetworkmType

Returns a new instance of NetworkmType.



1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1909

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

Instance Attribute Details

#addObject

Returns the value of attribute add.



1903
1904
1905
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1903

def add
  @add
end

#configurationObject

Returns the value of attribute configuration.



1900
1901
1902
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1900

def configuration
  @configuration
end

#delObject

Returns the value of attribute del.



1906
1907
1908
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1906

def del
  @del
end

#errorObject

Returns the value of attribute error.



1902
1903
1904
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1902

def error
  @error
end

#listObject

Returns the value of attribute list.



1904
1905
1906
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1904

def list
  @list
end

#net_deviceObject

Returns the value of attribute net_device.



1907
1908
1909
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1907

def net_device
  @net_device
end

#okObject

Returns the value of attribute ok.



1901
1902
1903
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1901

def ok
  @ok
end

#setObject

Returns the value of attribute set.



1905
1906
1907
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1905

def set
  @set
end