Class: Virtuozzo::SOAP::Types::PerfMon::System_nodeType::Address

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

Overview

inner class for member: address http://www.swsoft.com/webservices/vzl/4.0.0/typesaddress

ip - (any)

Instance Attribute Summary collapse

Attributes inherited from Ip_addressType

#netmask

Instance Method Summary collapse

Constructor Details

#initialize(ip = nil) ⇒ Address

Returns a new instance of Address.



373
374
375
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 373

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

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



371
372
373
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 371

def ip
  @ip
end