Uses of Class
com.xensource.xenapi.Types.SrUnknownDriver

  • Uses of Types.SrUnknownDriver in com.xensource.xenapi

    Modifier and Type
    Method
    Description
    static SR
    SR.create(Connection c, Host host, Map<String,String> deviceConfig, Long physicalSize, String nameLabel, String nameDescription, String type, String contentType, Boolean shared)
    Create a new Storage Repository and introduce it into the managed system, creating both SR record and PBD record to attach it to current host (with specified device_config parameters) Minimum allowed role: pool-operator First published in XenServer 4.0.
    static SR
    SR.create(Connection c, Host host, Map<String,String> deviceConfig, Long physicalSize, String nameLabel, String nameDescription, String type, String contentType, Boolean shared, Map<String,String> smConfig)
    Create a new Storage Repository and introduce it into the managed system, creating both SR record and PBD record to attach it to current host (with specified device_config parameters) Minimum allowed role: pool-operator First published in XenServer 4.0.
    static Task
    SR.createAsync(Connection c, Host host, Map<String,String> deviceConfig, Long physicalSize, String nameLabel, String nameDescription, String type, String contentType, Boolean shared)
    Create a new Storage Repository and introduce it into the managed system, creating both SR record and PBD record to attach it to current host (with specified device_config parameters) Minimum allowed role: pool-operator First published in XenServer 4.0.
    static Task
    SR.createAsync(Connection c, Host host, Map<String,String> deviceConfig, Long physicalSize, String nameLabel, String nameDescription, String type, String contentType, Boolean shared, Map<String,String> smConfig)
    Create a new Storage Repository and introduce it into the managed system, creating both SR record and PBD record to attach it to current host (with specified device_config parameters) Minimum allowed role: pool-operator First published in XenServer 4.0.
    void
    Activate the specified PBD, causing the referenced SR to be attached and scanned Minimum allowed role: pool-operator First published in XenServer 4.0.
    Activate the specified PBD, causing the referenced SR to be attached and scanned Minimum allowed role: pool-operator First published in XenServer 4.0.