Class: CustomizationGuiRunOnce

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

Overview

urn:vim25CustomizationGuiRunOnce

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
commandList - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomizationGuiRunOnce.



24780
24781
24782
24783
24784
# File 'lib/vmware/soap/vim25.rb', line 24780

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

Instance Attribute Details

#commandListObject

Returns the value of attribute commandList.



24778
24779
24780
# File 'lib/vmware/soap/vim25.rb', line 24778

def commandList
  @commandList
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24777
24778
24779
# File 'lib/vmware/soap/vim25.rb', line 24777

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24776
24777
24778
# File 'lib/vmware/soap/vim25.rb', line 24776

def dynamicType
  @dynamicType
end