Previous Topic: OpenSoftwarePackageVolumeListNext Topic: Software Packages


SetSoftwarePackageVolume

The SetSoftwarePackageVolume method updates the properties of a software package volume.

Parameters

xsd:string sessionId (m)

The session identifier.

SetSoftwarePackageVolumeProperties setSoftwarePackageVolumeProperties (m)

The properties that should be updated for the specified software package volume.

Return Values

This is a void method that does not expose a return value.

Remarks

None

More information:

SetSoftwarePackageVolumeProperties

WriteVolume

This method writes the contents to the volume file.

Parameters

xsd:string sessionId

Session Id. Got from the login to the web service.

xsd:string softwarePackageVolumeId

Software package volume id of a volume

xsd:string volumeFileName

Filename of the volume file to be read in a volume.

xsd:string volumeSubPath

Sub path of a volume file in a volume.

xsd:string contents

The contents which are to be written to the volume file.

Return Values

None.