Class: QueryAvailablePerfMetricRequestType

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

Overview

urn:vim25QueryAvailablePerfMetricRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
beginTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
intervalId - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, beginTime = nil, endTime = nil, intervalId = nil) ⇒ QueryAvailablePerfMetricRequestType

Returns a new instance of QueryAvailablePerfMetricRequestType.



35468
35469
35470
35471
35472
35473
35474
# File 'lib/vmware/soap/vim25.rb', line 35468

def initialize(v__this = nil, entity = nil, beginTime = nil, endTime = nil, intervalId = nil)
  @v__this = v__this
  @entity = entity
  @beginTime = beginTime
  @endTime = endTime
  @intervalId = intervalId
end

Instance Attribute Details

#beginTimeObject

Returns the value of attribute beginTime.



35456
35457
35458
# File 'lib/vmware/soap/vim25.rb', line 35456

def beginTime
  @beginTime
end

#endTimeObject

Returns the value of attribute endTime.



35457
35458
35459
# File 'lib/vmware/soap/vim25.rb', line 35457

def endTime
  @endTime
end

#entityObject

Returns the value of attribute entity.



35455
35456
35457
# File 'lib/vmware/soap/vim25.rb', line 35455

def entity
  @entity
end

#intervalIdObject

Returns the value of attribute intervalId.



35458
35459
35460
# File 'lib/vmware/soap/vim25.rb', line 35458

def intervalId
  @intervalId
end

Instance Method Details

#m__thisObject



35460
35461
35462
# File 'lib/vmware/soap/vim25.rb', line 35460

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35464
35465
35466
# File 'lib/vmware/soap/vim25.rb', line 35464

def m__this=(value)
  @v__this = value
end