Class: HostIpConfig

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

Instance Method Summary collapse

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

#dhcpObject

Returns the value of attribute dhcp.



19837
19838
19839
# File 'lib/vmware/soap/vim25.rb', line 19837

def dhcp
  @dhcp
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19836
19837
19838
# File 'lib/vmware/soap/vim25.rb', line 19836

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19835
19836
19837
# File 'lib/vmware/soap/vim25.rb', line 19835

def dynamicType
  @dynamicType
end

#ipAddressObject

Returns the value of attribute ipAddress.



19838
19839
19840
# File 'lib/vmware/soap/vim25.rb', line 19838

def ipAddress
  @ipAddress
end

#subnetMaskObject

Returns the value of attribute subnetMask.



19839
19840
19841
# File 'lib/vmware/soap/vim25.rb', line 19839

def subnetMask
  @subnetMask
end