com.softlayer.api.service.software.component.hostips.Mcafee 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.hostips;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.component.HostIps;
/**
* The SoftLayer_Software_Component_HostIps_Mcafee represents a single host IPS software component.
*
* @see SoftLayer_Software_Component_HostIps_Mcafee
*/
@ApiType("SoftLayer_Software_Component_HostIps_Mcafee")
public class Mcafee extends HostIps {
public static class Mask extends com.softlayer.api.service.software.component.HostIps.Mask {
}
}