Class R1soft
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.R1soft
- Direct Known Subclasses:
Cdp
,ServerBackup
@ApiType("SoftLayer_Software_Component_ControlPanel_R1soft") public class R1soft extends Component
This object specifies a specific type of control panel Software Component: A R1soft instance.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
R1soft.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
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
Constructor Summary
Constructors Constructor Description R1soft()
-
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
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Constructor Details
-
R1soft
public R1soft()
-