Class: Virtuozzo::SOAP::Types::Networkm::Net_configType

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkmnet_configType

shaping - (any)
range - Virtuozzo::SOAP::Types::Networkm::Net_configType::C_Range
m_class - Virtuozzo::SOAP::Types::Networkm::Class_rateType
interface - Virtuozzo::SOAP::Types::Networkm::Net_configType::Interface

Defined Under Namespace

Classes: C_Range, Interface

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shaping = nil, range = [], v_class = [], interface = []) ⇒ Net_configType

Returns a new instance of Net_configType.



56
57
58
59
60
61
# File 'lib/virtuozzo/soap/types/networkm.rb', line 56

def initialize(shaping = nil, range = [], v_class = [], interface = [])
  @shaping = shaping
  @range = range
  @v_class = v_class
  @interface = interface
end

Instance Attribute Details

#interfaceObject

Returns the value of attribute interface.



46
47
48
# File 'lib/virtuozzo/soap/types/networkm.rb', line 46

def interface
  @interface
end

#rangeObject

Returns the value of attribute range.



45
46
47
# File 'lib/virtuozzo/soap/types/networkm.rb', line 45

def range
  @range
end

#shapingObject

Returns the value of attribute shaping.



44
45
46
# File 'lib/virtuozzo/soap/types/networkm.rb', line 44

def shaping
  @shaping
end

Instance Method Details

#m_classObject



48
49
50
# File 'lib/virtuozzo/soap/types/networkm.rb', line 48

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



52
53
54
# File 'lib/virtuozzo/soap/types/networkm.rb', line 52

def m_class=(value)
  @v_class = value
end