Package com.vmware.apputils
Class SmServiceConnection
- java.lang.Object
-
- com.vmware.apputils.SmServiceConnection
-
public class SmServiceConnection extends java.lang.ObjectSmServiceConnection.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.SmsPortTypegetSmsPort()Returns SMS service stubcom.vmware.vim25.VimPortTypegetVimPort()Returns vCenter service stubcom.vmware.vim25.ServiceContentgetVimServiceContent()Returns vCenter service content
-
-
-
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
-
-