Class: GenerateLogBundlesRequestType
- Inherits:
-
Object
- Object
- GenerateLogBundlesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GenerateLogBundlesRequestType
m__this - ManagedObjectReference
includeDefault - SOAP::SOAPBoolean
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#includeDefault ⇒ Object
Returns the value of attribute includeDefault.
Instance Method Summary collapse
-
#initialize(v__this = nil, includeDefault = nil, host = []) ⇒ GenerateLogBundlesRequestType
constructor
A new instance of GenerateLogBundlesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, includeDefault = nil, host = []) ⇒ GenerateLogBundlesRequestType
Returns a new instance of GenerateLogBundlesRequestType.
34210 34211 34212 34213 34214 |
# File 'lib/vmware/soap/vim25.rb', line 34210 def initialize(v__this = nil, includeDefault = nil, host = []) @v__this = v__this @includeDefault = includeDefault @host = host end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
34200 34201 34202 |
# File 'lib/vmware/soap/vim25.rb', line 34200 def host @host end |
#includeDefault ⇒ Object
Returns the value of attribute includeDefault.
34199 34200 34201 |
# File 'lib/vmware/soap/vim25.rb', line 34199 def includeDefault @includeDefault end |
Instance Method Details
#m__this ⇒ Object
34202 34203 34204 |
# File 'lib/vmware/soap/vim25.rb', line 34202 def m__this @v__this end |
#m__this=(value) ⇒ Object
34206 34207 34208 |
# File 'lib/vmware/soap/vim25.rb', line 34206 def m__this=(value) @v__this = value end |