Class: VirtualParallelPortFileBackingOption

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

Overview

urn:vim25VirtualParallelPortFileBackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
fileNameExtensions - ChoiceOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) ⇒ VirtualParallelPortFileBackingOption

Returns a new instance of VirtualParallelPortFileBackingOption.



27102
27103
27104
27105
27106
27107
# File 'lib/vmware/soap/vim25.rb', line 27102

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27098
27099
27100
# File 'lib/vmware/soap/vim25.rb', line 27098

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27097
27098
27099
# File 'lib/vmware/soap/vim25.rb', line 27097

def dynamicType
  @dynamicType
end

#fileNameExtensionsObject

Returns the value of attribute fileNameExtensions.



27100
27101
27102
# File 'lib/vmware/soap/vim25.rb', line 27100

def fileNameExtensions
  @fileNameExtensions
end

#typeObject

Returns the value of attribute type.



27099
27100
27101
# File 'lib/vmware/soap/vim25.rb', line 27099

def type
  @type
end