com.softlayer.api.service.hardware.component.NetworkCard 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.hardware.component;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.hardware.Component;
/**
* The SoftLayer_Hardware_Component_NetworkCard data type abstracts information related to a network card.
*
* @see SoftLayer_Hardware_Component_NetworkCard
*/
@ApiType("SoftLayer_Hardware_Component_NetworkCard")
public class NetworkCard extends Component {
public static class Mask extends com.softlayer.api.service.hardware.Component.Mask {
}
}