Class: CustomizationFixedName

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

Overview

urn:vim25CustomizationFixedName

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomizationFixedName.



24589
24590
24591
24592
24593
# File 'lib/vmware/soap/vim25.rb', line 24589

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24586
24587
24588
# File 'lib/vmware/soap/vim25.rb', line 24586

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24585
24586
24587
# File 'lib/vmware/soap/vim25.rb', line 24585

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24587
24588
24589
# File 'lib/vmware/soap/vim25.rb', line 24587

def name
  @name
end