Class: Virtuozzo::SOAP::Types::Networkm::Net_vlanType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/networkmnet_vlanType

id - SOAP::SOAPString
ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
dhcp - (any)
network_id - SOAP::SOAPBase64
status - Virtuozzo::SOAP::Types::Networkm::Net_vlanType::Status
vlan_id - SOAP::SOAPString
base_device_id - SOAP::SOAPString
mac_address - SOAP::SOAPString

Defined Under Namespace

Classes: Status

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, vlan_id = nil, base_device_id = nil, mac_address = nil) ⇒ Net_vlanType

Returns a new instance of Net_vlanType.



1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1466

def initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil, vlan_id = nil, base_device_id = nil, mac_address = nil)
  @id = id
  @ip_address = ip_address
  @dhcp = dhcp
  @network_id = network_id
  @status = status
  @vlan_id = vlan_id
  @base_device_id = base_device_id
  @mac_address = mac_address
end

Instance Attribute Details

#base_device_idObject

Returns the value of attribute base_device_id.



1463
1464
1465
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1463

def base_device_id
  @base_device_id
end

#dhcpObject

Returns the value of attribute dhcp.



1459
1460
1461
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1459

def dhcp
  @dhcp
end

#idObject

Returns the value of attribute id.



1457
1458
1459
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1457

def id
  @id
end

#ip_addressObject

Returns the value of attribute ip_address.



1458
1459
1460
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1458

def ip_address
  @ip_address
end

#mac_addressObject

Returns the value of attribute mac_address.



1464
1465
1466
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1464

def mac_address
  @mac_address
end

#network_idObject

Returns the value of attribute network_id.



1460
1461
1462
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1460

def network_id
  @network_id
end

#statusObject

Returns the value of attribute status.



1461
1462
1463
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1461

def status
  @status
end

#vlan_idObject

Returns the value of attribute vlan_id.



1462
1463
1464
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1462

def vlan_id
  @vlan_id
end