Class NetworkLinkEthernetMac
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkLinkEthernetMac
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NetworkLinkEthernetMacBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NetworkLinkEthernetMac extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetworkLinkEthernetMacBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NetworkLinkEthernetMac represents the Mac address content.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkLinkEthernetMac()No args constructor for use in serializationNetworkLinkEthernetMac(NetworkLinkEthernetMacFromAnnotation fromAnnotation, String fromHostInterface, String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkLinkEthernetMacBuilderedit()Map<String,Object>getAdditionalProperties()NetworkLinkEthernetMacFromAnnotationgetFromAnnotation()NetworkLinkEthernetMac represents the Mac address content.StringgetFromHostInterface()FromHostInterface contains the name of the interface in the BareMetalHost Introspection details from which to fetch the MAC addressStringgetString()String contains the MAC address given as a stringvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetFromAnnotation(NetworkLinkEthernetMacFromAnnotation fromAnnotation)NetworkLinkEthernetMac represents the Mac address content.voidsetFromHostInterface(String fromHostInterface)FromHostInterface contains the name of the interface in the BareMetalHost Introspection details from which to fetch the MAC addressvoidsetString(String string)String contains the MAC address given as a stringNetworkLinkEthernetMacBuildertoBuilder()
-
-
-
Constructor Detail
-
NetworkLinkEthernetMac
public NetworkLinkEthernetMac()
No args constructor for use in serialization
-
NetworkLinkEthernetMac
public NetworkLinkEthernetMac(NetworkLinkEthernetMacFromAnnotation fromAnnotation, String fromHostInterface, String string)
-
-
Method Detail
-
getFromAnnotation
public NetworkLinkEthernetMacFromAnnotation getFromAnnotation()
NetworkLinkEthernetMac represents the Mac address content.
-
setFromAnnotation
public void setFromAnnotation(NetworkLinkEthernetMacFromAnnotation fromAnnotation)
NetworkLinkEthernetMac represents the Mac address content.
-
getFromHostInterface
public String getFromHostInterface()
FromHostInterface contains the name of the interface in the BareMetalHost Introspection details from which to fetch the MAC address
-
setFromHostInterface
public void setFromHostInterface(String fromHostInterface)
FromHostInterface contains the name of the interface in the BareMetalHost Introspection details from which to fetch the MAC address
-
getString
public String getString()
String contains the MAC address given as a string
-
setString
public void setString(String string)
String contains the MAC address given as a string
-
edit
public NetworkLinkEthernetMacBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetworkLinkEthernetMacBuilder>
-
toBuilder
public NetworkLinkEthernetMacBuilder toBuilder()
-
-