Class: Virtuozzo::SOAP::Types::ServerGroup::InterfaceType

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

Overview

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

name - SOAP::SOAPString
bandwidth - SOAP::SOAPInt
transfer - Virtuozzo::SOAP::Types::ServerGroup::TransferType
ipaddress - (any)
flags - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil) ⇒ InterfaceType

Returns a new instance of InterfaceType.



595
596
597
598
599
600
601
# File 'lib/virtuozzo/soap/types/server_group.rb', line 595

def initialize(name = nil, bandwidth = nil, transfer = nil, ipaddress = nil, flags = nil)
  @name = name
  @bandwidth = bandwidth
  @transfer = transfer
  @ipaddress = ipaddress
  @flags = flags
end

Instance Attribute Details

#bandwidthObject

Returns the value of attribute bandwidth.



590
591
592
# File 'lib/virtuozzo/soap/types/server_group.rb', line 590

def bandwidth
  @bandwidth
end

#flagsObject

Returns the value of attribute flags.



593
594
595
# File 'lib/virtuozzo/soap/types/server_group.rb', line 593

def flags
  @flags
end

#ipaddressObject

Returns the value of attribute ipaddress.



592
593
594
# File 'lib/virtuozzo/soap/types/server_group.rb', line 592

def ipaddress
  @ipaddress
end

#nameObject

Returns the value of attribute name.



589
590
591
# File 'lib/virtuozzo/soap/types/server_group.rb', line 589

def name
  @name
end

#transferObject

Returns the value of attribute transfer.



591
592
593
# File 'lib/virtuozzo/soap/types/server_group.rb', line 591

def transfer
  @transfer
end