Class: CustomizationUnknownIpGenerator
- Inherits:
-
CustomizationIpGenerator
- Object
- DynamicData
- CustomizationIpGenerator
- CustomizationUnknownIpGenerator
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationUnknownIpGenerator
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CustomizationUnknownIpGenerator
constructor
A new instance of CustomizationUnknownIpGenerator.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CustomizationUnknownIpGenerator
Returns a new instance of CustomizationUnknownIpGenerator.
25012 25013 25014 25015 |
# File 'lib/vmware/soap/vim25.rb', line 25012 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25010 25011 25012 |
# File 'lib/vmware/soap/vim25.rb', line 25010 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25009 25010 25011 |
# File 'lib/vmware/soap/vim25.rb', line 25009 def dynamicType @dynamicType end |