Package com.vmware.fcd.helpers
Class VslmConnection
- java.lang.Object
-
- com.vmware.fcd.helpers.VslmConnection
-
public class VslmConnection extends java.lang.ObjectConnection 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.VimPortTypegetVimPort()Returns vCenter service stubcom.vmware.vim25.ServiceContentgetVimServiceContent()Returns vCenter service contentcom.vmware.vslm.VslmPortTypegetVslmPort()Returns SMS service stub
-
-
-
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
-
-