Class: Virtuozzo::SOAP::Types::Packagem::Ip_addressType

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

Overview

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

ip - (any)
netmask - (any)

Direct Known Subclasses

System_nodeType::Address

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ip = nil, netmask = nil) ⇒ Ip_addressType

Returns a new instance of Ip_addressType.



1006
1007
1008
1009
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1006

def initialize(ip = nil, netmask = nil)
  @ip = ip
  @netmask = netmask
end

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



1003
1004
1005
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1003

def ip
  @ip
end

#netmaskObject

Returns the value of attribute netmask.



1004
1005
1006
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1004

def netmask
  @netmask
end