Class AboutInfo


  • @Sample(name="aboutinfo",
            description="Displays the basic information about the spbm end-point")
    public class AboutInfo
    extends ConnectedServiceBase
     AboutInfo
    
     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
      void printInfo()
      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 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AboutInfo

        public AboutInfo()
    • Method Detail

      • printInfo

        @Action
        public void printInfo()
                       throws com.vmware.vim25.RuntimeFaultFaultMsg,
                              com.vmware.pbm.RuntimeFaultFaultMsg
        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
        Throws:
        com.vmware.vim25.RuntimeFaultFaultMsg
        com.vmware.pbm.RuntimeFaultFaultMsg