Package com.softlayer.api.service
Class Search
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.Search
@ApiType("SoftLayer_Search") public class Search extends Entity
SoftLayer's account historical service allows users to access a broad overview of devices for that account and historical details concerning the overall function and performance of the devices on that account
- See Also:
- SoftLayer_Search
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Search.Mask
static interface
Search.Service
SoftLayer's account historical service allows users to access a broad overview of devices for that account and historical details concerning the overall function and performance of the devices on that accountstatic interface
Search.ServiceAsync
-
Field Summary
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
Constructor Summary
Constructors Constructor Description Search()
-
Method Summary
Modifier and Type Method Description static Search.Service
service(ApiClient client)
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Constructor Details
-
Search
public Search()
-
-
Method Details
-
service
-