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