Class: VirtualMachineScsiPassthroughInfo
- Inherits:
-
VirtualMachineTargetInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineScsiPassthroughInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineScsiPassthroughInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
scsiClass - SOAP::SOAPString
vendor - SOAP::SOAPString
physicalUnitNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#physicalUnitNumber ⇒ Object
Returns the value of attribute physicalUnitNumber.
-
#scsiClass ⇒ Object
Returns the value of attribute scsiClass.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], scsiClass = nil, vendor = nil, physicalUnitNumber = nil) ⇒ VirtualMachineScsiPassthroughInfo
constructor
A new instance of VirtualMachineScsiPassthroughInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], scsiClass = nil, vendor = nil, physicalUnitNumber = nil) ⇒ VirtualMachineScsiPassthroughInfo
Returns a new instance of VirtualMachineScsiPassthroughInfo.
24339 24340 24341 24342 24343 24344 24345 24346 24347 |
# File 'lib/vmware/soap/vim25.rb', line 24339 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], scsiClass = nil, vendor = nil, physicalUnitNumber = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @configurationTag = configurationTag @scsiClass = scsiClass @vendor = vendor @physicalUnitNumber = physicalUnitNumber end |
Instance Attribute Details
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
24334 24335 24336 |
# File 'lib/vmware/soap/vim25.rb', line 24334 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24332 24333 24334 |
# File 'lib/vmware/soap/vim25.rb', line 24332 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24331 24332 24333 |
# File 'lib/vmware/soap/vim25.rb', line 24331 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24333 24334 24335 |
# File 'lib/vmware/soap/vim25.rb', line 24333 def name @name end |
#physicalUnitNumber ⇒ Object
Returns the value of attribute physicalUnitNumber.
24337 24338 24339 |
# File 'lib/vmware/soap/vim25.rb', line 24337 def physicalUnitNumber @physicalUnitNumber end |
#scsiClass ⇒ Object
Returns the value of attribute scsiClass.
24335 24336 24337 |
# File 'lib/vmware/soap/vim25.rb', line 24335 def scsiClass @scsiClass end |
#vendor ⇒ Object
Returns the value of attribute vendor.
24336 24337 24338 |
# File 'lib/vmware/soap/vim25.rb', line 24336 def vendor @vendor end |