Class: VirtualMachineFileInfo

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

Overview

urn:vim25VirtualMachineFileInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmPathName - SOAP::SOAPString
snapshotDirectory - SOAP::SOAPString
suspendDirectory - SOAP::SOAPString
logDirectory - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vmPathName = nil, snapshotDirectory = nil, suspendDirectory = nil, logDirectory = nil) ⇒ VirtualMachineFileInfo

Returns a new instance of VirtualMachineFileInfo.



23407
23408
23409
23410
23411
23412
23413
23414
# File 'lib/vmware/soap/vim25.rb', line 23407

def initialize(dynamicType = nil, dynamicProperty = [], vmPathName = nil, snapshotDirectory = nil, suspendDirectory = nil, logDirectory = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @vmPathName = vmPathName
  @snapshotDirectory = snapshotDirectory
  @suspendDirectory = suspendDirectory
  @logDirectory = logDirectory
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23401
23402
23403
# File 'lib/vmware/soap/vim25.rb', line 23401

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23400
23401
23402
# File 'lib/vmware/soap/vim25.rb', line 23400

def dynamicType
  @dynamicType
end

#logDirectoryObject

Returns the value of attribute logDirectory.



23405
23406
23407
# File 'lib/vmware/soap/vim25.rb', line 23405

def logDirectory
  @logDirectory
end

#snapshotDirectoryObject

Returns the value of attribute snapshotDirectory.



23403
23404
23405
# File 'lib/vmware/soap/vim25.rb', line 23403

def snapshotDirectory
  @snapshotDirectory
end

#suspendDirectoryObject

Returns the value of attribute suspendDirectory.



23404
23405
23406
# File 'lib/vmware/soap/vim25.rb', line 23404

def suspendDirectory
  @suspendDirectory
end

#vmPathNameObject

Returns the value of attribute vmPathName.



23402
23403
23404
# File 'lib/vmware/soap/vim25.rb', line 23402

def vmPathName
  @vmPathName
end