Class: HostPatchManagerStatusPrerequisitePatch

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

Overview

urn:vim25HostPatchManagerStatusPrerequisitePatch

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
installState - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], id = nil, installState = []) ⇒ HostPatchManagerStatusPrerequisitePatch

Returns a new instance of HostPatchManagerStatusPrerequisitePatch.



20653
20654
20655
20656
20657
20658
# File 'lib/vmware/soap/vim25.rb', line 20653

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20649
20650
20651
# File 'lib/vmware/soap/vim25.rb', line 20649

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20648
20649
20650
# File 'lib/vmware/soap/vim25.rb', line 20648

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



20650
20651
20652
# File 'lib/vmware/soap/vim25.rb', line 20650

def id
  @id
end

#installStateObject

Returns the value of attribute installState.



20651
20652
20653
# File 'lib/vmware/soap/vim25.rb', line 20651

def installState
  @installState
end