Class: BrowseDiagnosticLogRequestType

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

Overview

urn:vim25BrowseDiagnosticLogRequestType

m__this - ManagedObjectReference
host - ManagedObjectReference
key - SOAP::SOAPString
start - SOAP::SOAPInt
lines - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, host = nil, key = nil, start = nil, lines = nil) ⇒ BrowseDiagnosticLogRequestType

Returns a new instance of BrowseDiagnosticLogRequestType.



34185
34186
34187
34188
34189
34190
34191
# File 'lib/vmware/soap/vim25.rb', line 34185

def initialize(v__this = nil, host = nil, key = nil, start = nil, lines = nil)
  @v__this = v__this
  @host = host
  @key = key
  @start = start
  @lines = lines
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



34172
34173
34174
# File 'lib/vmware/soap/vim25.rb', line 34172

def host
  @host
end

#keyObject

Returns the value of attribute key.



34173
34174
34175
# File 'lib/vmware/soap/vim25.rb', line 34173

def key
  @key
end

#linesObject

Returns the value of attribute lines.



34175
34176
34177
# File 'lib/vmware/soap/vim25.rb', line 34175

def lines
  @lines
end

#startObject

Returns the value of attribute start.



34174
34175
34176
# File 'lib/vmware/soap/vim25.rb', line 34174

def start
  @start
end

Instance Method Details

#m__thisObject



34177
34178
34179
# File 'lib/vmware/soap/vim25.rb', line 34177

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34181
34182
34183
# File 'lib/vmware/soap/vim25.rb', line 34181

def m__this=(value)
  @v__this = value
end