Class: Virtuozzo::SOAP::Types::ServerGroup::ConfigType

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

Overview

Defined Under Namespace

Classes: Nameservers, Networks, Search_domains

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nameservers = nil, search_domains = nil, networks = nil) ⇒ ConfigType

Returns a new instance of ConfigType.



33
34
35
36
37
# File 'lib/virtuozzo/soap/types/server_group.rb', line 33

def initialize(nameservers = nil, search_domains = nil, networks = nil)
  @nameservers = nameservers
  @search_domains = search_domains
  @networks = networks
end

Instance Attribute Details

#nameserversObject

Returns the value of attribute nameservers.



29
30
31
# File 'lib/virtuozzo/soap/types/server_group.rb', line 29

def nameservers
  @nameservers
end

#networksObject

Returns the value of attribute networks.



31
32
33
# File 'lib/virtuozzo/soap/types/server_group.rb', line 31

def networks
  @networks
end

#search_domainsObject

Returns the value of attribute search_domains.



30
31
32
# File 'lib/virtuozzo/soap/types/server_group.rb', line 30

def search_domains
  @search_domains
end