Class SecurityGroup

    • Constructor Detail

    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object