Class: VirtualCdromIsoBackingOption

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

Overview

urn:vim25VirtualCdromIsoBackingOption

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

Returns a new instance of VirtualCdromIsoBackingOption.



26928
26929
26930
26931
26932
26933
# File 'lib/vmware/soap/vim25.rb', line 26928

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.



26924
26925
26926
# File 'lib/vmware/soap/vim25.rb', line 26924

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26923
26924
26925
# File 'lib/vmware/soap/vim25.rb', line 26923

def dynamicType
  @dynamicType
end

#fileNameExtensionsObject

Returns the value of attribute fileNameExtensions.



26926
26927
26928
# File 'lib/vmware/soap/vim25.rb', line 26926

def fileNameExtensions
  @fileNameExtensions
end

#typeObject

Returns the value of attribute type.



26925
26926
26927
# File 'lib/vmware/soap/vim25.rb', line 26925

def type
  @type
end