Class: VirtualMachineScsiPassthroughInfo

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

Instance Method Summary collapse

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

#configurationTagObject

Returns the value of attribute configurationTag.



24334
24335
24336
# File 'lib/vmware/soap/vim25.rb', line 24334

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24332
24333
24334
# File 'lib/vmware/soap/vim25.rb', line 24332

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24331
24332
24333
# File 'lib/vmware/soap/vim25.rb', line 24331

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24333
24334
24335
# File 'lib/vmware/soap/vim25.rb', line 24333

def name
  @name
end

#physicalUnitNumberObject

Returns the value of attribute physicalUnitNumber.



24337
24338
24339
# File 'lib/vmware/soap/vim25.rb', line 24337

def physicalUnitNumber
  @physicalUnitNumber
end

#scsiClassObject

Returns the value of attribute scsiClass.



24335
24336
24337
# File 'lib/vmware/soap/vim25.rb', line 24335

def scsiClass
  @scsiClass
end

#vendorObject

Returns the value of attribute vendor.



24336
24337
24338
# File 'lib/vmware/soap/vim25.rb', line 24336

def vendor
  @vendor
end