Uses of Class
io.fabric8.openshift.api.model.operator.network.v1.EgressRouterInterface
-
Packages that use EgressRouterInterface Package Description io.fabric8.openshift.api.model.operator.network.v1 -
-
Uses of EgressRouterInterface in io.fabric8.openshift.api.model.operator.network.v1
Methods in io.fabric8.openshift.api.model.operator.network.v1 that return EgressRouterInterface Modifier and Type Method Description EgressRouterInterfaceEgressRouterInterfaceBuilder. build()EgressRouterInterfaceEgressRouterSpecFluent. buildNetworkInterface()EgressRouterInterfaceEgressRouterSpec. getNetworkInterface()EgressRouterSpec contains the configuration for an egress router.Methods in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type EgressRouterInterface Modifier and Type Method Description protected voidEgressRouterInterfaceFluent. copyInstance(EgressRouterInterface instance)EgressRouterSpecFluent.NetworkInterfaceNested<A>EgressRouterSpecFluent. editOrNewNetworkInterfaceLike(EgressRouterInterface item)voidEgressRouterSpec. setNetworkInterface(EgressRouterInterface networkInterface)EgressRouterSpec contains the configuration for an egress router.AEgressRouterSpecFluent. withNetworkInterface(EgressRouterInterface networkInterface)EgressRouterSpecFluent.NetworkInterfaceNested<A>EgressRouterSpecFluent. withNewNetworkInterfaceLike(EgressRouterInterface item)Constructors in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type EgressRouterInterface Constructor Description EgressRouterInterfaceBuilder(EgressRouterInterface instance)EgressRouterInterfaceBuilder(EgressRouterInterfaceFluent<?> fluent, EgressRouterInterface instance)EgressRouterInterfaceFluent(EgressRouterInterface instance)EgressRouterSpec(List<EgressRouterAddress> addresses, String mode, EgressRouterInterface networkInterface, RedirectConfig redirect)
-