Class: HostStorageOperationalInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostStorageOperationalInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostStorageOperationalInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#property ⇒ Object
Returns the value of attribute property.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, value = nil) ⇒ HostStorageOperationalInfo
constructor
A new instance of HostStorageOperationalInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, value = nil) ⇒ HostStorageOperationalInfo
Returns a new instance of HostStorageOperationalInfo.
19343 19344 19345 19346 19347 19348 |
# File 'lib/vmware/soap/vim25.rb', line 19343 def initialize(dynamicType = nil, dynamicProperty = [], property = nil, value = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @property = property @value = value end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19339 19340 19341 |
# File 'lib/vmware/soap/vim25.rb', line 19339 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19338 19339 19340 |
# File 'lib/vmware/soap/vim25.rb', line 19338 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
19340 19341 19342 |
# File 'lib/vmware/soap/vim25.rb', line 19340 def property @property end |
#value ⇒ Object
Returns the value of attribute value.
19341 19342 19343 |
# File 'lib/vmware/soap/vim25.rb', line 19341 def value @value end |