Class SecurityGroup

java.lang.Object
org.jclouds.openstack.neutron.v2.domain.SecurityGroup
Direct Known Subclasses:
SecurityGroup.CreateSecurityGroup

public class SecurityGroup extends Object
Contains a mapping between a MAC address and an IP address.
  • Constructor Details

  • Method Details

    • getId

      @Nullable public String getId()
      Returns:
      The identifier for this Security Group.
    • getTenantId

      @Nullable public String getTenantId()
      Returns:
      The identifier of the tenant for this Security Group.
    • getName

      @Nullable public String getName()
      Returns:
      The name of the Security Group.
    • getDescription

      @Nullable public String getDescription()
      Returns:
      The description of the Security Group.
    • getRules

      public com.google.common.collect.ImmutableList<Rule> getRules()
      Returns:
      The collection of rules for this Security Group.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • createBuilder

      public static SecurityGroup.CreateBuilder createBuilder()
      Returns:
      the Builder for creating a new SecurityGroup