Class: VirtualMachineFileInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineFileInfo
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#logDirectory ⇒ Object
Returns the value of attribute logDirectory.
-
#snapshotDirectory ⇒ Object
Returns the value of attribute snapshotDirectory.
-
#suspendDirectory ⇒ Object
Returns the value of attribute suspendDirectory.
-
#vmPathName ⇒ Object
Returns the value of attribute vmPathName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vmPathName = nil, snapshotDirectory = nil, suspendDirectory = nil, logDirectory = nil) ⇒ VirtualMachineFileInfo
constructor
A new instance of VirtualMachineFileInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23401 23402 23403 |
# File 'lib/vmware/soap/vim25.rb', line 23401 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23400 23401 23402 |
# File 'lib/vmware/soap/vim25.rb', line 23400 def dynamicType @dynamicType end |
#logDirectory ⇒ Object
Returns the value of attribute logDirectory.
23405 23406 23407 |
# File 'lib/vmware/soap/vim25.rb', line 23405 def logDirectory @logDirectory end |
#snapshotDirectory ⇒ Object
Returns the value of attribute snapshotDirectory.
23403 23404 23405 |
# File 'lib/vmware/soap/vim25.rb', line 23403 def snapshotDirectory @snapshotDirectory end |
#suspendDirectory ⇒ Object
Returns the value of attribute suspendDirectory.
23404 23405 23406 |
# File 'lib/vmware/soap/vim25.rb', line 23404 def suspendDirectory @suspendDirectory end |
#vmPathName ⇒ Object
Returns the value of attribute vmPathName.
23402 23403 23404 |
# File 'lib/vmware/soap/vim25.rb', line 23402 def vmPathName @vmPathName end |