Class SmServiceConnection


  • public class SmServiceConnection
    extends java.lang.Object
    
     SmServiceConnection.java
    
     Connection management utility for the Storage Monitoring Service.
    • Constructor Summary

      Constructors 
      Constructor Description
      SmServiceConnection​(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.vim.sms.SmsPortType getSmsPort()
      Returns SMS service stub
      com.vmware.vim25.VimPortType getVimPort()
      Returns vCenter service stub
      com.vmware.vim25.ServiceContent getVimServiceContent()
      Returns vCenter service content
      • Methods inherited from class java.lang.Object

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

      • SmServiceConnection

        public SmServiceConnection​(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
      • getSmsPort

        public com.vmware.vim.sms.SmsPortType getSmsPort()
        Returns SMS service stub
        Returns:
        VimPortType
      • getVimServiceContent

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