Class: VirtualDiskRawDiskMappingVer1BackingOption

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

Overview

urn:vim25VirtualDiskRawDiskMappingVer1BackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
descriptorFileNameExtensions - ChoiceOption
compatibilityMode - ChoiceOption
diskMode - ChoiceOption
uuid - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, compatibilityMode = nil, diskMode = nil, uuid = nil) ⇒ VirtualDiskRawDiskMappingVer1BackingOption

Returns a new instance of VirtualDiskRawDiskMappingVer1BackingOption.



27277
27278
27279
27280
27281
27282
27283
27284
27285
27286
# File 'lib/vmware/soap/vim25.rb', line 27277

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, descriptorFileNameExtensions = nil, compatibilityMode = nil, diskMode = nil, uuid = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @autoDetectAvailable = autoDetectAvailable
  @descriptorFileNameExtensions = descriptorFileNameExtensions
  @compatibilityMode = compatibilityMode
  @diskMode = diskMode
  @uuid = uuid
end

Instance Attribute Details

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27271
27272
27273
# File 'lib/vmware/soap/vim25.rb', line 27271

def autoDetectAvailable
  @autoDetectAvailable
end

#compatibilityModeObject

Returns the value of attribute compatibilityMode.



27273
27274
27275
# File 'lib/vmware/soap/vim25.rb', line 27273

def compatibilityMode
  @compatibilityMode
end

#descriptorFileNameExtensionsObject

Returns the value of attribute descriptorFileNameExtensions.



27272
27273
27274
# File 'lib/vmware/soap/vim25.rb', line 27272

def descriptorFileNameExtensions
  @descriptorFileNameExtensions
end

#diskModeObject

Returns the value of attribute diskMode.



27274
27275
27276
# File 'lib/vmware/soap/vim25.rb', line 27274

def diskMode
  @diskMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27269
27270
27271
# File 'lib/vmware/soap/vim25.rb', line 27269

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27268
27269
27270
# File 'lib/vmware/soap/vim25.rb', line 27268

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27270
27271
27272
# File 'lib/vmware/soap/vim25.rb', line 27270

def type
  @type
end

#uuidObject

Returns the value of attribute uuid.



27275
27276
27277
# File 'lib/vmware/soap/vim25.rb', line 27275

def uuid
  @uuid
end