com.softlayer.api.service.software.component.analytics.Urchin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
The newest version!
package com.softlayer.api.service.software.component.analytics;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.component.Analytics;
/**
* This object specifies a specific Software Component: An Urchin instance. Urchin installations have a specific default port (9999) and a pattern for usernames and passwords. Defaults are initiated by this object.
*
* @see SoftLayer_Software_Component_Analytics_Urchin
*/
@ApiType("SoftLayer_Software_Component_Analytics_Urchin")
public class Urchin extends Analytics {
public static class Mask extends com.softlayer.api.service.software.component.Analytics.Mask {
}
}