Class: InstallHostPatchRequestType
- Inherits:
-
Object
- Object
- InstallHostPatchRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InstallHostPatchRequestType
m__this - ManagedObjectReference
repository - HostPatchManagerLocator
updateID - SOAP::SOAPString
force - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#force ⇒ Object
Returns the value of attribute force.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#updateID ⇒ Object
Returns the value of attribute updateID.
Instance Method Summary collapse
-
#initialize(v__this = nil, repository = nil, updateID = nil, force = nil) ⇒ InstallHostPatchRequestType
constructor
A new instance of InstallHostPatchRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, repository = nil, updateID = nil, force = nil) ⇒ InstallHostPatchRequestType
Returns a new instance of InstallHostPatchRequestType.
39133 39134 39135 39136 39137 39138 |
# File 'lib/vmware/soap/vim25.rb', line 39133 def initialize(v__this = nil, repository = nil, updateID = nil, force = nil) @v__this = v__this @repository = repository @updateID = updateID @force = force end |
Instance Attribute Details
#force ⇒ Object
Returns the value of attribute force.
39123 39124 39125 |
# File 'lib/vmware/soap/vim25.rb', line 39123 def force @force end |
#repository ⇒ Object
Returns the value of attribute repository.
39121 39122 39123 |
# File 'lib/vmware/soap/vim25.rb', line 39121 def repository @repository end |
#updateID ⇒ Object
Returns the value of attribute updateID.
39122 39123 39124 |
# File 'lib/vmware/soap/vim25.rb', line 39122 def updateID @updateID end |
Instance Method Details
#m__this ⇒ Object
39125 39126 39127 |
# File 'lib/vmware/soap/vim25.rb', line 39125 def m__this @v__this end |
#m__this=(value) ⇒ Object
39129 39130 39131 |
# File 'lib/vmware/soap/vim25.rb', line 39129 def m__this=(value) @v__this = value end |