com.softlayer.api.service.virtual.guest.vpc.Subnet 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.virtual.guest.vpc;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Entity;
/**
* @see SoftLayer_Virtual_Guest_Vpc_Subnet
*/
@ApiType("SoftLayer_Virtual_Guest_Vpc_Subnet")
public class Subnet extends Entity {
public static class Mask extends com.softlayer.api.service.Entity.Mask {
}
}