Class: CustomizationUserData

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

Overview

urn:vim25CustomizationUserData

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fullName - SOAP::SOAPString
orgName - SOAP::SOAPString
computerName - CustomizationName
productId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], fullName = nil, orgName = nil, computerName = nil, productId = nil) ⇒ CustomizationUserData

Returns a new instance of CustomizationUserData.



24761
24762
24763
24764
24765
24766
24767
24768
# File 'lib/vmware/soap/vim25.rb', line 24761

def initialize(dynamicType = nil, dynamicProperty = [], fullName = nil, orgName = nil, computerName = nil, productId = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @fullName = fullName
  @orgName = orgName
  @computerName = computerName
  @productId = productId
end

Instance Attribute Details

#computerNameObject

Returns the value of attribute computerName.



24758
24759
24760
# File 'lib/vmware/soap/vim25.rb', line 24758

def computerName
  @computerName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24755
24756
24757
# File 'lib/vmware/soap/vim25.rb', line 24755

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24754
24755
24756
# File 'lib/vmware/soap/vim25.rb', line 24754

def dynamicType
  @dynamicType
end

#fullNameObject

Returns the value of attribute fullName.



24756
24757
24758
# File 'lib/vmware/soap/vim25.rb', line 24756

def fullName
  @fullName
end

#orgNameObject

Returns the value of attribute orgName.



24757
24758
24759
# File 'lib/vmware/soap/vim25.rb', line 24757

def orgName
  @orgName
end

#productIdObject

Returns the value of attribute productId.



24759
24760
24761
# File 'lib/vmware/soap/vim25.rb', line 24759

def productId
  @productId
end