Package com.vmware.spbm.samples
Class AboutInfo
- java.lang.Object
-
- com.vmware.spbm.connection.ConnectedServiceBase
-
- com.vmware.spbm.samples.AboutInfo
-
@Sample(name="aboutinfo", description="Displays the basic information about the spbm end-point") public class AboutInfo extends ConnectedServiceBaseAboutInfo This sample prints the basic information about the spbm end-point. Parameters: url [required] : url of the web service username [required] : username for the authentication password [required] : password for the authentication profilename [required] : Name of the storage profile Command Line: run.bat com.vmware.spbm.samples.AboutInfo --url [webserviceurl] --username [username] --password [password]
-
-
Constructor Summary
Constructors Constructor Description AboutInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintInfo()The method exercise both the vim API and spbm API side by side Both these APIs can be executed independently, and no particular order is implied-
Methods inherited from class com.vmware.spbm.connection.ConnectedServiceBase
setConnection, start, stop
-
-
-
-
Method Detail
-
printInfo
@Action public void printInfo() throws com.vmware.vim25.RuntimeFaultFaultMsg, com.vmware.pbm.RuntimeFaultFaultMsgThe method exercise both the vim API and spbm API side by side Both these APIs can be executed independently, and no particular order is implied- Throws:
com.vmware.vim25.RuntimeFaultFaultMsgcom.vmware.pbm.RuntimeFaultFaultMsg
-
-