com.redhat.et.libguestfs
Class BTRFSSubvolume

java.lang.Object
  extended by com.redhat.et.libguestfs.BTRFSSubvolume

public class BTRFSSubvolume
extends java.lang.Object

BTRFSSubvolume structure.

See Also:
GuestFS

Field Summary
 long btrfssubvolume_id
           
 java.lang.String btrfssubvolume_path
           
 long btrfssubvolume_top_level_id
           
 
Constructor Summary
BTRFSSubvolume()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

btrfssubvolume_id

public long btrfssubvolume_id

btrfssubvolume_top_level_id

public long btrfssubvolume_top_level_id

btrfssubvolume_path

public java.lang.String btrfssubvolume_path
Constructor Detail

BTRFSSubvolume

public BTRFSSubvolume()