Class: UpdatePerfIntervalRequestType
- Inherits:
-
Object
- Object
- UpdatePerfIntervalRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdatePerfIntervalRequestType
m__this - ManagedObjectReference
interval - PerfInterval
Instance Attribute Summary collapse
-
#interval ⇒ Object
Returns the value of attribute interval.
Instance Method Summary collapse
-
#initialize(v__this = nil, interval = nil) ⇒ UpdatePerfIntervalRequestType
constructor
A new instance of UpdatePerfIntervalRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, interval = nil) ⇒ UpdatePerfIntervalRequestType
Returns a new instance of UpdatePerfIntervalRequestType.
35611 35612 35613 35614 |
# File 'lib/vmware/soap/vim25.rb', line 35611 def initialize(v__this = nil, interval = nil) @v__this = v__this @interval = interval end |
Instance Attribute Details
#interval ⇒ Object
Returns the value of attribute interval.
35601 35602 35603 |
# File 'lib/vmware/soap/vim25.rb', line 35601 def interval @interval end |
Instance Method Details
#m__this ⇒ Object
35603 35604 35605 |
# File 'lib/vmware/soap/vim25.rb', line 35603 def m__this @v__this end |
#m__this=(value) ⇒ Object
35607 35608 35609 |
# File 'lib/vmware/soap/vim25.rb', line 35607 def m__this=(value) @v__this = value end |