Interface GbpService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    GbpServiceImpl

    public interface GbpService
    extends RestService
    This interface contains all available GbpServices
    Author:
    vinod borole
    • Method Detail

      • externalPolicy

        ExternalPolicyService externalPolicy()
        Service implementation which provides methods for manipulation of external Policies
        Returns:
        ExternalPolicyService
      • externalSegment

        ExternalSegmentService externalSegment()
        Service implementation which provides methods for manipulation of external segments
        Returns:
        ExternalSegmentService
      • group

        GroupService group()
        Service implementation which provides methods for manipulation of groups
        Returns:
        GroupService
      • l2Policy

        L2policyService l2Policy()
        Service implementation which provides methods for manipulation of l2policies
        Returns:
        L2policyService
      • l3Policy

        L3policyService l3Policy()
        Service implementation which provides methods for manipulation of l3policies
        Returns:
        L3policyService
      • natPool

        NatPoolService natPool()
        Service implementation which provides methods for manipulation of nat pools
        Returns:
        NatPoolService
      • networkPolicyService

        NetworkPolicyService networkPolicyService()
        Service implementation which provides methods for manipulation of network services
        Returns:
        NetworkPolicyService
      • policyAction

        PolicyActionService policyAction()
        Service implementation which provides methods for manipulation of policy actions
        Returns:
        PolicyActionService
      • policyRule

        PolicyRuleService policyRule()
        Service implementation which provides methods for manipulation of policy rules
        Returns:
        PolicyRuleService
      • policyRuleSet

        PolicyRuleSetService policyRuleSet()
        Service implementation which provides methods for manipulation of policy rules Sets
        Returns:
        PolicyRuleSetService
      • policyTarget

        PolicyTargetService policyTarget()
        Service implementation which provides methods for manipulation of policy targets
        Returns:
        PolicyTargetService
      • policyClassifier

        PolicyClassifierService policyClassifier()
        Service implementation which provides methods for manipulation of policy classifiers
        Returns:
        PolicyClassifierService
      • servicechain

        ServicechainService servicechain()
        Service implementation which provides methods for manipulation of service chains
        Returns:
        ServicechainService
      • serviceProfile

        ServiceProfileService serviceProfile()
        Service implementation which provides methods for manipulation of service profiles
        Returns:
        ServiceProfileService