Uses of Interface
org.openstack4j.model.common.Resource
-
-
Uses of Resource in org.openstack4j.model.common.builder
Classes in org.openstack4j.model.common.builder with type parameters of type Resource Modifier and Type Class Description classResourceBuilder<M extends Resource,T extends ResourceBuilder<M,T>>Abstract Resource Builder -
Uses of Resource in org.openstack4j.model.gbp
Subinterfaces of Resource in org.openstack4j.model.gbp Modifier and Type Interface Description interfaceExternalPolicyExternal Policy Model EntityinterfaceExternalPolicyCreateExternal Policy Model EntityinterfaceExternalSegmentExternal Segment Model EntityinterfaceL2PolicyL2 Policy Model EntityinterfaceL3PolicyL3 Policy Model EntityinterfaceNatPoolNat Pool Model EntityinterfaceNetworkServicePolicyCreated by sumit gandhi on 7/4/2016.interfacePolicyActionPolicy Action Model EntityinterfacePolicyClassifierPolicy Classifier Model EntityinterfacePolicyRulePolicy rule Model EntityinterfacePolicyRuleSetPolicy rule set Model EntityinterfacePolicyTargetPolicy Target Model EntityinterfacePolicyTargetGroupPolicy Target group Model EntityinterfacePolicyTargetGroupCreatePolicy Target group Model Entity -
Uses of Resource in org.openstack4j.model.network
Subinterfaces of Resource in org.openstack4j.model.network Modifier and Type Interface Description interfaceNetworkAn OpenStack (Neutron) networkinterfacePortA Network (Neutron) PortinterfaceRouterA router is used to interconnect subnets and forward traffic among them.interfaceSecurityGroupThe Interface SecurityGroup.interfaceSubnetA Subnet is a network with Pools and network based settingsinterfaceTrunkA network TrunkinterfaceTrunkSubportA network subport used ONLY in trunks -
Uses of Resource in org.openstack4j.model.network.ext
Subinterfaces of Resource in org.openstack4j.model.network.ext Modifier and Type Interface Description interfaceFlowClassifierA Flow Classifier Entity.interfacePortChainA Port Chain Entity.interfacePortPairA Port Pair Entity.interfacePortPairGroupA Port Pair Group Entity. -
Uses of Resource in org.openstack4j.openstack.gbp.domain
Classes in org.openstack4j.openstack.gbp.domain that implement Resource Modifier and Type Class Description classGbpExternalPolicyModel implementation for External PolicyclassGbpExternalPolicyCreateModel implementation for External PolicyclassGbpExternalSegmentModel implementation for External SegmentsclassGbpL2PolicyModel implementation for L2 PolicyclassGbpL3PolicyModel implementation for L3 PolicyclassGbpNatPoolModel implementation for nat poolclassGbpNetworkServicePolicyCreated by sumit gandhi on 7/4/2016.classGbpPolicyActionModel implementation for Policy ActionclassGbpPolicyClassifierModel implementation for Policy ClassifierclassGbpPolicyRuleModel implementation for Policy ruleclassGbpPolicyRuleSetModel implementation for Policy rule setclassGbpPolicyTargetModel implementation for Policy TargetclassGbpPolicyTargetGroupModel implementation for Policy target groupclassGbpPolicyTargetGroupCreateModel implementation for Policy target group create -
Uses of Resource in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement Resource Modifier and Type Class Description classAbstractNeutronTrunkA Neutron TrunkclassNeutronNetworkAn OpenStack (Neutron) networkclassNeutronPortA Neutron PortclassNeutronRouterA router is used to interconnect subnets and forward traffic among them.classNeutronSecurityGroupAn OpenStack Neutron Security Group Rule model.classNeutronSubnetA Subnet is a network with Pools and network based settingsstatic classNeutronSubnet.NeutronSubnetNoGatewayclassNeutronTrunkThis class is used to add the json root name "trunk"classNeutronTrunkSubportA Subport ONLY used for adding to trunksclassNeutronTrunkSubportAddRemoveThis class is used by the subport operations which don't use the json root name "trunks" -
Uses of Resource in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement Resource Modifier and Type Class Description classNeutronFlowClassifierclassNeutronPortChainclassNeutronPortPairclassNeutronPortPairGroup
-