Class: VmDiskFileQueryFlags
- Inherits:
-
DynamicData
- Object
- DynamicData
- VmDiskFileQueryFlags
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDiskFileQueryFlags
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskType - SOAP::SOAPBoolean
capacityKb - SOAP::SOAPBoolean
hardwareVersion - SOAP::SOAPBoolean
controllerType - SOAP::SOAPBoolean
diskExtents - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#capacityKb ⇒ Object
Returns the value of attribute capacityKb.
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#diskExtents ⇒ Object
Returns the value of attribute diskExtents.
-
#diskType ⇒ Object
Returns the value of attribute diskType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hardwareVersion ⇒ Object
Returns the value of attribute hardwareVersion.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = nil) ⇒ VmDiskFileQueryFlags
constructor
A new instance of VmDiskFileQueryFlags.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = nil) ⇒ VmDiskFileQueryFlags
Returns a new instance of VmDiskFileQueryFlags.
17954 17955 17956 17957 17958 17959 17960 17961 17962 |
# File 'lib/vmware/soap/vim25.rb', line 17954 def initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, capacityKb = nil, hardwareVersion = nil, controllerType = nil, diskExtents = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskType = diskType @capacityKb = capacityKb @hardwareVersion = hardwareVersion @controllerType = controllerType @diskExtents = diskExtents end |
Instance Attribute Details
#capacityKb ⇒ Object
Returns the value of attribute capacityKb.
17949 17950 17951 |
# File 'lib/vmware/soap/vim25.rb', line 17949 def capacityKb @capacityKb end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
17951 17952 17953 |
# File 'lib/vmware/soap/vim25.rb', line 17951 def controllerType @controllerType end |
#diskExtents ⇒ Object
Returns the value of attribute diskExtents.
17952 17953 17954 |
# File 'lib/vmware/soap/vim25.rb', line 17952 def diskExtents @diskExtents end |
#diskType ⇒ Object
Returns the value of attribute diskType.
17948 17949 17950 |
# File 'lib/vmware/soap/vim25.rb', line 17948 def diskType @diskType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17947 17948 17949 |
# File 'lib/vmware/soap/vim25.rb', line 17947 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17946 17947 17948 |
# File 'lib/vmware/soap/vim25.rb', line 17946 def dynamicType @dynamicType end |
#hardwareVersion ⇒ Object
Returns the value of attribute hardwareVersion.
17950 17951 17952 |
# File 'lib/vmware/soap/vim25.rb', line 17950 def hardwareVersion @hardwareVersion end |