Class: Virtuozzo::SOAP::Types::ServerGroup::Ip_addressType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::Ip_addressType
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesip_addressType
ip - (any)
netmask - (any)
Direct Known Subclasses
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#netmask ⇒ Object
Returns the value of attribute netmask.
Instance Method Summary collapse
-
#initialize(ip = nil, netmask = nil) ⇒ Ip_addressType
constructor
A new instance of Ip_addressType.
Constructor Details
#initialize(ip = nil, netmask = nil) ⇒ Ip_addressType
Returns a new instance of Ip_addressType.
386 387 388 389 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 386 def initialize(ip = nil, netmask = nil) @ip = ip @netmask = netmask end |
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip.
383 384 385 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 383 def ip @ip end |
#netmask ⇒ Object
Returns the value of attribute netmask.
384 385 386 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 384 def netmask @netmask end |