Uses of Class
io.fabric8.openshift.api.model.miscellaneous.network.v1.EgressNetworkPolicyPeer
-
Packages that use EgressNetworkPolicyPeer Package Description io.fabric8.openshift.api.model.miscellaneous.network.v1 -
-
Uses of EgressNetworkPolicyPeer in io.fabric8.openshift.api.model.miscellaneous.network.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return EgressNetworkPolicyPeer Modifier and Type Method Description EgressNetworkPolicyPeerEgressNetworkPolicyPeerBuilder. build()EgressNetworkPolicyPeerEgressNetworkPolicyRuleFluent. buildTo()EgressNetworkPolicyPeerEgressNetworkPolicyRule. getTo()EgressNetworkPolicyRule contains a single egress network policy ruleMethods in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type EgressNetworkPolicyPeer Modifier and Type Method Description protected voidEgressNetworkPolicyPeerFluent. copyInstance(EgressNetworkPolicyPeer instance)EgressNetworkPolicyRuleFluent.ToNested<A>EgressNetworkPolicyRuleFluent. editOrNewToLike(EgressNetworkPolicyPeer item)voidEgressNetworkPolicyRule. setTo(EgressNetworkPolicyPeer to)EgressNetworkPolicyRule contains a single egress network policy ruleEgressNetworkPolicyRuleFluent.ToNested<A>EgressNetworkPolicyRuleFluent. withNewToLike(EgressNetworkPolicyPeer item)AEgressNetworkPolicyRuleFluent. withTo(EgressNetworkPolicyPeer to)Constructors in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type EgressNetworkPolicyPeer Constructor Description EgressNetworkPolicyPeerBuilder(EgressNetworkPolicyPeer instance)EgressNetworkPolicyPeerBuilder(EgressNetworkPolicyPeerFluent<?> fluent, EgressNetworkPolicyPeer instance)EgressNetworkPolicyPeerFluent(EgressNetworkPolicyPeer instance)EgressNetworkPolicyRule(EgressNetworkPolicyPeer to, String type)
-