Class: CustomizationFixedIp

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

Overview

urn:vim25CustomizationFixedIp

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ipAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], ipAddress = nil) ⇒ CustomizationFixedIp

Returns a new instance of CustomizationFixedIp.



24998
24999
25000
25001
25002
# File 'lib/vmware/soap/vim25.rb', line 24998

def initialize(dynamicType = nil, dynamicProperty = [], ipAddress = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @ipAddress = ipAddress
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24995
24996
24997
# File 'lib/vmware/soap/vim25.rb', line 24995

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24994
24995
24996
# File 'lib/vmware/soap/vim25.rb', line 24994

def dynamicType
  @dynamicType
end

#ipAddressObject

Returns the value of attribute ipAddress.



24996
24997
24998
# File 'lib/vmware/soap/vim25.rb', line 24996

def ipAddress
  @ipAddress
end