Class: CreatePerfIntervalRequestType

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

Overview

urn:vim25CreatePerfIntervalRequestType

m__this - ManagedObjectReference
intervalId - PerfInterval

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, intervalId = nil) ⇒ CreatePerfIntervalRequestType

Returns a new instance of CreatePerfIntervalRequestType.



35571
35572
35573
35574
# File 'lib/vmware/soap/vim25.rb', line 35571

def initialize(v__this = nil, intervalId = nil)
  @v__this = v__this
  @intervalId = intervalId
end

Instance Attribute Details

#intervalIdObject

Returns the value of attribute intervalId.



35561
35562
35563
# File 'lib/vmware/soap/vim25.rb', line 35561

def intervalId
  @intervalId
end

Instance Method Details

#m__thisObject



35563
35564
35565
# File 'lib/vmware/soap/vim25.rb', line 35563

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35567
35568
35569
# File 'lib/vmware/soap/vim25.rb', line 35567

def m__this=(value)
  @v__this = value
end