Class SecurityGroup

    • Method Detail

      • getRegion

        @Deprecated
        public String getRegion()
        Deprecated.
        To be removed in jclouds 1.6

        Warning

        Especially on EC2 clones that may not support regions, this value is fragile. Consider alternate means to determine context.
      • getId

        @Nullable
        public String getId()
        id of the security group. Not in all EC2 impls
      • getName

        public String getName()
        Name of the security group.
      • getOwnerId

        public String getOwnerId()
        AWS Access Key ID of the owner of the security group.
      • getDescription

        public String getDescription()
        Description of the security group.
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()
      • toString

        public String toString()
        Overrides:
        toString in class com.google.common.collect.ForwardingObject
      • delegate

        protected Set<IpPermission> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingSet<IpPermission>