Class: HostIpConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostIpConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostIpConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
dhcp - SOAP::SOAPBoolean
ipAddress - SOAP::SOAPString
subnetMask - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dhcp ⇒ Object
Returns the value of attribute dhcp.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#subnetMask ⇒ Object
Returns the value of attribute subnetMask.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], dhcp = nil, ipAddress = nil, subnetMask = nil) ⇒ HostIpConfig
constructor
A new instance of HostIpConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], dhcp = nil, ipAddress = nil, subnetMask = nil) ⇒ HostIpConfig
Returns a new instance of HostIpConfig.
19841 19842 19843 19844 19845 19846 19847 |
# File 'lib/vmware/soap/vim25.rb', line 19841 def initialize(dynamicType = nil, dynamicProperty = [], dhcp = nil, ipAddress = nil, subnetMask = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @dhcp = dhcp @ipAddress = ipAddress @subnetMask = subnetMask end |
Instance Attribute Details
#dhcp ⇒ Object
Returns the value of attribute dhcp.
19837 19838 19839 |
# File 'lib/vmware/soap/vim25.rb', line 19837 def dhcp @dhcp end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19836 19837 19838 |
# File 'lib/vmware/soap/vim25.rb', line 19836 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19835 19836 19837 |
# File 'lib/vmware/soap/vim25.rb', line 19835 def dynamicType @dynamicType end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
19838 19839 19840 |
# File 'lib/vmware/soap/vim25.rb', line 19838 def ipAddress @ipAddress end |
#subnetMask ⇒ Object
Returns the value of attribute subnetMask.
19839 19840 19841 |
# File 'lib/vmware/soap/vim25.rb', line 19839 def subnetMask @subnetMask end |