Class: HostDiskDimensions
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskDimensions
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskDimensions
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostDiskDimensions
constructor
A new instance of HostDiskDimensions.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostDiskDimensions
Returns a new instance of HostDiskDimensions.
18625 18626 18627 18628 |
# File 'lib/vmware/soap/vim25.rb', line 18625 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18623 18624 18625 |
# File 'lib/vmware/soap/vim25.rb', line 18623 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18622 18623 18624 |
# File 'lib/vmware/soap/vim25.rb', line 18622 def dynamicType @dynamicType end |