Class: CustomizationSpecInfo

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

Overview

urn:vim25CustomizationSpecInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
description - SOAP::SOAPString
type - SOAP::SOAPString
changeVersion - SOAP::SOAPString
lastUpdateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, type = nil, changeVersion = nil, lastUpdateTime = nil) ⇒ CustomizationSpecInfo

Returns a new instance of CustomizationSpecInfo.



746
747
748
749
750
751
752
753
754
# File 'lib/vmware/soap/vim25.rb', line 746

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, type = nil, changeVersion = nil, lastUpdateTime = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @description = description
  @type = type
  @changeVersion = changeVersion
  @lastUpdateTime = lastUpdateTime
end

Instance Attribute Details

#changeVersionObject

Returns the value of attribute changeVersion.



743
744
745
# File 'lib/vmware/soap/vim25.rb', line 743

def changeVersion
  @changeVersion
end

#descriptionObject

Returns the value of attribute description.



741
742
743
# File 'lib/vmware/soap/vim25.rb', line 741

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



739
740
741
# File 'lib/vmware/soap/vim25.rb', line 739

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



738
739
740
# File 'lib/vmware/soap/vim25.rb', line 738

def dynamicType
  @dynamicType
end

#lastUpdateTimeObject

Returns the value of attribute lastUpdateTime.



744
745
746
# File 'lib/vmware/soap/vim25.rb', line 744

def lastUpdateTime
  @lastUpdateTime
end

#nameObject

Returns the value of attribute name.



740
741
742
# File 'lib/vmware/soap/vim25.rb', line 740

def name
  @name
end

#typeObject

Returns the value of attribute type.



742
743
744
# File 'lib/vmware/soap/vim25.rb', line 742

def type
  @type
end