Class DefaultNetworkDefinition
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.DefaultNetworkDefinition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<DefaultNetworkDefinitionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class DefaultNetworkDefinition extends Object implements io.fabric8.kubernetes.api.builder.Editable<DefaultNetworkDefinitionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultNetworkDefinition()No args constructor for use in serializationDefaultNetworkDefinition(OpenShiftSDNConfig openshiftSDNConfig, OVNKubernetesConfig ovnKubernetesConfig, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultNetworkDefinitionBuilderedit()Map<String,Object>getAdditionalProperties()OpenShiftSDNConfiggetOpenshiftSDNConfig()DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.OVNKubernetesConfiggetOvnKubernetesConfig()DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.StringgetType()type is the type of network All NetworkTypes are supported except for NetworkTypeRawvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetOpenshiftSDNConfig(OpenShiftSDNConfig openshiftSDNConfig)DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.voidsetOvnKubernetesConfig(OVNKubernetesConfig ovnKubernetesConfig)DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.voidsetType(String type)type is the type of network All NetworkTypes are supported except for NetworkTypeRawDefaultNetworkDefinitionBuildertoBuilder()
-
-
-
Constructor Detail
-
DefaultNetworkDefinition
public DefaultNetworkDefinition()
No args constructor for use in serialization
-
DefaultNetworkDefinition
public DefaultNetworkDefinition(OpenShiftSDNConfig openshiftSDNConfig, OVNKubernetesConfig ovnKubernetesConfig, String type)
-
-
Method Detail
-
getOpenshiftSDNConfig
public OpenShiftSDNConfig getOpenshiftSDNConfig()
DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
-
setOpenshiftSDNConfig
public void setOpenshiftSDNConfig(OpenShiftSDNConfig openshiftSDNConfig)
DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
-
getOvnKubernetesConfig
public OVNKubernetesConfig getOvnKubernetesConfig()
DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
-
setOvnKubernetesConfig
public void setOvnKubernetesConfig(OVNKubernetesConfig ovnKubernetesConfig)
DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
-
getType
public String getType()
type is the type of network All NetworkTypes are supported except for NetworkTypeRaw
-
setType
public void setType(String type)
type is the type of network All NetworkTypes are supported except for NetworkTypeRaw
-
edit
public DefaultNetworkDefinitionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<DefaultNetworkDefinitionBuilder>
-
toBuilder
public DefaultNetworkDefinitionBuilder toBuilder()
-
-