Class: VmDiskFileQueryFlags

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#capacityKbObject

Returns the value of attribute capacityKb.



17949
17950
17951
# File 'lib/vmware/soap/vim25.rb', line 17949

def capacityKb
  @capacityKb
end

#controllerTypeObject

Returns the value of attribute controllerType.



17951
17952
17953
# File 'lib/vmware/soap/vim25.rb', line 17951

def controllerType
  @controllerType
end

#diskExtentsObject

Returns the value of attribute diskExtents.



17952
17953
17954
# File 'lib/vmware/soap/vim25.rb', line 17952

def diskExtents
  @diskExtents
end

#diskTypeObject

Returns the value of attribute diskType.



17948
17949
17950
# File 'lib/vmware/soap/vim25.rb', line 17948

def diskType
  @diskType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17947
17948
17949
# File 'lib/vmware/soap/vim25.rb', line 17947

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17946
17947
17948
# File 'lib/vmware/soap/vim25.rb', line 17946

def dynamicType
  @dynamicType
end

#hardwareVersionObject

Returns the value of attribute hardwareVersion.



17950
17951
17952
# File 'lib/vmware/soap/vim25.rb', line 17950

def hardwareVersion
  @hardwareVersion
end