Class: PerfInterval

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

Overview

urn:vim25PerfInterval

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
samplingPeriod - SOAP::SOAPInt
name - SOAP::SOAPString
length - SOAP::SOAPInt
level - SOAP::SOAPInt
enabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, samplingPeriod = nil, name = nil, length = nil, level = nil, enabled = nil) ⇒ PerfInterval

Returns a new instance of PerfInterval.



1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
# File 'lib/vmware/soap/vim25.rb', line 1958

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, samplingPeriod = nil, name = nil, length = nil, level = nil, enabled = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @samplingPeriod = samplingPeriod
  @name = name
  @length = length
  @level = level
  @enabled = enabled
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1950
1951
1952
# File 'lib/vmware/soap/vim25.rb', line 1950

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1949
1950
1951
# File 'lib/vmware/soap/vim25.rb', line 1949

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



1956
1957
1958
# File 'lib/vmware/soap/vim25.rb', line 1956

def enabled
  @enabled
end

#keyObject

Returns the value of attribute key.



1951
1952
1953
# File 'lib/vmware/soap/vim25.rb', line 1951

def key
  @key
end

#lengthObject

Returns the value of attribute length.



1954
1955
1956
# File 'lib/vmware/soap/vim25.rb', line 1954

def length
  @length
end

#levelObject

Returns the value of attribute level.



1955
1956
1957
# File 'lib/vmware/soap/vim25.rb', line 1955

def level
  @level
end

#nameObject

Returns the value of attribute name.



1953
1954
1955
# File 'lib/vmware/soap/vim25.rb', line 1953

def name
  @name
end

#samplingPeriodObject

Returns the value of attribute samplingPeriod.



1952
1953
1954
# File 'lib/vmware/soap/vim25.rb', line 1952

def samplingPeriod
  @samplingPeriod
end