Class: DiskNotSupported

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

Overview

urn:vim25DiskNotSupported

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

Direct Known Subclasses

IDEDiskNotSupported

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DiskNotSupported.



33125
33126
33127
33128
33129
# File 'lib/vmware/soap/vim25.rb', line 33125

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

Instance Attribute Details

#diskObject

Returns the value of attribute disk.



33123
33124
33125
# File 'lib/vmware/soap/vim25.rb', line 33123

def disk
  @disk
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33122
33123
33124
# File 'lib/vmware/soap/vim25.rb', line 33122

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33121
33122
33123
# File 'lib/vmware/soap/vim25.rb', line 33121

def dynamicType
  @dynamicType
end