Class: ServiceContent
- Inherits:
-
DynamicData
- Object
- DynamicData
- ServiceContent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ServiceContent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
rootFolder - ManagedObjectReference
propertyCollector - ManagedObjectReference
viewManager - ManagedObjectReference
about - AboutInfo
setting - ManagedObjectReference
userDirectory - ManagedObjectReference
sessionManager - ManagedObjectReference
- ManagedObjectReference
perfManager - ManagedObjectReference
scheduledTaskManager - ManagedObjectReference
alarmManager - ManagedObjectReference
eventManager - ManagedObjectReference
taskManager - ManagedObjectReference
extensionManager - ManagedObjectReference
customizationSpecManager - ManagedObjectReference
customFieldsManager - ManagedObjectReference
accountManager - ManagedObjectReference
diagnosticManager - ManagedObjectReference
licenseManager - ManagedObjectReference
searchIndex - ManagedObjectReference
fileManager - ManagedObjectReference
virtualDiskManager - ManagedObjectReference
virtualizationManager - ManagedObjectReference
Instance Attribute Summary collapse
-
#about ⇒ Object
Returns the value of attribute about.
-
#accountManager ⇒ Object
Returns the value of attribute accountManager.
-
#alarmManager ⇒ Object
Returns the value of attribute alarmManager.
-
#authorizationManager ⇒ Object
Returns the value of attribute authorizationManager.
-
#customFieldsManager ⇒ Object
Returns the value of attribute customFieldsManager.
-
#customizationSpecManager ⇒ Object
Returns the value of attribute customizationSpecManager.
-
#diagnosticManager ⇒ Object
Returns the value of attribute diagnosticManager.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#eventManager ⇒ Object
Returns the value of attribute eventManager.
-
#extensionManager ⇒ Object
Returns the value of attribute extensionManager.
-
#fileManager ⇒ Object
Returns the value of attribute fileManager.
-
#licenseManager ⇒ Object
Returns the value of attribute licenseManager.
-
#perfManager ⇒ Object
Returns the value of attribute perfManager.
-
#propertyCollector ⇒ Object
Returns the value of attribute propertyCollector.
-
#rootFolder ⇒ Object
Returns the value of attribute rootFolder.
-
#scheduledTaskManager ⇒ Object
Returns the value of attribute scheduledTaskManager.
-
#searchIndex ⇒ Object
Returns the value of attribute searchIndex.
-
#sessionManager ⇒ Object
Returns the value of attribute sessionManager.
-
#setting ⇒ Object
Returns the value of attribute setting.
-
#taskManager ⇒ Object
Returns the value of attribute taskManager.
-
#userDirectory ⇒ Object
Returns the value of attribute userDirectory.
-
#viewManager ⇒ Object
Returns the value of attribute viewManager.
-
#virtualDiskManager ⇒ Object
Returns the value of attribute virtualDiskManager.
-
#virtualizationManager ⇒ Object
Returns the value of attribute virtualizationManager.
Instance Method Summary collapse
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], rootFolder = nil, propertyCollector = nil, viewManager = nil, about = nil, setting = nil, userDirectory = nil, sessionManager = nil, authorizationManager = nil, perfManager = nil, scheduledTaskManager = nil, alarmManager = nil, eventManager = nil, taskManager = nil, extensionManager = nil, customizationSpecManager = nil, customFieldsManager = nil, accountManager = nil, diagnosticManager = nil, licenseManager = nil, searchIndex = nil, fileManager = nil, virtualDiskManager = nil, virtualizationManager = nil) ⇒ ServiceContent
Returns a new instance of ServiceContent.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 |
# File 'lib/vmware/soap/vim25.rb', line 2223 def initialize(dynamicType = nil, dynamicProperty = [], rootFolder = nil, propertyCollector = nil, viewManager = nil, about = nil, setting = nil, userDirectory = nil, sessionManager = nil, = nil, perfManager = nil, scheduledTaskManager = nil, alarmManager = nil, eventManager = nil, taskManager = nil, extensionManager = nil, customizationSpecManager = nil, customFieldsManager = nil, accountManager = nil, diagnosticManager = nil, licenseManager = nil, searchIndex = nil, fileManager = nil, virtualDiskManager = nil, virtualizationManager = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @rootFolder = rootFolder @propertyCollector = propertyCollector @viewManager = viewManager @about = about @setting = setting @userDirectory = userDirectory @sessionManager = sessionManager @authorizationManager = @perfManager = perfManager @scheduledTaskManager = scheduledTaskManager @alarmManager = alarmManager @eventManager = eventManager @taskManager = taskManager @extensionManager = extensionManager @customizationSpecManager = customizationSpecManager @customFieldsManager = customFieldsManager @accountManager = accountManager @diagnosticManager = diagnosticManager @licenseManager = licenseManager @searchIndex = searchIndex @fileManager = fileManager @virtualDiskManager = virtualDiskManager @virtualizationManager = virtualizationManager end |
Instance Attribute Details
#about ⇒ Object
Returns the value of attribute about.
2202 2203 2204 |
# File 'lib/vmware/soap/vim25.rb', line 2202 def about @about end |
#accountManager ⇒ Object
Returns the value of attribute accountManager.
2215 2216 2217 |
# File 'lib/vmware/soap/vim25.rb', line 2215 def accountManager @accountManager end |
#alarmManager ⇒ Object
Returns the value of attribute alarmManager.
2209 2210 2211 |
# File 'lib/vmware/soap/vim25.rb', line 2209 def alarmManager @alarmManager end |
#authorizationManager ⇒ Object
Returns the value of attribute authorizationManager.
2206 2207 2208 |
# File 'lib/vmware/soap/vim25.rb', line 2206 def @authorizationManager end |
#customFieldsManager ⇒ Object
Returns the value of attribute customFieldsManager.
2214 2215 2216 |
# File 'lib/vmware/soap/vim25.rb', line 2214 def customFieldsManager @customFieldsManager end |
#customizationSpecManager ⇒ Object
Returns the value of attribute customizationSpecManager.
2213 2214 2215 |
# File 'lib/vmware/soap/vim25.rb', line 2213 def customizationSpecManager @customizationSpecManager end |
#diagnosticManager ⇒ Object
Returns the value of attribute diagnosticManager.
2216 2217 2218 |
# File 'lib/vmware/soap/vim25.rb', line 2216 def diagnosticManager @diagnosticManager end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2198 2199 2200 |
# File 'lib/vmware/soap/vim25.rb', line 2198 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2197 2198 2199 |
# File 'lib/vmware/soap/vim25.rb', line 2197 def dynamicType @dynamicType end |
#eventManager ⇒ Object
Returns the value of attribute eventManager.
2210 2211 2212 |
# File 'lib/vmware/soap/vim25.rb', line 2210 def eventManager @eventManager end |
#extensionManager ⇒ Object
Returns the value of attribute extensionManager.
2212 2213 2214 |
# File 'lib/vmware/soap/vim25.rb', line 2212 def extensionManager @extensionManager end |
#fileManager ⇒ Object
Returns the value of attribute fileManager.
2219 2220 2221 |
# File 'lib/vmware/soap/vim25.rb', line 2219 def fileManager @fileManager end |
#licenseManager ⇒ Object
Returns the value of attribute licenseManager.
2217 2218 2219 |
# File 'lib/vmware/soap/vim25.rb', line 2217 def licenseManager @licenseManager end |
#perfManager ⇒ Object
Returns the value of attribute perfManager.
2207 2208 2209 |
# File 'lib/vmware/soap/vim25.rb', line 2207 def perfManager @perfManager end |
#propertyCollector ⇒ Object
Returns the value of attribute propertyCollector.
2200 2201 2202 |
# File 'lib/vmware/soap/vim25.rb', line 2200 def propertyCollector @propertyCollector end |
#rootFolder ⇒ Object
Returns the value of attribute rootFolder.
2199 2200 2201 |
# File 'lib/vmware/soap/vim25.rb', line 2199 def rootFolder @rootFolder end |
#scheduledTaskManager ⇒ Object
Returns the value of attribute scheduledTaskManager.
2208 2209 2210 |
# File 'lib/vmware/soap/vim25.rb', line 2208 def scheduledTaskManager @scheduledTaskManager end |
#searchIndex ⇒ Object
Returns the value of attribute searchIndex.
2218 2219 2220 |
# File 'lib/vmware/soap/vim25.rb', line 2218 def searchIndex @searchIndex end |
#sessionManager ⇒ Object
Returns the value of attribute sessionManager.
2205 2206 2207 |
# File 'lib/vmware/soap/vim25.rb', line 2205 def sessionManager @sessionManager end |
#setting ⇒ Object
Returns the value of attribute setting.
2203 2204 2205 |
# File 'lib/vmware/soap/vim25.rb', line 2203 def setting @setting end |
#taskManager ⇒ Object
Returns the value of attribute taskManager.
2211 2212 2213 |
# File 'lib/vmware/soap/vim25.rb', line 2211 def taskManager @taskManager end |
#userDirectory ⇒ Object
Returns the value of attribute userDirectory.
2204 2205 2206 |
# File 'lib/vmware/soap/vim25.rb', line 2204 def userDirectory @userDirectory end |
#viewManager ⇒ Object
Returns the value of attribute viewManager.
2201 2202 2203 |
# File 'lib/vmware/soap/vim25.rb', line 2201 def viewManager @viewManager end |
#virtualDiskManager ⇒ Object
Returns the value of attribute virtualDiskManager.
2220 2221 2222 |
# File 'lib/vmware/soap/vim25.rb', line 2220 def virtualDiskManager @virtualDiskManager end |
#virtualizationManager ⇒ Object
Returns the value of attribute virtualizationManager.
2221 2222 2223 |
# File 'lib/vmware/soap/vim25.rb', line 2221 def virtualizationManager @virtualizationManager end |