Class: UpdatePerfIntervalRequestType

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

Overview

urn:vim25UpdatePerfIntervalRequestType

m__this - ManagedObjectReference
interval - PerfInterval

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#intervalObject

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__thisObject



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