Class: PerfInterval
- Inherits:
-
DynamicData
- Object
- DynamicData
- PerfInterval
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#key ⇒ Object
Returns the value of attribute key.
-
#length ⇒ Object
Returns the value of attribute length.
-
#level ⇒ Object
Returns the value of attribute level.
-
#name ⇒ Object
Returns the value of attribute name.
-
#samplingPeriod ⇒ Object
Returns the value of attribute samplingPeriod.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, samplingPeriod = nil, name = nil, length = nil, level = nil, enabled = nil) ⇒ PerfInterval
constructor
A new instance of PerfInterval.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1950 1951 1952 |
# File 'lib/vmware/soap/vim25.rb', line 1950 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1949 1950 1951 |
# File 'lib/vmware/soap/vim25.rb', line 1949 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
1956 1957 1958 |
# File 'lib/vmware/soap/vim25.rb', line 1956 def enabled @enabled end |
#key ⇒ Object
Returns the value of attribute key.
1951 1952 1953 |
# File 'lib/vmware/soap/vim25.rb', line 1951 def key @key end |
#length ⇒ Object
Returns the value of attribute length.
1954 1955 1956 |
# File 'lib/vmware/soap/vim25.rb', line 1954 def length @length end |
#level ⇒ Object
Returns the value of attribute level.
1955 1956 1957 |
# File 'lib/vmware/soap/vim25.rb', line 1955 def level @level end |
#name ⇒ Object
Returns the value of attribute name.
1953 1954 1955 |
# File 'lib/vmware/soap/vim25.rb', line 1953 def name @name end |
#samplingPeriod ⇒ Object
Returns the value of attribute samplingPeriod.
1952 1953 1954 |
# File 'lib/vmware/soap/vim25.rb', line 1952 def samplingPeriod @samplingPeriod end |