com.softlayer.api.service.software.component.Security 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;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.software.Component;
/**
* This object specifies a specific type of Software Component: A security instance. Security installations have custom configurations for password requirements.
*
* @see SoftLayer_Software_Component_Security
*/
@ApiType("SoftLayer_Software_Component_Security")
public class Security extends Component {
public static class Mask extends com.softlayer.api.service.software.Component.Mask {
}
}