com.softlayer.api.service.network.subnet.registration.Ripe 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.network.subnet.registration;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.network.subnet.Registration;
/**
* RIPE-specific registration object. For more detail see [[SoftLayer_Network_Subnet_Registration (type)|SoftLayer_Network_Subnet_Registration]].
*
* @see SoftLayer_Network_Subnet_Registration_Ripe
*/
@ApiType("SoftLayer_Network_Subnet_Registration_Ripe")
public class Ripe extends Registration {
public static class Mask extends com.softlayer.api.service.network.subnet.Registration.Mask {
}
}