Class NetworkingServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.networking.internal.NetworkingServiceImpl
-
- All Implemented Interfaces:
NetworkingService,RestService
public class NetworkingServiceImpl extends Object implements NetworkingService
OpenStack Networking Operations API- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description NetworkingServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentServiceagent()AvailabilityZoneServiceavailabilityzone()FirewallAsServicefirewalls()OpenStack Firewall As a Service(FwaaS) : FirewallOperations APINetFloatingIPServicefloatingip()LbaasV2ServicelbaasV2()LoadBalancerServiceloadbalancers()NetQosPolicyServicenetQosPolicy()NetworkServicenetwork()NetworkIPAvailabilityServicenetworkIPAvailability()PortServiceport()NetQuotaServicequotas()NeutronResourceTagServiceresourceTags()RouterServicerouter()SecurityGroupServicesecuritygroup()SecurityGroupRuleServicesecurityrule()SubnetServicesubnet()TrunkServicetrunk()
-
-
-
Method Detail
-
network
public NetworkService network()
- Specified by:
networkin interfaceNetworkingService- Returns:
- the Network Service API
-
subnet
public SubnetService subnet()
- Specified by:
subnetin interfaceNetworkingService- Returns:
- the Subnet Service API
-
port
public PortService port()
- Specified by:
portin interfaceNetworkingService- Returns:
- the Port Service API
-
router
public RouterService router()
- Specified by:
routerin interfaceNetworkingService- Returns:
- the Router Service API
-
floatingip
public NetFloatingIPService floatingip()
- Specified by:
floatingipin interfaceNetworkingService- Returns:
- the FloatingIP Service API
-
securitygroup
public SecurityGroupService securitygroup()
- Specified by:
securitygroupin interfaceNetworkingService- Returns:
- the Security Group Service API
-
resourceTags
public NeutronResourceTagService resourceTags()
- Specified by:
resourceTagsin interfaceNetworkingService- Returns:
- the (Neutron) Resource Tag Service API
-
securityrule
public SecurityGroupRuleService securityrule()
- Specified by:
securityrulein interfaceNetworkingService- Returns:
- the Security Group Rule Service API
-
quotas
public NetQuotaService quotas()
- Specified by:
quotasin interfaceNetworkingService- Returns:
- the network quota service
-
loadbalancers
public LoadBalancerService loadbalancers()
- Specified by:
loadbalancersin interfaceNetworkingService- Returns:
- the LBaaS service
-
lbaasV2
public LbaasV2Service lbaasV2()
- Specified by:
lbaasV2in interfaceNetworkingService- Returns:
- the LBaaS V2 service
-
firewalls
public FirewallAsService firewalls()
OpenStack Firewall As a Service
(FwaaS) : FirewallOperations API- Specified by:
firewallsin interfaceNetworkingService- Returns:
- the FwaaS service
-
agent
public AgentService agent()
- Specified by:
agentin interfaceNetworkingService- Returns:
- the Neutron agent API
-
availabilityzone
public AvailabilityZoneService availabilityzone()
- Specified by:
availabilityzonein interfaceNetworkingService- Returns:
- the Availability Zone Service API
-
networkIPAvailability
public NetworkIPAvailabilityService networkIPAvailability()
- Specified by:
networkIPAvailabilityin interfaceNetworkingService- Returns:
- the Network IP Availability Service API
-
trunk
public TrunkService trunk()
- Specified by:
trunkin interfaceNetworkingService- Returns:
- the Trunk API
-
netQosPolicy
public NetQosPolicyService netQosPolicy()
- Specified by:
netQosPolicyin interfaceNetworkingService- Returns:
- the Networking (Neutron) Qos Policy Extension API
-
-