Class: ScanHostPatchRequestType

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

Overview

urn:vim25ScanHostPatchRequestType

m__this - ManagedObjectReference
repository - HostPatchManagerLocator
updateID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#repositoryObject

Returns the value of attribute repository.



39097
39098
39099
# File 'lib/vmware/soap/vim25.rb', line 39097

def repository
  @repository
end

#updateIDObject

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__thisObject



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