PBDClass: PBDThe physical block devices through which hosts access SRsPublished in:XenServer 4.0 (rio)The physical block devices through which hosts access SRsFieldsbool currently_attached [RO/runtime]is the SR currently attached on this host?Published in:XenServer 4.0 (rio)is the SR currently attached on this host?(string → string) map device_config [RO/constructor]a config string to string map that is provided to the host's SR-backend-driverPublished in:XenServer 4.0 (rio)a config string to string map that is provided to the host's SR-backend-driverhost ref host [RO/constructor]physical machine on which the pbd is availablePublished in:XenServer 4.0 (rio)physical machine on which the pbd is available(string → string) map other_config [RW]additional configurationDefault value:{}Published in:XenServer 4.1 (miami)additional configurationSR ref SR [RO/constructor]the storage repository that the pbd realisesPublished in:XenServer 4.0 (rio)the storage repository that the pbd realisesstring uuid [RO/runtime]Unique identifier/object referencePublished in:XenServer 4.0 (rio)Unique identifier/object referenceMessages Hide implicitvoid add_to_other_config (session ref, PBD ref, string, string)Add the given key-value pair to the other_config field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectstring keyKey to addstring valueValue to addMinimum role:pool-operatorPublished in:XenServer 4.1 (miami)additional configurationPBD ref create (session ref, PBD record)Create a new PBD instance, and return its handle. The constructor args are: host*, SR*, device_config*, other_config (* = non-optional).Parameters:session ref session_idReference to a valid sessionPBD record argsAll constructor argumentsMinimum role:pool-operatorResult:reference to the newly created objectPublished in:XenServer 4.0 (rio)The physical block devices through which hosts access SRsvoid destroy (session ref, PBD ref)Destroy the specified PBD instance.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:pool-operatorPublished in:XenServer 4.0 (rio)The physical block devices through which hosts access SRsPBD ref set get_all (session ref)Return a list of all the PBDs known to the system.Parameters:session ref session_idReference to a valid sessionMinimum role:read-onlyResult:references to all objectsPublished in:XenServer 4.0 (rio)The physical block devices through which hosts access SRs(PBD ref → PBD record) map get_all_records (session ref)Return a map of PBD references to PBD records for all PBDs known to the system.Parameters:session ref session_idReference to a valid sessionMinimum role:read-onlyResult:records of all objectsPublished in:XenServer 4.0 (rio)The physical block devices through which hosts access SRsPBD ref get_by_uuid (session ref, string)Get a reference to the PBD instance with the specified UUID.Parameters:session ref session_idReference to a valid sessionstring uuidUUID of object to returnMinimum role:read-onlyResult:reference to the objectPublished in:XenServer 4.0 (rio)The physical block devices through which hosts access SRsbool get_currently_attached (session ref, PBD ref)Get the currently_attached field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:read-onlyResult:value of the fieldPublished in:XenServer 4.0 (rio)is the SR currently attached on this host?(string → string) map get_device_config (session ref, PBD ref)Get the device_config field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:read-onlyResult:value of the fieldPublished in:XenServer 4.0 (rio)a config string to string map that is provided to the host's SR-backend-driverhost ref get_host (session ref, PBD ref)Get the host field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:read-onlyResult:value of the fieldPublished in:XenServer 4.0 (rio)physical machine on which the pbd is available(string → string) map get_other_config (session ref, PBD ref)Get the other_config field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:read-onlyResult:value of the fieldPublished in:XenServer 4.1 (miami)additional configurationPBD record get_record (session ref, PBD ref)Get a record containing the current state of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:read-onlyResult:all fields from the objectPublished in:XenServer 4.0 (rio)The physical block devices through which hosts access SRsSR ref get_SR (session ref, PBD ref)Get the SR field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:read-onlyResult:value of the fieldPublished in:XenServer 4.0 (rio)the storage repository that the pbd realisesstring get_uuid (session ref, PBD ref)Get the uuid field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectMinimum role:read-onlyResult:value of the fieldPublished in:XenServer 4.0 (rio)Unique identifier/object referencevoid plug (session ref, PBD ref)Activate the specified PBD, causing the referenced SR to be attached and scannedParameters:session ref session_idReference to a valid sessionPBD ref selfThe PBD to activateMinimum role:pool-operatorErrors:SR_UNKNOWN_DRIVERThe SR could not be connected because the driver was not recognised.Published in:XenServer 4.0 (rio)Activate the specified PBD, causing the referenced SR to be attached and scannedvoid remove_from_other_config (session ref, PBD ref, string)Remove the given key and its corresponding value from the other_config field of the given PBD. If the key is not in that Map, then do nothing.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the objectstring keyKey to removeMinimum role:pool-operatorPublished in:XenServer 4.1 (miami)additional configurationvoid set_device_config (session ref, PBD ref, (string → string) map)Sets the PBD's device_config fieldParameters:session ref session_idReference to a valid sessionPBD ref selfThe PBD to modify(string → string) map valueThe new value of the PBD's device_configMinimum role:pool-operatorPublished in:XenServer 4.1 (miami)Sets the PBD's device_config fieldvoid set_other_config (session ref, PBD ref, (string → string) map)Set the other_config field of the given PBD.Parameters:session ref session_idReference to a valid sessionPBD ref selfreference to the object(string → string) map valueNew value to setMinimum role:pool-operatorPublished in:XenServer 4.1 (miami)additional configurationvoid unplug (session ref, PBD ref)Deactivate the specified PBD, causing the referenced SR to be detached and nolonger scannedParameters:session ref session_idReference to a valid sessionPBD ref selfThe PBD to deactivateMinimum role:pool-operatorPublished in:XenServer 4.0 (rio)Deactivate the specified PBD, causing the referenced SR to be detached and nolonger scanned