Class: CustomizationIPSettings
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationIPSettings
- 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
-
#dnsDomain ⇒ Object
Returns the value of attribute dnsDomain.
-
#dnsServerList ⇒ Object
Returns the value of attribute dnsServerList.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#netBIOS ⇒ Object
Returns the value of attribute netBIOS.
-
#primaryWINS ⇒ Object
Returns the value of attribute primaryWINS.
-
#secondaryWINS ⇒ Object
Returns the value of attribute secondaryWINS.
-
#subnetMask ⇒ Object
Returns the value of attribute subnetMask.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], ip = nil, subnetMask = nil, gateway = [], dnsServerList = [], dnsDomain = nil, primaryWINS = nil, secondaryWINS = nil, netBIOS = nil) ⇒ CustomizationIPSettings
constructor
A new instance of CustomizationIPSettings.
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
#dnsDomain ⇒ Object
Returns the value of attribute dnsDomain.
24944 24945 24946 |
# File 'lib/vmware/soap/vim25.rb', line 24944 def dnsDomain @dnsDomain end |
#dnsServerList ⇒ Object
Returns the value of attribute dnsServerList.
24943 24944 24945 |
# File 'lib/vmware/soap/vim25.rb', line 24943 def dnsServerList @dnsServerList end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24939 24940 24941 |
# File 'lib/vmware/soap/vim25.rb', line 24939 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24938 24939 24940 |
# File 'lib/vmware/soap/vim25.rb', line 24938 def dynamicType @dynamicType end |
#gateway ⇒ Object
Returns the value of attribute gateway.
24942 24943 24944 |
# File 'lib/vmware/soap/vim25.rb', line 24942 def gateway @gateway end |
#ip ⇒ Object
Returns the value of attribute ip.
24940 24941 24942 |
# File 'lib/vmware/soap/vim25.rb', line 24940 def ip @ip end |
#netBIOS ⇒ Object
Returns the value of attribute netBIOS.
24947 24948 24949 |
# File 'lib/vmware/soap/vim25.rb', line 24947 def netBIOS @netBIOS end |
#primaryWINS ⇒ Object
Returns the value of attribute primaryWINS.
24945 24946 24947 |
# File 'lib/vmware/soap/vim25.rb', line 24945 def primaryWINS @primaryWINS end |
#secondaryWINS ⇒ Object
Returns the value of attribute secondaryWINS.
24946 24947 24948 |
# File 'lib/vmware/soap/vim25.rb', line 24946 def secondaryWINS @secondaryWINS end |
#subnetMask ⇒ Object
Returns the value of attribute subnetMask.
24941 24942 24943 |
# File 'lib/vmware/soap/vim25.rb', line 24941 def subnetMask @subnetMask end |