Class: UpdateSystemResourcesRequestType
- Inherits:
-
Object
- Object
- UpdateSystemResourcesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateSystemResourcesRequestType
m__this - ManagedObjectReference
resourceInfo - HostSystemResourceInfo
Instance Attribute Summary collapse
-
#resourceInfo ⇒ Object
Returns the value of attribute resourceInfo.
Instance Method Summary collapse
-
#initialize(v__this = nil, resourceInfo = nil) ⇒ UpdateSystemResourcesRequestType
constructor
A new instance of UpdateSystemResourcesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, resourceInfo = nil) ⇒ UpdateSystemResourcesRequestType
Returns a new instance of UpdateSystemResourcesRequestType.
34871 34872 34873 34874 |
# File 'lib/vmware/soap/vim25.rb', line 34871 def initialize(v__this = nil, resourceInfo = nil) @v__this = v__this @resourceInfo = resourceInfo end |
Instance Attribute Details
#resourceInfo ⇒ Object
Returns the value of attribute resourceInfo.
34861 34862 34863 |
# File 'lib/vmware/soap/vim25.rb', line 34861 def resourceInfo @resourceInfo end |
Instance Method Details
#m__this ⇒ Object
34863 34864 34865 |
# File 'lib/vmware/soap/vim25.rb', line 34863 def m__this @v__this end |
#m__this=(value) ⇒ Object
34867 34868 34869 |
# File 'lib/vmware/soap/vim25.rb', line 34867 def m__this=(value) @v__this = value end |