Class Plesk
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.software.Component
com.softlayer.api.service.software.component.controlpanel.Parallels
com.softlayer.api.service.software.component.controlpanel.parallels.Plesk
@ApiType("SoftLayer_Software_Component_ControlPanel_Parallels_Plesk") public class Plesk extends Parallels
This object specifies a specific Software Component: A Plesk instance produced by SWSoft. SWSoft Plesk installations have a specific default port (8443) and a pattern for usernames and passwords. Defaults are initiated by this object.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Plesk.Mask
Nested classes/interfaces inherited from class com.softlayer.api.service.software.Component
Component.Service, Component.ServiceAsync
-
Field Summary
Fields inherited from class com.softlayer.api.service.software.Component
averageInstallationDuration, billingItem, hardware, hardwareId, hardwareIdSpecified, id, idSpecified, manufacturerActivationCode, manufacturerActivationCodeSpecified, manufacturerLicenseInstance, manufacturerLicenseInstanceSpecified, passwordCount, passwordHistory, passwordHistoryCount, passwords, softwareDescription, softwareLicense, virtualGuest
-
Constructor Summary
Constructors Constructor Description Plesk()
-
Method Summary
Methods inherited from class com.softlayer.api.service.software.Component
asService, getAverageInstallationDuration, getBillingItem, getHardware, getHardwareId, getId, getManufacturerActivationCode, getManufacturerLicenseInstance, getPasswordCount, getPasswordHistory, getPasswordHistoryCount, getPasswords, getSoftwareDescription, getSoftwareLicense, getVirtualGuest, isHardwareIdSpecified, isIdSpecified, isManufacturerActivationCodeSpecified, isManufacturerLicenseInstanceSpecified, service, service, setAverageInstallationDuration, setBillingItem, setHardware, setHardwareId, setId, setManufacturerActivationCode, setManufacturerLicenseInstance, setPasswordCount, setPasswordHistoryCount, setSoftwareDescription, setSoftwareLicense, setVirtualGuest, unsetHardwareId, unsetId, unsetManufacturerActivationCode, unsetManufacturerLicenseInstance
-
Constructor Details
-
Plesk
public Plesk()
-