Class: CustomizationGlobalIPSettings

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dnsServerListObject

Returns the value of attribute dnsServerList.



24916
24917
24918
# File 'lib/vmware/soap/vim25.rb', line 24916

def dnsServerList
  @dnsServerList
end

#dnsSuffixListObject

Returns the value of attribute dnsSuffixList.



24915
24916
24917
# File 'lib/vmware/soap/vim25.rb', line 24915

def dnsSuffixList
  @dnsSuffixList
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24914
24915
24916
# File 'lib/vmware/soap/vim25.rb', line 24914

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24913
24914
24915
# File 'lib/vmware/soap/vim25.rb', line 24913

def dynamicType
  @dynamicType
end