Class: CustomizationName

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

Overview

urn:vim25CustomizationName

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomizationName.



24574
24575
24576
24577
# File 'lib/vmware/soap/vim25.rb', line 24574

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24572
24573
24574
# File 'lib/vmware/soap/vim25.rb', line 24572

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24571
24572
24573
# File 'lib/vmware/soap/vim25.rb', line 24571

def dynamicType
  @dynamicType
end