Class: GenerateLogBundlesRequestType

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

Overview

urn:vim25GenerateLogBundlesRequestType

m__this - ManagedObjectReference
includeDefault - SOAP::SOAPBoolean
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#hostObject

Returns the value of attribute host.



34200
34201
34202
# File 'lib/vmware/soap/vim25.rb', line 34200

def host
  @host
end

#includeDefaultObject

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__thisObject



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