Class: Virtuozzo::SOAP::Types::Firewallm::Env_configType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::Env_configType
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesenv_configType
name - SOAP::SOAPString
description - SOAP::SOAPBase64
domain - SOAP::SOAPString
hostname - SOAP::SOAPString
address - Virtuozzo::SOAP::Types::Firewallm::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Firewallm::OsType
type - SOAP::SOAPString
nameserver - SOAP::SOAPString
search_domain - SOAP::SOAPString
base_sample_id - (any)
base_snapshot_id - (any)
child_type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#base_sample_id ⇒ Object
Returns the value of attribute base_sample_id.
-
#base_snapshot_id ⇒ Object
Returns the value of attribute base_snapshot_id.
-
#child_type ⇒ Object
Returns the value of attribute child_type.
-
#description ⇒ Object
Returns the value of attribute description.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nameserver ⇒ Object
Returns the value of attribute nameserver.
-
#os ⇒ Object
Returns the value of attribute os.
-
#search_domain ⇒ Object
Returns the value of attribute search_domain.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(name = nil, description = nil, domain = nil, hostname = nil, address = [], architecture = nil, os = nil, type = nil, nameserver = [], search_domain = [], base_sample_id = nil, base_snapshot_id = nil, child_type = []) ⇒ Env_configType
constructor
A new instance of Env_configType.
Constructor Details
#initialize(name = nil, description = nil, domain = nil, hostname = nil, address = [], architecture = nil, os = nil, type = nil, nameserver = [], search_domain = [], base_sample_id = nil, base_snapshot_id = nil, child_type = []) ⇒ Env_configType
Returns a new instance of Env_configType.
141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 141 def initialize(name = nil, description = nil, domain = nil, hostname = nil, address = [], architecture = nil, os = nil, type = nil, nameserver = [], search_domain = [], base_sample_id = nil, base_snapshot_id = nil, child_type = []) @name = name @description = description @domain = domain @hostname = hostname @address = address @architecture = architecture @os = os @type = type @nameserver = nameserver @search_domain = search_domain @base_sample_id = base_sample_id @base_snapshot_id = base_snapshot_id @child_type = child_type end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
131 132 133 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 131 def address @address end |
#architecture ⇒ Object
Returns the value of attribute architecture.
132 133 134 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 132 def architecture @architecture end |
#base_sample_id ⇒ Object
Returns the value of attribute base_sample_id.
137 138 139 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 137 def base_sample_id @base_sample_id end |
#base_snapshot_id ⇒ Object
Returns the value of attribute base_snapshot_id.
138 139 140 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 138 def base_snapshot_id @base_snapshot_id end |
#child_type ⇒ Object
Returns the value of attribute child_type.
139 140 141 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 139 def child_type @child_type end |
#description ⇒ Object
Returns the value of attribute description.
128 129 130 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 128 def description @description end |
#domain ⇒ Object
Returns the value of attribute domain.
129 130 131 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 129 def domain @domain end |
#hostname ⇒ Object
Returns the value of attribute hostname.
130 131 132 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 130 def hostname @hostname end |
#name ⇒ Object
Returns the value of attribute name.
127 128 129 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 127 def name @name end |
#nameserver ⇒ Object
Returns the value of attribute nameserver.
135 136 137 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 135 def nameserver @nameserver end |
#os ⇒ Object
Returns the value of attribute os.
133 134 135 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 133 def os @os end |
#search_domain ⇒ Object
Returns the value of attribute search_domain.
136 137 138 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 136 def search_domain @search_domain end |
#type ⇒ Object
Returns the value of attribute type.
134 135 136 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 134 def type @type end |