Class SubnetForCreate
- java.lang.Object
-
- com.woorea.openstack.quantum.model.Subnet
-
- com.woorea.openstack.quantum.model.SubnetForCreate
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class SubnetForCreate extends Subnet
Deprecated.Please useSubnet
directly.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.woorea.openstack.quantum.model.Subnet
Subnet.IpVersion
-
-
Constructor Summary
Constructors Constructor Description SubnetForCreate()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getIpVersion()
Deprecated.void
setIpVersion(int ipVersion)
Deprecated.-
Methods inherited from class com.woorea.openstack.quantum.model.Subnet
getCidr, getDnsNames, getEnableDHCP, getGw, getHostRoutes, getId, getIpversion, getList, getName, getNetworkId, getTenantId, isEnableDHCP, setCidr, setDnsNames, setEnableDHCP, setGw, setHostRoutes, setId, setIpversion, setList, setName, setNetworkId, setTenantId, toString
-
-