Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkLinkEthernetMac
-
Packages that use NetworkLinkEthernetMac Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 -
-
Uses of NetworkLinkEthernetMac in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 that return NetworkLinkEthernetMac Modifier and Type Method Description NetworkLinkEthernetMacNetworkLinkEthernetMacBuilder. build()NetworkLinkEthernetMacNetworkDataLinkBondFluent. buildMacAddress()NetworkLinkEthernetMacNetworkDataLinkEthernetFluent. buildMacAddress()NetworkLinkEthernetMacNetworkDataLinkVlanFluent. buildMacAddress()NetworkLinkEthernetMacNetworkDataLinkBond. getMacAddress()NetworkDataLinkBond represents a bond link object.NetworkLinkEthernetMacNetworkDataLinkEthernet. getMacAddress()NetworkDataLinkEthernet represents an ethernet link object.NetworkLinkEthernetMacNetworkDataLinkVlan. getMacAddress()NetworkDataLinkVlan represents a vlan link object.Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1 with parameters of type NetworkLinkEthernetMac Constructor Description NetworkDataLinkBond(List<String> bondLinks, String bondMode, String bondXmitHashPolicy, String id, NetworkLinkEthernetMac macAddress, Integer mtu)NetworkDataLinkEthernet(String id, NetworkLinkEthernetMac macAddress, Integer mtu, String type)NetworkDataLinkVlan(String id, NetworkLinkEthernetMac macAddress, Integer mtu, Integer vlanID, String vlanLink)NetworkLinkEthernetMacBuilder(NetworkLinkEthernetMac instance)NetworkLinkEthernetMacBuilder(NetworkLinkEthernetMacFluent<?> fluent, NetworkLinkEthernetMac instance)NetworkLinkEthernetMacFluent(NetworkLinkEthernetMac instance)
-