Class: Virtuozzo::SOAP::Types::Firewallm::System_nodeType::Address

Inherits:
Ip_addressType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/firewallm.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.



398
399
400
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 398

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

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



396
397
398
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 396

def ip
  @ip
end