Class: Virtuozzo::SOAP::Types::ServerGroup::ConfigType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::ConfigType
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/server_groupconfigType
nameservers - Virtuozzo::SOAP::Types::ServerGroup::ConfigType::Nameservers
search_domains - Virtuozzo::SOAP::Types::ServerGroup::ConfigType::Search_domains
networks - Virtuozzo::SOAP::Types::ServerGroup::ConfigType::Networks
Defined Under Namespace
Classes: Nameservers, Networks, Search_domains
Instance Attribute Summary collapse
-
#nameservers ⇒ Object
Returns the value of attribute nameservers.
-
#networks ⇒ Object
Returns the value of attribute networks.
-
#search_domains ⇒ Object
Returns the value of attribute search_domains.
Instance Method Summary collapse
-
#initialize(nameservers = nil, search_domains = nil, networks = nil) ⇒ ConfigType
constructor
A new instance of ConfigType.
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
#nameservers ⇒ Object
Returns the value of attribute nameservers.
29 30 31 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 29 def nameservers @nameservers end |
#networks ⇒ Object
Returns the value of attribute networks.
31 32 33 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 31 def networks @networks end |
#search_domains ⇒ Object
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 |