Class: VirtualDiskRawDiskVer2BackingOption

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

Overview

urn:vim25VirtualDiskRawDiskVer2BackingOption

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VirtualDiskRawDiskVer2BackingOption.



27223
27224
27225
27226
27227
27228
27229
27230
# File 'lib/vmware/soap/vim25.rb', line 27223

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

Instance Attribute Details

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27219
27220
27221
# File 'lib/vmware/soap/vim25.rb', line 27219

def autoDetectAvailable
  @autoDetectAvailable
end

#descriptorFileNameExtensionsObject

Returns the value of attribute descriptorFileNameExtensions.



27220
27221
27222
# File 'lib/vmware/soap/vim25.rb', line 27220

def descriptorFileNameExtensions
  @descriptorFileNameExtensions
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27217
27218
27219
# File 'lib/vmware/soap/vim25.rb', line 27217

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27216
27217
27218
# File 'lib/vmware/soap/vim25.rb', line 27216

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27218
27219
27220
# File 'lib/vmware/soap/vim25.rb', line 27218

def type
  @type
end

#uuidObject

Returns the value of attribute uuid.



27221
27222
27223
# File 'lib/vmware/soap/vim25.rb', line 27221

def uuid
  @uuid
end