All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface

public interface Vg extends org.freedesktop.dbus.interfaces.DBusInterface
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
    static interface 
     
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.DBusPath
    Activate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)
     
    org.freedesktop.dbus.DBusPath
    AllocationPolicySet(String policy, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> policyOptions)
     
    org.freedesktop.dbus.DBusPath
    Change(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> changeOptions)
     
    CreateCachePool(org.freedesktop.dbus.DBusPath metaDataLv, org.freedesktop.dbus.DBusPath dataLv, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
     
    CreateThinPool(org.freedesktop.dbus.DBusPath metaDataLv, org.freedesktop.dbus.DBusPath dataLv, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
     
    org.freedesktop.dbus.DBusPath
    Deactivate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)
     
    org.freedesktop.dbus.DBusPath
    Extend(List<org.freedesktop.dbus.DBusPath> pvObjectPaths, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> extendOptions)
     
    LvCreate(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, List<LvCreateStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
     
    LvCreateLinear(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, boolean thinPool, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
     
    LvCreateMirror(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, org.freedesktop.dbus.types.UInt32 numCopies, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
     
    LvCreateRaid(String name, String raidType, org.freedesktop.dbus.types.UInt64 sizeBytes, org.freedesktop.dbus.types.UInt32 numStripes, org.freedesktop.dbus.types.UInt32 stripeSizeKb, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
     
    LvCreateStriped(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, org.freedesktop.dbus.types.UInt32 numStripes, org.freedesktop.dbus.types.UInt32 stripeSizeKb, boolean thinPool, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
     
    org.freedesktop.dbus.DBusPath
    MaxLvSet(org.freedesktop.dbus.types.UInt64 number, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> maxOptions)
     
    org.freedesktop.dbus.DBusPath
    MaxPvSet(org.freedesktop.dbus.types.UInt64 number, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> maxOptions)
     
    org.freedesktop.dbus.DBusPath
    Move(org.freedesktop.dbus.DBusPath pvSrcObj, MoveStruct pvSourceRange, List<MoveStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> moveOptions)
     
    org.freedesktop.dbus.DBusPath
    PvTagsAdd(List<org.freedesktop.dbus.DBusPath> pvs, List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
     
    org.freedesktop.dbus.DBusPath
    PvTagsDel(List<org.freedesktop.dbus.DBusPath> pvs, List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
     
    org.freedesktop.dbus.DBusPath
    Reduce(boolean missing, List<org.freedesktop.dbus.DBusPath> pvObjectPaths, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> reduceOptions)
     
    org.freedesktop.dbus.DBusPath
    Remove(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> removeOptions)
     
    org.freedesktop.dbus.DBusPath
    Rename(String name, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> renameOptions)
     
    org.freedesktop.dbus.DBusPath
    TagsAdd(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
     
    org.freedesktop.dbus.DBusPath
    TagsDel(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
     
    org.freedesktop.dbus.DBusPath
    UuidGenerate(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> options)
     

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • Rename

      org.freedesktop.dbus.DBusPath Rename(String name, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> renameOptions)
    • Remove

      org.freedesktop.dbus.DBusPath Remove(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> removeOptions)
    • Change

      org.freedesktop.dbus.DBusPath Change(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> changeOptions)
    • Reduce

      org.freedesktop.dbus.DBusPath Reduce(boolean missing, List<org.freedesktop.dbus.DBusPath> pvObjectPaths, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> reduceOptions)
    • Extend

      org.freedesktop.dbus.DBusPath Extend(List<org.freedesktop.dbus.DBusPath> pvObjectPaths, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> extendOptions)
    • Move

      org.freedesktop.dbus.DBusPath Move(org.freedesktop.dbus.DBusPath pvSrcObj, MoveStruct pvSourceRange, List<MoveStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> moveOptions)
    • LvCreate

      LvCreateStruct LvCreate(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, List<LvCreateStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
    • LvCreateLinear

      LvCreateLinearStruct LvCreateLinear(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, boolean thinPool, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
    • LvCreateStriped

      LvCreateStripedStruct LvCreateStriped(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, org.freedesktop.dbus.types.UInt32 numStripes, org.freedesktop.dbus.types.UInt32 stripeSizeKb, boolean thinPool, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
    • LvCreateMirror

      LvCreateMirrorStruct LvCreateMirror(String name, org.freedesktop.dbus.types.UInt64 sizeBytes, org.freedesktop.dbus.types.UInt32 numCopies, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
    • LvCreateRaid

      LvCreateRaidStruct LvCreateRaid(String name, String raidType, org.freedesktop.dbus.types.UInt64 sizeBytes, org.freedesktop.dbus.types.UInt32 numStripes, org.freedesktop.dbus.types.UInt32 stripeSizeKb, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
    • CreateCachePool

      CreateCachePoolStruct CreateCachePool(org.freedesktop.dbus.DBusPath metaDataLv, org.freedesktop.dbus.DBusPath dataLv, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
    • CreateThinPool

      CreateThinPoolStruct CreateThinPool(org.freedesktop.dbus.DBusPath metaDataLv, org.freedesktop.dbus.DBusPath dataLv, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> createOptions)
    • PvTagsAdd

      org.freedesktop.dbus.DBusPath PvTagsAdd(List<org.freedesktop.dbus.DBusPath> pvs, List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
    • PvTagsDel

      org.freedesktop.dbus.DBusPath PvTagsDel(List<org.freedesktop.dbus.DBusPath> pvs, List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
    • TagsAdd

      org.freedesktop.dbus.DBusPath TagsAdd(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
    • TagsDel

      org.freedesktop.dbus.DBusPath TagsDel(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
    • AllocationPolicySet

      org.freedesktop.dbus.DBusPath AllocationPolicySet(String policy, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> policyOptions)
    • MaxPvSet

      org.freedesktop.dbus.DBusPath MaxPvSet(org.freedesktop.dbus.types.UInt64 number, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> maxOptions)
    • UuidGenerate

      org.freedesktop.dbus.DBusPath UuidGenerate(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> options)
    • MaxLvSet

      org.freedesktop.dbus.DBusPath MaxLvSet(org.freedesktop.dbus.types.UInt64 number, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> maxOptions)
    • Activate

      org.freedesktop.dbus.DBusPath Activate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)
    • Deactivate

      org.freedesktop.dbus.DBusPath Deactivate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)