Class: RemovePerfIntervalRequestType
- Inherits:
-
Object
- Object
- RemovePerfIntervalRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemovePerfIntervalRequestType
m__this - ManagedObjectReference
samplePeriod - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#samplePeriod ⇒ Object
Returns the value of attribute samplePeriod.
Instance Method Summary collapse
-
#initialize(v__this = nil, samplePeriod = nil) ⇒ RemovePerfIntervalRequestType
constructor
A new instance of RemovePerfIntervalRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, samplePeriod = nil) ⇒ RemovePerfIntervalRequestType
Returns a new instance of RemovePerfIntervalRequestType.
35591 35592 35593 35594 |
# File 'lib/vmware/soap/vim25.rb', line 35591 def initialize(v__this = nil, samplePeriod = nil) @v__this = v__this @samplePeriod = samplePeriod end |
Instance Attribute Details
#samplePeriod ⇒ Object
Returns the value of attribute samplePeriod.
35581 35582 35583 |
# File 'lib/vmware/soap/vim25.rb', line 35581 def samplePeriod @samplePeriod end |
Instance Method Details
#m__this ⇒ Object
35583 35584 35585 |
# File 'lib/vmware/soap/vim25.rb', line 35583 def m__this @v__this end |
#m__this=(value) ⇒ Object
35587 35588 35589 |
# File 'lib/vmware/soap/vim25.rb', line 35587 def m__this=(value) @v__this = value end |