Class: VirtualDiskPartitionedRawDiskVer2BackingOption

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

Overview

urn:vim25VirtualDiskPartitionedRawDiskVer2BackingOption

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) ⇒ VirtualDiskPartitionedRawDiskVer2BackingOption

Returns a new instance of VirtualDiskPartitionedRawDiskVer2BackingOption.



27248
27249
27250
27251
27252
27253
27254
27255
# File 'lib/vmware/soap/vim25.rb', line 27248

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.



27244
27245
27246
# File 'lib/vmware/soap/vim25.rb', line 27244

def autoDetectAvailable
  @autoDetectAvailable
end

#descriptorFileNameExtensionsObject

Returns the value of attribute descriptorFileNameExtensions.



27245
27246
27247
# File 'lib/vmware/soap/vim25.rb', line 27245

def descriptorFileNameExtensions
  @descriptorFileNameExtensions
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27242
27243
27244
# File 'lib/vmware/soap/vim25.rb', line 27242

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27241
27242
27243
# File 'lib/vmware/soap/vim25.rb', line 27241

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27243
27244
27245
# File 'lib/vmware/soap/vim25.rb', line 27243

def type
  @type
end

#uuidObject

Returns the value of attribute uuid.



27246
27247
27248
# File 'lib/vmware/soap/vim25.rb', line 27246

def uuid
  @uuid
end