Class EgressRouterInterface
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.network.v1.EgressRouterInterface
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<EgressRouterInterfaceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class EgressRouterInterface extends Object implements io.fabric8.kubernetes.api.builder.Editable<EgressRouterInterfaceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
EgressRouterInterface contains the configuration of interface to create/use.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EgressRouterInterface()No args constructor for use in serializationEgressRouterInterface(MacvlanConfig macvlan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EgressRouterInterfaceBuilderedit()Map<String,Object>getAdditionalProperties()MacvlanConfiggetMacvlan()EgressRouterInterface contains the configuration of interface to create/use.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetMacvlan(MacvlanConfig macvlan)EgressRouterInterface contains the configuration of interface to create/use.EgressRouterInterfaceBuildertoBuilder()
-
-
-
Constructor Detail
-
EgressRouterInterface
public EgressRouterInterface()
No args constructor for use in serialization
-
EgressRouterInterface
public EgressRouterInterface(MacvlanConfig macvlan)
-
-
Method Detail
-
getMacvlan
public MacvlanConfig getMacvlan()
EgressRouterInterface contains the configuration of interface to create/use.
-
setMacvlan
public void setMacvlan(MacvlanConfig macvlan)
EgressRouterInterface contains the configuration of interface to create/use.
-
edit
public EgressRouterInterfaceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<EgressRouterInterfaceBuilder>
-
toBuilder
public EgressRouterInterfaceBuilder toBuilder()
-
-