Class: Virtuozzo::SOAP::Types::Processm::Net_vethType
- Inherits:
-
Net_nicType
- Object
- Net_deviceType
- Net_nicType
- Virtuozzo::SOAP::Types::Processm::Net_vethType
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypesnet_vethType
id - SOAP::SOAPString
ip_address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
dhcp - (any)
network_id - SOAP::SOAPBase64
status - Virtuozzo::SOAP::Types::Processm::Net_vethType::Status
mac_address - SOAP::SOAPString
wins_server - SOAP::SOAPString
nameserver - SOAP::SOAPString
default_gateway - SOAP::SOAPString
host_routed - (any)
Defined Under Namespace
Classes: Status
Instance Attribute Summary collapse
-
#default_gateway ⇒ Object
Returns the value of attribute default_gateway.
-
#dhcp ⇒ Object
Returns the value of attribute dhcp.
-
#host_routed ⇒ Object
Returns the value of attribute host_routed.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#mac_address ⇒ Object
Returns the value of attribute mac_address.
-
#nameserver ⇒ Object
Returns the value of attribute nameserver.
-
#network_id ⇒ Object
Returns the value of attribute network_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#wins_server ⇒ Object
Returns the value of attribute wins_server.
Instance Method Summary collapse
-
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, mac_address = nil, wins_server = [], nameserver = [], default_gateway = nil, host_routed = nil) ⇒ Net_vethType
constructor
A new instance of Net_vethType.
Constructor Details
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, mac_address = nil, wins_server = [], nameserver = [], default_gateway = nil, host_routed = nil) ⇒ Net_vethType
Returns a new instance of Net_vethType.
2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2182 def initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, mac_address = nil, wins_server = [], nameserver = [], default_gateway = nil, host_routed = nil) @id = id @ip_address = ip_address @dhcp = dhcp @network_id = network_id @status = status @mac_address = mac_address @wins_server = wins_server @nameserver = nameserver @default_gateway = default_gateway @host_routed = host_routed end |
Instance Attribute Details
#default_gateway ⇒ Object
Returns the value of attribute default_gateway.
2179 2180 2181 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2179 def default_gateway @default_gateway end |
#dhcp ⇒ Object
Returns the value of attribute dhcp.
2173 2174 2175 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2173 def dhcp @dhcp end |
#host_routed ⇒ Object
Returns the value of attribute host_routed.
2180 2181 2182 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2180 def host_routed @host_routed end |
#id ⇒ Object
Returns the value of attribute id.
2171 2172 2173 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2171 def id @id end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
2172 2173 2174 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2172 def ip_address @ip_address end |
#mac_address ⇒ Object
Returns the value of attribute mac_address.
2176 2177 2178 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2176 def mac_address @mac_address end |
#nameserver ⇒ Object
Returns the value of attribute nameserver.
2178 2179 2180 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2178 def nameserver @nameserver end |
#network_id ⇒ Object
Returns the value of attribute network_id.
2174 2175 2176 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2174 def network_id @network_id end |
#status ⇒ Object
Returns the value of attribute status.
2175 2176 2177 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2175 def status @status end |
#wins_server ⇒ Object
Returns the value of attribute wins_server.
2177 2178 2179 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2177 def wins_server @wins_server end |