com.softlayer.api.service.network.service.resource.NimsoftLandingHub 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.service.resource;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.network.service.resource.MonitoringHub;
/**
* @see SoftLayer_Network_Service_Resource_NimsoftLandingHub
*/
@ApiType("SoftLayer_Network_Service_Resource_NimsoftLandingHub")
public class NimsoftLandingHub extends MonitoringHub {
public static class Mask extends MonitoringHub.Mask {
}
}