com.softlayer.api.service.network.component.RemoteManagement 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.network.component;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.network.Component;
/**
* The SoftLayer_Network_Component_RemoteManagement data type contains general information relating to a single SoftLayer remote management network component.
*
* @see SoftLayer_Network_Component_RemoteManagement
*/
@ApiType("SoftLayer_Network_Component_RemoteManagement")
public class RemoteManagement extends Component {
public static class Mask extends com.softlayer.api.service.network.Component.Mask {
}
}