Class NovaNetworkCreate
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaNetworkCreate
-
- All Implemented Interfaces:
Serializable,NetworkCreate,ModelEntity
public class NovaNetworkCreate extends Object implements NetworkCreate
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaNetworkCreate()NovaNetworkCreate(String id, String fixedIp)NovaNetworkCreate(String id, String fixedIp, String port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFixedIp()StringgetId()StringgetPort()port id of a pre-made portvoidsetFixedIp(String fixedIp)voidsetId(String id)voidsetPort(String port)
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceNetworkCreate- Returns:
- the network UUID
-
setId
public void setId(String id)
-
getFixedIp
public String getFixedIp()
- Specified by:
getFixedIpin interfaceNetworkCreate- Returns:
- the fixed IP Address
-
setFixedIp
public void setFixedIp(String fixedIp)
-
getPort
public String getPort()
Description copied from interface:NetworkCreateport id of a pre-made port- Specified by:
getPortin interfaceNetworkCreate
-
setPort
public void setPort(String port)
-
-