Class Port.Binding

java.lang.Object
com.woorea.openstack.quantum.model.Port.Binding
Enclosing class:
Port

public static final class Port.Binding extends Object
  • Field Details

    • hostId

      private String hostId
      The host on which the port will be allocated.
    • vifType

      private String vifType
      The vif type for the specific port.
    • vnicType

      private String vnicType
      The type of vnic that this port should be attached to
    • vifDetails

      private Map<String,String> vifDetails
      A map containing additional information needed by the interface driver
    • profile

      private Map<String,String> profile
      A map to enable applications running on the specific host to pass and receive vif port specific information to the plugin.
  • Constructor Details

    • Binding

      public Binding()
  • Method Details

    • getHostId

      public String getHostId()
    • setHostId

      public void setHostId(String hostId)
    • getVifType

      public String getVifType()
    • setVifType

      public void setVifType(String vifType)
    • getVnicType

      public String getVnicType()
    • setVnicType

      public void setVnicType(String vnicType)
    • getVifDetails

      public Map<String,String> getVifDetails()
    • setVifDetails

      public void setVifDetails(Map<String,String> vifDetails)
    • getProfile

      public Map<String,String> getProfile()
    • setProfile

      public void setProfile(Map<String,String> profile)
    • toString

      public String toString()
      Overrides:
      toString in class Object