Class: VirtualFloppyImageBackingOption

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

Overview

urn:vim25VirtualFloppyImageBackingOption

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

Returns a new instance of VirtualFloppyImageBackingOption.



27083
27084
27085
27086
27087
27088
# File 'lib/vmware/soap/vim25.rb', line 27083

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.



27079
27080
27081
# File 'lib/vmware/soap/vim25.rb', line 27079

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27078
27079
27080
# File 'lib/vmware/soap/vim25.rb', line 27078

def dynamicType
  @dynamicType
end

#fileNameExtensionsObject

Returns the value of attribute fileNameExtensions.



27081
27082
27083
# File 'lib/vmware/soap/vim25.rb', line 27081

def fileNameExtensions
  @fileNameExtensions
end

#typeObject

Returns the value of attribute type.



27080
27081
27082
# File 'lib/vmware/soap/vim25.rb', line 27080

def type
  @type
end