Class: CustomizationUnknownIpGenerator

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

Overview

urn:vim25CustomizationUnknownIpGenerator

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25010
25011
25012
# File 'lib/vmware/soap/vim25.rb', line 25010

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25009
25010
25011
# File 'lib/vmware/soap/vim25.rb', line 25009

def dynamicType
  @dynamicType
end