Class: HostPatchManagerStatusPrerequisitePatch
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostPatchManagerStatusPrerequisitePatch
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#installState ⇒ Object
Returns the value of attribute installState.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, installState = []) ⇒ HostPatchManagerStatusPrerequisitePatch
constructor
A new instance of HostPatchManagerStatusPrerequisitePatch.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20649 20650 20651 |
# File 'lib/vmware/soap/vim25.rb', line 20649 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20648 20649 20650 |
# File 'lib/vmware/soap/vim25.rb', line 20648 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
20650 20651 20652 |
# File 'lib/vmware/soap/vim25.rb', line 20650 def id @id end |
#installState ⇒ Object
Returns the value of attribute installState.
20651 20652 20653 |
# File 'lib/vmware/soap/vim25.rb', line 20651 def installState @installState end |