Class SvInfo

java.lang.Object
com.hp.lft.sdk.SvInfo

public class SvInfo extends Object
  • Constructor Details

    • SvInfo

      public SvInfo(String endpoint, String svHttpProxy)
      Initializes a new instance of the SvInfo class with an endpoint value.
      Parameters:
      endpoint - - the address of the local SV Lab Server
      svHttpProxy - - the address of the SvHttpProxy
    • SvInfo

      public SvInfo(String endpoint, String svHttpProxy, Map<String,Object> virtualLabCfg)
      Initializes a new instance of the SvInfo class with endpoint and virtualLabCfg values.
      Parameters:
      endpoint - - the address of the local SV Lab Server
      svHttpProxy - - the address of the SvHttpProxy
      virtualLabCfg - - lab configuration
  • Method Details

    • getEndpoint

      public String getEndpoint()
      Returns the SV Endpoint address
      Returns:
      the SV Endpoint address
    • getSvHttpProxy

      public String getSvHttpProxy()
      Returns the SV HTTP Proxy address
      Returns:
      the SV HTTP Proxy address
    • getVirtualLabCfg

      public Map<String,Object> getVirtualLabCfg()
      Returns a map containing the SV virtual configuration info
      Returns:
      a map containing the SV virtual configuration info