Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.BandwidthEntry
-
Packages that use BandwidthEntry Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of BandwidthEntry in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return BandwidthEntry Modifier and Type Method Description BandwidthEntryBandwidthEntryBuilder. build()BandwidthEntryNetworkSelectionElementFluent. buildBandwidth()BandwidthEntryNetworkSelectionElement. getBandwidth()NetworkSelectionElement represents one element of the JSON format Network Attachment Selection Annotation as described in section 4.1.2 of the CRD specification.Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type BandwidthEntry Modifier and Type Method Description protected voidBandwidthEntryFluent. copyInstance(BandwidthEntry instance)NetworkSelectionElementFluent.BandwidthNested<A>NetworkSelectionElementFluent. editOrNewBandwidthLike(BandwidthEntry item)voidNetworkSelectionElement. setBandwidth(BandwidthEntry bandwidth)NetworkSelectionElement represents one element of the JSON format Network Attachment Selection Annotation as described in section 4.1.2 of the CRD specification.ANetworkSelectionElementFluent. withBandwidth(BandwidthEntry bandwidth)NetworkSelectionElementFluent.BandwidthNested<A>NetworkSelectionElementFluent. withNewBandwidthLike(BandwidthEntry item)Constructors in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type BandwidthEntry Constructor Description BandwidthEntryBuilder(BandwidthEntry instance)BandwidthEntryBuilder(BandwidthEntryFluent<?> fluent, BandwidthEntry instance)BandwidthEntryFluent(BandwidthEntry instance)NetworkSelectionElement(BandwidthEntry bandwidth, Map<String,Object> cniArgs, List<String> defaultRoute, String infinibandGuid, String _interface, String ipamClaimReference, List<String> ips, String mac, String name, String namespace, List<PortMapEntry> portMappings)
-