Class Network

java.lang.Object
com.woorea.openstack.nova.model.Network
All Implemented Interfaces:
Serializable

public class Network extends Object implements Serializable
See Also:
  • Field Details

    • id

      private String id
    • vpnPublicAddress

      private String vpnPublicAddress
    • vpnPrivateAddress

      private String vpnPrivateAddress
    • vpnPublicPort

      private String vpnPublicPort
    • dhcpStart

      private String dhcpStart
    • bridge

      private String bridge
    • bridgeInterface

      private String bridgeInterface
    • updatedAt

      private String updatedAt
    • deleted

      private Boolean deleted
    • vlan

      private String vlan
    • broadcast

      private String broadcast
    • netmask

      private String netmask
    • injected

      private Boolean injected
    • host

      private String host
    • multiHost

      private Boolean multiHost
    • createdAt

      private String createdAt
    • deletedAt

      private String deletedAt
    • cidr

      private String cidr
    • cidrV6

      private String cidrV6
    • gateway

      private String gateway
    • gatewayV6

      private String gatewayV6
    • netmaskV6

      private String netmaskV6
    • projectId

      private String projectId
    • rxtxBase

      private String rxtxBase
    • dns1

      private String dns1
    • dns2

      private String dns2
    • label

      private String label
    • priority

      private String priority
  • Constructor Details

    • Network

      public Network()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object