Class: HostDiskDimensions

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

Overview

urn:vim25HostDiskDimensions

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18623
18624
18625
# File 'lib/vmware/soap/vim25.rb', line 18623

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18622
18623
18624
# File 'lib/vmware/soap/vim25.rb', line 18622

def dynamicType
  @dynamicType
end