Class: CustomizationIdentitySettings

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

Overview

urn:vim25CustomizationIdentitySettings

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomizationIdentitySettings.



24838
24839
24840
24841
# File 'lib/vmware/soap/vim25.rb', line 24838

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24836
24837
24838
# File 'lib/vmware/soap/vim25.rb', line 24836

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24835
24836
24837
# File 'lib/vmware/soap/vim25.rb', line 24835

def dynamicType
  @dynamicType
end