Class: VirtualSerialPortFileBackingOption

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

Overview

urn:vim25VirtualSerialPortFileBackingOption

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

Returns a new instance of VirtualSerialPortFileBackingOption.



27121
27122
27123
27124
27125
27126
# File 'lib/vmware/soap/vim25.rb', line 27121

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.



27117
27118
27119
# File 'lib/vmware/soap/vim25.rb', line 27117

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27116
27117
27118
# File 'lib/vmware/soap/vim25.rb', line 27116

def dynamicType
  @dynamicType
end

#fileNameExtensionsObject

Returns the value of attribute fileNameExtensions.



27119
27120
27121
# File 'lib/vmware/soap/vim25.rb', line 27119

def fileNameExtensions
  @fileNameExtensions
end

#typeObject

Returns the value of attribute type.



27118
27119
27120
# File 'lib/vmware/soap/vim25.rb', line 27118

def type
  @type
end