Class: ScanHostPatchRequestType
- Inherits:
-
Object
- Object
- ScanHostPatchRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScanHostPatchRequestType
m__this - ManagedObjectReference
repository - HostPatchManagerLocator
updateID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#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 = []) ⇒ ScanHostPatchRequestType
constructor
A new instance of ScanHostPatchRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, repository = nil, updateID = []) ⇒ ScanHostPatchRequestType
Returns a new instance of ScanHostPatchRequestType.
39108 39109 39110 39111 39112 |
# File 'lib/vmware/soap/vim25.rb', line 39108 def initialize(v__this = nil, repository = nil, updateID = []) @v__this = v__this @repository = repository @updateID = updateID end |
Instance Attribute Details
#repository ⇒ Object
Returns the value of attribute repository.
39097 39098 39099 |
# File 'lib/vmware/soap/vim25.rb', line 39097 def repository @repository end |
#updateID ⇒ Object
Returns the value of attribute updateID.
39098 39099 39100 |
# File 'lib/vmware/soap/vim25.rb', line 39098 def updateID @updateID end |
Instance Method Details
#m__this ⇒ Object
39100 39101 39102 |
# File 'lib/vmware/soap/vim25.rb', line 39100 def m__this @v__this end |
#m__this=(value) ⇒ Object
39104 39105 39106 |
# File 'lib/vmware/soap/vim25.rb', line 39104 def m__this=(value) @v__this = value end |