Class NeutronSubnetUpdate
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronSubnetUpdate
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class NeutronSubnetUpdate extends Object implements ModelEntity
Encapsulates the updateable view for a Subnet within Neutron- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronSubnetUpdate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NeutronSubnetUpdatecreateFromSubnet(Subnet in)
-
-
-
Method Detail
-
createFromSubnet
public static NeutronSubnetUpdate createFromSubnet(Subnet in)
-
-