Class: InstallHostPatchRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#forceObject

Returns the value of attribute force.



39123
39124
39125
# File 'lib/vmware/soap/vim25.rb', line 39123

def force
  @force
end

#repositoryObject

Returns the value of attribute repository.



39121
39122
39123
# File 'lib/vmware/soap/vim25.rb', line 39121

def repository
  @repository
end

#updateIDObject

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__thisObject



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