Class: CustomizationIPSettings

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CustomizationIPSettings

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ip - CustomizationIpGenerator
subnetMask - SOAP::SOAPString
gateway - SOAP::SOAPString
dnsServerList - SOAP::SOAPString
dnsDomain - SOAP::SOAPString
primaryWINS - SOAP::SOAPString
secondaryWINS - SOAP::SOAPString
netBIOS - CustomizationNetBIOSMode

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], ip = nil, subnetMask = nil, gateway = [], dnsServerList = [], dnsDomain = nil, primaryWINS = nil, secondaryWINS = nil, netBIOS = nil) ⇒ CustomizationIPSettings

Returns a new instance of CustomizationIPSettings.



24949
24950
24951
24952
24953
24954
24955
24956
24957
24958
24959
24960
# File 'lib/vmware/soap/vim25.rb', line 24949

def initialize(dynamicType = nil, dynamicProperty = [], ip = nil, subnetMask = nil, gateway = [], dnsServerList = [], dnsDomain = nil, primaryWINS = nil, secondaryWINS = nil, netBIOS = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @ip = ip
  @subnetMask = subnetMask
  @gateway = gateway
  @dnsServerList = dnsServerList
  @dnsDomain = dnsDomain
  @primaryWINS = primaryWINS
  @secondaryWINS = secondaryWINS
  @netBIOS = netBIOS
end

Instance Attribute Details

#dnsDomainObject

Returns the value of attribute dnsDomain.



24944
24945
24946
# File 'lib/vmware/soap/vim25.rb', line 24944

def dnsDomain
  @dnsDomain
end

#dnsServerListObject

Returns the value of attribute dnsServerList.



24943
24944
24945
# File 'lib/vmware/soap/vim25.rb', line 24943

def dnsServerList
  @dnsServerList
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24939
24940
24941
# File 'lib/vmware/soap/vim25.rb', line 24939

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24938
24939
24940
# File 'lib/vmware/soap/vim25.rb', line 24938

def dynamicType
  @dynamicType
end

#gatewayObject

Returns the value of attribute gateway.



24942
24943
24944
# File 'lib/vmware/soap/vim25.rb', line 24942

def gateway
  @gateway
end

#ipObject

Returns the value of attribute ip.



24940
24941
24942
# File 'lib/vmware/soap/vim25.rb', line 24940

def ip
  @ip
end

#netBIOSObject

Returns the value of attribute netBIOS.



24947
24948
24949
# File 'lib/vmware/soap/vim25.rb', line 24947

def netBIOS
  @netBIOS
end

#primaryWINSObject

Returns the value of attribute primaryWINS.



24945
24946
24947
# File 'lib/vmware/soap/vim25.rb', line 24945

def primaryWINS
  @primaryWINS
end

#secondaryWINSObject

Returns the value of attribute secondaryWINS.



24946
24947
24948
# File 'lib/vmware/soap/vim25.rb', line 24946

def secondaryWINS
  @secondaryWINS
end

#subnetMaskObject

Returns the value of attribute subnetMask.



24941
24942
24943
# File 'lib/vmware/soap/vim25.rb', line 24941

def subnetMask
  @subnetMask
end