Class: VirtualDeviceFileBackingInfo

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

Overview

urn:vim25VirtualDeviceFileBackingInfo

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

Returns a new instance of VirtualDeviceFileBackingInfo.



25162
25163
25164
25165
25166
25167
# File 'lib/vmware/soap/vim25.rb', line 25162

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.



25160
25161
25162
# File 'lib/vmware/soap/vim25.rb', line 25160

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25158
25159
25160
# File 'lib/vmware/soap/vim25.rb', line 25158

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25157
25158
25159
# File 'lib/vmware/soap/vim25.rb', line 25157

def dynamicType
  @dynamicType
end

#fileNameObject

Returns the value of attribute fileName.



25159
25160
25161
# File 'lib/vmware/soap/vim25.rb', line 25159

def fileName
  @fileName
end