Class: RetrieveDiskPartitionInfoRequestType
- Inherits:
 - 
      Object
      
        
- Object
 - RetrieveDiskPartitionInfoRequestType
 
 
- Defined in:
 - lib/vmware/soap/vim25.rb
 
Overview
urn:vim25RetrieveDiskPartitionInfoRequestType
m__this - ManagedObjectReference
devicePath - SOAP::SOAPString
  Instance Attribute Summary collapse
- 
  
    
      #devicePath  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute devicePath.
 
Instance Method Summary collapse
- 
  
    
      #initialize(v__this = nil, devicePath = [])  ⇒ RetrieveDiskPartitionInfoRequestType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of RetrieveDiskPartitionInfoRequestType.
 - #m__this ⇒ Object
 - #m__this=(value) ⇒ Object
 
Constructor Details
#initialize(v__this = nil, devicePath = []) ⇒ RetrieveDiskPartitionInfoRequestType
Returns a new instance of RetrieveDiskPartitionInfoRequestType.
      39394 39395 39396 39397  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 39394 def initialize(v__this = nil, devicePath = []) @v__this = v__this @devicePath = devicePath end  | 
  
Instance Attribute Details
#devicePath ⇒ Object
Returns the value of attribute devicePath.
      39384 39385 39386  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 39384 def devicePath @devicePath end  | 
  
Instance Method Details
#m__this ⇒ Object
      39386 39387 39388  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 39386 def m__this @v__this end  | 
  
#m__this=(value) ⇒ Object
      39390 39391 39392  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 39390 def m__this=(value) @v__this = value end  |