Class: VirtualCdromIsoBackingInfo

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

Overview

urn:vim25VirtualCdromIsoBackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileName - SOAP::SOAPString
datastore - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil) ⇒ VirtualCdromIsoBackingInfo

Returns a new instance of VirtualCdromIsoBackingInfo.



25181
25182
25183
25184
25185
25186
# File 'lib/vmware/soap/vim25.rb', line 25181

def initialize(dynamicType = nil, dynamicProperty = [], fileName = nil, datastore = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @fileName = fileName
  @datastore = datastore
end

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



25179
25180
25181
# File 'lib/vmware/soap/vim25.rb', line 25179

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25177
25178
25179
# File 'lib/vmware/soap/vim25.rb', line 25177

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25176
25177
25178
# File 'lib/vmware/soap/vim25.rb', line 25176

def dynamicType
  @dynamicType
end

#fileNameObject

Returns the value of attribute fileName.



25178
25179
25180
# File 'lib/vmware/soap/vim25.rb', line 25178

def fileName
  @fileName
end