Class SecurityGroupRuleForCreate

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

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

    • parentGroupId

      private String parentGroupId
    • ipProtocol

      private String ipProtocol
    • fromPort

      private Integer fromPort
    • toPort

      private Integer toPort
    • cidr

      private String cidr
    • groupId

      private String groupId
  • Constructor Details

  • Method Details

    • getParentGroupId

      public String getParentGroupId()
      Returns:
      the parentGroupId
    • setParentGroupId

      public void setParentGroupId(Integer parentGroupId)
      Deprecated.
      Parameters:
      parentGroupId - the parentGroupId to set
    • setParentGroupId

      public void setParentGroupId(String parentGroupId)
      Parameters:
      parentGroupId - the parentGroupId to set
    • getFromPort

      public Integer getFromPort()
      Returns:
      the fromPort
    • setFromPort

      public void setFromPort(Integer fromPort)
      Parameters:
      fromPort - the fromPort to set
    • getToPort

      public Integer getToPort()
      Returns:
      the toPort
    • setToPort

      public void setToPort(Integer toPort)
      Parameters:
      toPort - the toPort to set
    • getIpProtocol

      public String getIpProtocol()
      Returns:
      the ipProtocol
    • setIpProtocol

      public void setIpProtocol(String ipProtocol)
      Parameters:
      ipProtocol - the ipProtocol to set
    • getCidr

      public String getCidr()
      Returns:
      the cidr
    • setCidr

      public void setCidr(String cidr)
      Parameters:
      cidr - the cidr to set
    • getGroupId

      public String getGroupId()
      Returns:
      the groupId
    • setGroupId

      public void setGroupId(Integer groupId)
      Deprecated.
      Parameters:
      groupId - the groupId to set
    • setGroupId

      public void setGroupId(String groupId)
      Parameters:
      groupId - the groupId to set
    • toString

      public String toString()
      Overrides:
      toString in class Object