Class: CustomizationCustomName

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

Overview

urn:vim25CustomizationCustomName

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
argument - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomizationCustomName.



24647
24648
24649
24650
24651
# File 'lib/vmware/soap/vim25.rb', line 24647

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

Instance Attribute Details

#argumentObject

Returns the value of attribute argument.



24645
24646
24647
# File 'lib/vmware/soap/vim25.rb', line 24645

def argument
  @argument
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24644
24645
24646
# File 'lib/vmware/soap/vim25.rb', line 24644

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24643
24644
24645
# File 'lib/vmware/soap/vim25.rb', line 24643

def dynamicType
  @dynamicType
end