Class: CreatePerfIntervalRequestType
- Inherits:
-
Object
- Object
- CreatePerfIntervalRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreatePerfIntervalRequestType
m__this - ManagedObjectReference
intervalId - PerfInterval
Instance Attribute Summary collapse
-
#intervalId ⇒ Object
Returns the value of attribute intervalId.
Instance Method Summary collapse
-
#initialize(v__this = nil, intervalId = nil) ⇒ CreatePerfIntervalRequestType
constructor
A new instance of CreatePerfIntervalRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#intervalId ⇒ Object
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__this ⇒ Object
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 |