Class: RemovePerfIntervalRequestType

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

Overview

urn:vim25RemovePerfIntervalRequestType

m__this - ManagedObjectReference
samplePeriod - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#samplePeriodObject

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__thisObject



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