Package com.woorea.openstack.nova.model
Class Network
java.lang.Object
com.woorea.openstack.nova.model.Network
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private String
private String
private String
private Boolean
private String
private String
private String
private String
private String
private String
private String
private String
private Boolean
private String
private Boolean
private String
private String
private String
private String
private String
private String
private String
private String
private String
private String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
vpnPublicAddress
-
vpnPrivateAddress
-
vpnPublicPort
-
dhcpStart
-
bridge
-
bridgeInterface
-
updatedAt
-
deleted
-
vlan
-
broadcast
-
netmask
-
injected
-
host
-
multiHost
-
createdAt
-
deletedAt
-
cidr
-
cidrV6
-
gateway
-
gatewayV6
-
netmaskV6
-
projectId
-
rxtxBase
-
dns1
-
dns2
-
label
-
priority
-
-
Constructor Details
-
Network
public Network()
-
-
Method Details
-
getId
- Returns:
- the id
-
getVpnPublicAddress
- Returns:
- the vpnPublicAddress
-
getVpnPublicPort
- Returns:
- the vpnPublicPort
-
getDhcpStart
- Returns:
- the dhcpStart
-
getBridge
- Returns:
- the bridge
-
getBridgeInterface
- Returns:
- the bridgeInterface
-
getUpdatedAt
- Returns:
- the updatedAt
-
getDeleted
- Returns:
- the deleted
-
getVlan
- Returns:
- the vlan
-
getBroadcast
- Returns:
- the broadcast
-
getNetmask
- Returns:
- the netmask
-
getInjected
- Returns:
- the injected
-
getHost
- Returns:
- the host
-
getMultiHost
- Returns:
- the multiHost
-
getCreatedAt
- Returns:
- the createdAt
-
getDeletedAt
- Returns:
- the deletedAt
-
getCidr
- Returns:
- the cidr
-
getCidrV6
- Returns:
- the cidrV6
-
getGateway
- Returns:
- the gateway
-
getGatewayV6
- Returns:
- the gatewayV6
-
getNetmaskV6
- Returns:
- the netmaskV6
-
getProjectId
- Returns:
- the projectId
-
getRxtxBase
- Returns:
- the rxtxBase
-
getDns1
- Returns:
- the dns1
-
getDns2
- Returns:
- the dns2
-
getLabel
- Returns:
- the label
-
getPriority
- Returns:
- the priority
-
toString
-