Interface SecurityGroupRuleService

    • Method Detail

      • list

        List<? extends SecurityGroupRule> list()
        List security group rules accessible by current Tenant.
        Returns:
        the list
      • get

        SecurityGroupRule get​(String id)
        Gets the Security Group rule by id
        Parameters:
        id - the id
        Returns:
        the security group rule
      • delete

        void delete​(String id)
        Delete security group rule by id.
        Parameters:
        id - the id
      • list

        List<? extends SecurityGroupRule> list​(Map<String,​String> filteringParams)
        List security group rules accessible by current Tenant.
        Parameters:
        filteringParams - map (name, value) of filtering parameters
        Returns:
        the list