Package com.woorea.openstack.nova.model
Class Network
- java.lang.Object
-
- com.woorea.openstack.nova.model.Network
-
- All Implemented Interfaces:
Serializable
public class Network extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Network()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBridge()StringgetBridgeInterface()StringgetBroadcast()StringgetCidr()StringgetCidrV6()StringgetCreatedAt()BooleangetDeleted()StringgetDeletedAt()StringgetDhcpStart()StringgetDns1()StringgetDns2()StringgetGateway()StringgetGatewayV6()StringgetHost()StringgetId()BooleangetInjected()StringgetLabel()BooleangetMultiHost()StringgetNetmask()StringgetNetmaskV6()StringgetPriority()StringgetProjectId()StringgetRxtxBase()StringgetUpdatedAt()StringgetVlan()StringgetVpnPublicAddress()StringgetVpnPublicPort()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getVpnPublicAddress
public String getVpnPublicAddress()
- Returns:
- the vpnPublicAddress
-
getVpnPublicPort
public String getVpnPublicPort()
- Returns:
- the vpnPublicPort
-
getDhcpStart
public String getDhcpStart()
- Returns:
- the dhcpStart
-
getBridge
public String getBridge()
- Returns:
- the bridge
-
getBridgeInterface
public String getBridgeInterface()
- Returns:
- the bridgeInterface
-
getUpdatedAt
public String getUpdatedAt()
- Returns:
- the updatedAt
-
getDeleted
public Boolean getDeleted()
- Returns:
- the deleted
-
getVlan
public String getVlan()
- Returns:
- the vlan
-
getBroadcast
public String getBroadcast()
- Returns:
- the broadcast
-
getNetmask
public String getNetmask()
- Returns:
- the netmask
-
getInjected
public Boolean getInjected()
- Returns:
- the injected
-
getHost
public String getHost()
- Returns:
- the host
-
getMultiHost
public Boolean getMultiHost()
- Returns:
- the multiHost
-
getCreatedAt
public String getCreatedAt()
- Returns:
- the createdAt
-
getDeletedAt
public String getDeletedAt()
- Returns:
- the deletedAt
-
getCidr
public String getCidr()
- Returns:
- the cidr
-
getCidrV6
public String getCidrV6()
- Returns:
- the cidrV6
-
getGateway
public String getGateway()
- Returns:
- the gateway
-
getGatewayV6
public String getGatewayV6()
- Returns:
- the gatewayV6
-
getNetmaskV6
public String getNetmaskV6()
- Returns:
- the netmaskV6
-
getProjectId
public String getProjectId()
- Returns:
- the projectId
-
getRxtxBase
public String getRxtxBase()
- Returns:
- the rxtxBase
-
getDns1
public String getDns1()
- Returns:
- the dns1
-
getDns2
public String getDns2()
- Returns:
- the dns2
-
getLabel
public String getLabel()
- Returns:
- the label
-
getPriority
public String getPriority()
- Returns:
- the priority
-
-