Class: CustomizationGlobalIPSettings
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationGlobalIPSettings
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationGlobalIPSettings
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
dnsSuffixList - SOAP::SOAPString
dnsServerList - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dnsServerList ⇒ Object
Returns the value of attribute dnsServerList.
-
#dnsSuffixList ⇒ Object
Returns the value of attribute dnsSuffixList.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], dnsSuffixList = [], dnsServerList = []) ⇒ CustomizationGlobalIPSettings
constructor
A new instance of CustomizationGlobalIPSettings.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], dnsSuffixList = [], dnsServerList = []) ⇒ CustomizationGlobalIPSettings
Returns a new instance of CustomizationGlobalIPSettings.
24918 24919 24920 24921 24922 24923 |
# File 'lib/vmware/soap/vim25.rb', line 24918 def initialize(dynamicType = nil, dynamicProperty = [], dnsSuffixList = [], dnsServerList = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @dnsSuffixList = dnsSuffixList @dnsServerList = dnsServerList end |
Instance Attribute Details
#dnsServerList ⇒ Object
Returns the value of attribute dnsServerList.
24916 24917 24918 |
# File 'lib/vmware/soap/vim25.rb', line 24916 def dnsServerList @dnsServerList end |
#dnsSuffixList ⇒ Object
Returns the value of attribute dnsSuffixList.
24915 24916 24917 |
# File 'lib/vmware/soap/vim25.rb', line 24915 def dnsSuffixList @dnsSuffixList end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24914 24915 24916 |
# File 'lib/vmware/soap/vim25.rb', line 24914 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24913 24914 24915 |
# File 'lib/vmware/soap/vim25.rb', line 24913 def dynamicType @dynamicType end |