com.softlayer.api.service.software.component.controlpanel.Cpanel 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
package com.softlayer.api.service.software.component.controlpanel;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.Component;
/**
* This object specifies a specific Software Component: A cPanel instance. cPanel installations have a specific default port (2086) and a pattern for usernames and passwords. Defaults are initiated by this object.
*
* @see SoftLayer_Software_Component_ControlPanel_Cpanel
*/
@ApiType("SoftLayer_Software_Component_ControlPanel_Cpanel")
public class Cpanel extends Component {
public static class Mask extends com.softlayer.api.service.software.Component.Mask {
}
}