Class VslmConnection


  • public class VslmConnection
    extends java.lang.Object
    Connection management utility for VSLM endpoint exposed through SPS
    • Constructor Summary

      Constructors 
      Constructor Description
      VslmConnection​(java.lang.String url, java.lang.String username, java.lang.String password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vmware.vim25.VimPortType getVimPort()
      Returns vCenter service stub
      com.vmware.vim25.ServiceContent getVimServiceContent()
      Returns vCenter service content
      com.vmware.vslm.VslmPortType getVslmPort()
      Returns SMS service stub
      • Methods inherited from class java.lang.Object

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

      • VslmConnection

        public VslmConnection​(java.lang.String url,
                              java.lang.String username,
                              java.lang.String password)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • getVimPort

        public com.vmware.vim25.VimPortType getVimPort()
        Returns vCenter service stub
        Returns:
        VimPortType
      • getVslmPort

        public com.vmware.vslm.VslmPortType getVslmPort()
        Returns SMS service stub
        Returns:
        VimPortType
      • getVimServiceContent

        public com.vmware.vim25.ServiceContent getVimServiceContent()
        Returns vCenter service content
        Returns:
        VimPortType