Uses of Class
io.fabric8.openshift.api.model.miscellaneous.network.v1.EgressNetworkPolicyRule
-
Packages that use EgressNetworkPolicyRule Package Description io.fabric8.openshift.api.model.miscellaneous.network.v1 -
-
Uses of EgressNetworkPolicyRule in io.fabric8.openshift.api.model.miscellaneous.network.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return EgressNetworkPolicyRule Modifier and Type Method Description EgressNetworkPolicyRuleEgressNetworkPolicyRuleBuilder. build()EgressNetworkPolicyRuleEgressNetworkPolicySpecFluent. buildEgress(int index)EgressNetworkPolicyRuleEgressNetworkPolicySpecFluent. buildFirstEgress()EgressNetworkPolicyRuleEgressNetworkPolicySpecFluent. buildLastEgress()EgressNetworkPolicyRuleEgressNetworkPolicySpecFluent. buildMatchingEgress(Predicate<EgressNetworkPolicyRuleBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return types with arguments of type EgressNetworkPolicyRule Modifier and Type Method Description List<EgressNetworkPolicyRule>EgressNetworkPolicySpecFluent. buildEgress()List<EgressNetworkPolicyRule>EgressNetworkPolicySpec. getEgress()egress contains the list of egress policy rulesMethods in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type EgressNetworkPolicyRule Modifier and Type Method Description EgressNetworkPolicySpecFluent.EgressNested<A>EgressNetworkPolicySpecFluent. addNewEgressLike(EgressNetworkPolicyRule item)AEgressNetworkPolicySpecFluent. addToEgress(int index, EgressNetworkPolicyRule item)AEgressNetworkPolicySpecFluent. addToEgress(EgressNetworkPolicyRule... items)protected voidEgressNetworkPolicyRuleFluent. copyInstance(EgressNetworkPolicyRule instance)AEgressNetworkPolicySpecFluent. removeFromEgress(EgressNetworkPolicyRule... items)EgressNetworkPolicySpecFluent.EgressNested<A>EgressNetworkPolicySpecFluent. setNewEgressLike(int index, EgressNetworkPolicyRule item)AEgressNetworkPolicySpecFluent. setToEgress(int index, EgressNetworkPolicyRule item)AEgressNetworkPolicySpecFluent. withEgress(EgressNetworkPolicyRule... egress)Method parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type EgressNetworkPolicyRule Modifier and Type Method Description AEgressNetworkPolicySpecFluent. addAllToEgress(Collection<EgressNetworkPolicyRule> items)AEgressNetworkPolicySpecFluent. removeAllFromEgress(Collection<EgressNetworkPolicyRule> items)voidEgressNetworkPolicySpec. setEgress(List<EgressNetworkPolicyRule> egress)egress contains the list of egress policy rulesAEgressNetworkPolicySpecFluent. withEgress(List<EgressNetworkPolicyRule> egress)Constructors in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type EgressNetworkPolicyRule Constructor Description EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRule instance)EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRuleFluent<?> fluent, EgressNetworkPolicyRule instance)EgressNetworkPolicyRuleFluent(EgressNetworkPolicyRule instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type EgressNetworkPolicyRule Constructor Description EgressNetworkPolicySpec(List<EgressNetworkPolicyRule> egress)
-