Class: Virtuozzo::SOAP::Types::Devm::Ip_rangeType

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

Overview

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

id - SOAP::SOAPString
start_ip - (any)
subnet_mask - SOAP::SOAPInt
comment - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, start_ip = nil, subnet_mask = nil, comment = nil) ⇒ Ip_rangeType

Returns a new instance of Ip_rangeType.



1196
1197
1198
1199
1200
1201
# File 'lib/virtuozzo/soap/types/devm.rb', line 1196

def initialize(id = nil, start_ip = nil, subnet_mask = nil, comment = nil)
  @id = id
  @start_ip = start_ip
  @subnet_mask = subnet_mask
  @comment = comment
end

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



1194
1195
1196
# File 'lib/virtuozzo/soap/types/devm.rb', line 1194

def comment
  @comment
end

#idObject

Returns the value of attribute id.



1191
1192
1193
# File 'lib/virtuozzo/soap/types/devm.rb', line 1191

def id
  @id
end

#start_ipObject

Returns the value of attribute start_ip.



1192
1193
1194
# File 'lib/virtuozzo/soap/types/devm.rb', line 1192

def start_ip
  @start_ip
end

#subnet_maskObject

Returns the value of attribute subnet_mask.



1193
1194
1195
# File 'lib/virtuozzo/soap/types/devm.rb', line 1193

def subnet_mask
  @subnet_mask
end