com.softlayer.api.service.software.component.pkg.management.Ksplice 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.pkg.management;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.component.pkg.Management;
/**
* This object specifies a specific type of Software Component: A Ksplice instance.
*
* @see SoftLayer_Software_Component_Package_Management_Ksplice
*/
@ApiType("SoftLayer_Software_Component_Package_Management_Ksplice")
public class Ksplice extends Management {
public static class Mask extends com.softlayer.api.service.software.component.pkg.Management.Mask {
}
}