Class GbpServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.networking.internal.BaseNetworkingServices
-
- org.openstack4j.openstack.gbp.internal.GbpServiceImpl
-
- All Implemented Interfaces:
GbpService,RestService
public class GbpServiceImpl extends BaseNetworkingServices implements GbpService
GBP services- Author:
- vinod borole
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description GbpServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalPolicyServiceexternalPolicy()Service implementation which provides methods for manipulation of external PoliciesExternalSegmentServiceexternalSegment()Service implementation which provides methods for manipulation of external segmentsGroupServicegroup()Service implementation which provides methods for manipulation of groupsL2policyServicel2Policy()Service implementation which provides methods for manipulation of l2policiesL3policyServicel3Policy()Service implementation which provides methods for manipulation of l3policiesNatPoolServicenatPool()Service implementation which provides methods for manipulation of nat poolsNetworkPolicyServicenetworkPolicyService()Service implementation which provides methods for manipulation of network servicesPolicyActionServicepolicyAction()Service implementation which provides methods for manipulation of policy actionsPolicyClassifierServicepolicyClassifier()Service implementation which provides methods for manipulation of policy classifiersPolicyRuleServicepolicyRule()Service implementation which provides methods for manipulation of policy rulesPolicyRuleSetServicepolicyRuleSet()Service implementation which provides methods for manipulation of policy rules SetsPolicyTargetServicepolicyTarget()Service implementation which provides methods for manipulation of policy targetsServicechainServiceservicechain()Service implementation which provides methods for manipulation of service chainsServiceProfileServiceserviceProfile()Service implementation which provides methods for manipulation of service profiles-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
externalPolicy
public ExternalPolicyService externalPolicy()
Service implementation which provides methods for manipulation of external Policies- Specified by:
externalPolicyin interfaceGbpService- Returns:
- ExternalPolicyService
-
externalSegment
public ExternalSegmentService externalSegment()
Service implementation which provides methods for manipulation of external segments- Specified by:
externalSegmentin interfaceGbpService- Returns:
- ExternalSegmentService
-
group
public GroupService group()
Service implementation which provides methods for manipulation of groups- Specified by:
groupin interfaceGbpService- Returns:
- GroupService
-
l2Policy
public L2policyService l2Policy()
Service implementation which provides methods for manipulation of l2policies- Specified by:
l2Policyin interfaceGbpService- Returns:
- L2policyService
-
l3Policy
public L3policyService l3Policy()
Service implementation which provides methods for manipulation of l3policies- Specified by:
l3Policyin interfaceGbpService- Returns:
- L3policyService
-
natPool
public NatPoolService natPool()
Service implementation which provides methods for manipulation of nat pools- Specified by:
natPoolin interfaceGbpService- Returns:
- NatPoolService
-
networkPolicyService
public NetworkPolicyService networkPolicyService()
Service implementation which provides methods for manipulation of network services- Specified by:
networkPolicyServicein interfaceGbpService- Returns:
- NetworkPolicyService
-
policyAction
public PolicyActionService policyAction()
Service implementation which provides methods for manipulation of policy actions- Specified by:
policyActionin interfaceGbpService- Returns:
- PolicyActionService
-
policyRule
public PolicyRuleService policyRule()
Service implementation which provides methods for manipulation of policy rules- Specified by:
policyRulein interfaceGbpService- Returns:
- PolicyRuleService
-
policyRuleSet
public PolicyRuleSetService policyRuleSet()
Service implementation which provides methods for manipulation of policy rules Sets- Specified by:
policyRuleSetin interfaceGbpService- Returns:
- PolicyRuleSetService
-
policyTarget
public PolicyTargetService policyTarget()
Service implementation which provides methods for manipulation of policy targets- Specified by:
policyTargetin interfaceGbpService- Returns:
- PolicyTargetService
-
policyClassifier
public PolicyClassifierService policyClassifier()
Service implementation which provides methods for manipulation of policy classifiers- Specified by:
policyClassifierin interfaceGbpService- Returns:
- PolicyClassifierService
-
servicechain
public ServicechainService servicechain()
Service implementation which provides methods for manipulation of service chains- Specified by:
servicechainin interfaceGbpService- Returns:
- ServicechainService
-
serviceProfile
public ServiceProfileService serviceProfile()
Service implementation which provides methods for manipulation of service profiles- Specified by:
serviceProfilein interfaceGbpService- Returns:
- ServiceProfileService
-
-