Class NetworkMigration
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.NetworkMigration
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NetworkMigrationBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NetworkMigration extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetworkMigrationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NetworkMigration represents the cluster network migration configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkMigration()No args constructor for use in serializationNetworkMigration(FeaturesMigration features, String mode, MTUMigration mtu, String networkType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkMigrationBuilderedit()Map<String,Object>getAdditionalProperties()FeaturesMigrationgetFeatures()NetworkMigration represents the cluster network migration configuration.StringgetMode()mode indicates the mode of network type migration.MTUMigrationgetMtu()NetworkMigration represents the cluster network migration configuration.StringgetNetworkType()networkType was previously used when changing the default network type.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetFeatures(FeaturesMigration features)NetworkMigration represents the cluster network migration configuration.voidsetMode(String mode)mode indicates the mode of network type migration.voidsetMtu(MTUMigration mtu)NetworkMigration represents the cluster network migration configuration.voidsetNetworkType(String networkType)networkType was previously used when changing the default network type.NetworkMigrationBuildertoBuilder()
-
-
-
Constructor Detail
-
NetworkMigration
public NetworkMigration()
No args constructor for use in serialization
-
NetworkMigration
public NetworkMigration(FeaturesMigration features, String mode, MTUMigration mtu, String networkType)
-
-
Method Detail
-
getFeatures
public FeaturesMigration getFeatures()
NetworkMigration represents the cluster network migration configuration.
-
setFeatures
public void setFeatures(FeaturesMigration features)
NetworkMigration represents the cluster network migration configuration.
-
getMode
public String getMode()
mode indicates the mode of network type migration. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
-
setMode
public void setMode(String mode)
mode indicates the mode of network type migration. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
-
getMtu
public MTUMigration getMtu()
NetworkMigration represents the cluster network migration configuration.
-
setMtu
public void setMtu(MTUMigration mtu)
NetworkMigration represents the cluster network migration configuration.
-
getNetworkType
public String getNetworkType()
networkType was previously used when changing the default network type. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
-
setNetworkType
public void setNetworkType(String networkType)
networkType was previously used when changing the default network type. DEPRECATED: network type migration is no longer supported, and setting this to a non-empty value will result in the network operator rejecting the configuration.
-
edit
public NetworkMigrationBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetworkMigrationBuilder>
-
toBuilder
public NetworkMigrationBuilder toBuilder()
-
-