Package com.vmware.storage
Class SDRSRecommendation
- java.lang.Object
-
- com.vmware.connection.ConnectedVimServiceBase
-
- com.vmware.storage.SDRSRecommendation
-
@Sample(name="sdrs-recommendation", description="This sample demonstrates how to Run the Storage DRS on a given SDRS cluster and show\nthe list of recommendations generated by SDRS.\n") public class SDRSRecommendation extends ConnectedVimServiceBaseThis sample demonstrates how to Run the Storage DRS on a given SDRS cluster and show the list of recommendations generated by SDRS. Parameters url [required]: url of the web service. userName [required]: username for the authentication. password [required]: password for the authentication. podame [required]: StoragePod name. Sample Usage: run.bat com.vmware.storage.SDRSRecommendation --url [URLString] --username [User] --password [Password] --podname [podname]
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vmware.connection.ConnectedVimServiceBase
ConnectedVimServiceBase.ConnectionException
-
-
Field Summary
-
Fields inherited from class com.vmware.connection.ConnectedVimServiceBase
PROP_ME_NAME, SVC_INST_NAME
-
-
Constructor Summary
Constructors Constructor Description SDRSRecommendation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidsetPodName(java.lang.String name)-
Methods inherited from class com.vmware.connection.ConnectedVimServiceBase
basicConnectionFromConnection, connect, disconnect, getServiceInstanceReference, setConnection, setHostConnection
-
-
-
-
Method Detail
-
setPodName
@Option(name="podname", description="StoragePod name.") public void setPodName(java.lang.String name)
-
run
@Action public void run() throws com.vmware.vim25.RuntimeFaultFaultMsg, java.lang.reflect.InvocationTargetException, com.vmware.vim25.InvalidPropertyFaultMsg, java.lang.NoSuchMethodException, java.lang.IllegalAccessException- Throws:
com.vmware.vim25.RuntimeFaultFaultMsgjava.lang.reflect.InvocationTargetExceptioncom.vmware.vim25.InvalidPropertyFaultMsgjava.lang.NoSuchMethodExceptionjava.lang.IllegalAccessException
-
-