com.softlayer.api.service.software.component.controlpanel.r1soft.ServerBackup 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.controlpanel.r1soft;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.component.controlpanel.R1soft;
/**
* This object specifies a specific type of Software Component: A R1Soft Server Backup instance.
*
* @see SoftLayer_Software_Component_ControlPanel_R1soft_ServerBackup
*/
@ApiType("SoftLayer_Software_Component_ControlPanel_R1soft_ServerBackup")
public class ServerBackup extends R1soft {
public static class Mask extends com.softlayer.api.service.software.component.controlpanel.R1soft.Mask {
}
}