Package com.hp.lft.sdk
Class SvInfo
java.lang.Object
com.hp.lft.sdk.SvInfo
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the SvInfo class with an endpoint value.Initializes a new instance of the SvInfo class with endpoint and virtualLabCfg values. -
Method Summary
Modifier and TypeMethodDescriptionReturns the SV Endpoint addressReturns the SV HTTP Proxy addressReturns a map containing the SV virtual configuration info
-
Constructor Details
-
SvInfo
Initializes a new instance of the SvInfo class with an endpoint value.- Parameters:
endpoint
- - the address of the local SV Lab ServersvHttpProxy
- - the address of the SvHttpProxy
-
SvInfo
Initializes a new instance of the SvInfo class with endpoint and virtualLabCfg values.- Parameters:
endpoint
- - the address of the local SV Lab ServersvHttpProxy
- - the address of the SvHttpProxyvirtualLabCfg
- - lab configuration
-
-
Method Details
-
getEndpoint
Returns the SV Endpoint address- Returns:
- the SV Endpoint address
-
getSvHttpProxy
Returns the SV HTTP Proxy address- Returns:
- the SV HTTP Proxy address
-
getVirtualLabCfg
Returns a map containing the SV virtual configuration info- Returns:
- a map containing the SV virtual configuration info
-