Class NetworkFloatingIpPoolType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.NetworkFloatingIpPoolType
All Implemented Interfaces:
Serializable

public class NetworkFloatingIpPoolType extends MorpheusModel
See Also:
  • Field Details

    • code

      protected String code
    • name

      protected String name
    • isPlugin

      protected Boolean isPlugin
    • isEmbedded

      protected Boolean isEmbedded
  • Constructor Details

    • NetworkFloatingIpPoolType

      public NetworkFloatingIpPoolType()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getIsPlugin

      public Boolean getIsPlugin()
    • setIsPlugin

      public void setIsPlugin(Boolean isPlugin)
    • getIsEmbedded

      public Boolean getIsEmbedded()
    • setIsEmbedded

      public void setIsEmbedded(Boolean isEmbedded)