Class: IDEDiskNotSupported

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

Overview

urn:vim25IDEDiskNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
disk - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], disk = nil) ⇒ IDEDiskNotSupported

Returns a new instance of IDEDiskNotSupported.



33141
33142
33143
33144
33145
# File 'lib/vmware/soap/vim25.rb', line 33141

def initialize(dynamicType = nil, dynamicProperty = [], disk = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @disk = disk
end

Instance Attribute Details

#diskObject

Returns the value of attribute disk.



33139
33140
33141
# File 'lib/vmware/soap/vim25.rb', line 33139

def disk
  @disk
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33138
33139
33140
# File 'lib/vmware/soap/vim25.rb', line 33138

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33137
33138
33139
# File 'lib/vmware/soap/vim25.rb', line 33137

def dynamicType
  @dynamicType
end