-
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.
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.
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.
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.