Class NetworkMigration
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.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 network migration status.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkMigration()No args constructor for use in serializationNetworkMigration(MTUMigration mtu, String networkType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkMigrationBuilderedit()Map<String,Object>getAdditionalProperties()MTUMigrationgetMtu()NetworkMigration represents the network migration status.StringgetNetworkType()networkType is the target plugin that is being deployed.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetMtu(MTUMigration mtu)NetworkMigration represents the network migration status.voidsetNetworkType(String networkType)networkType is the target plugin that is being deployed.NetworkMigrationBuildertoBuilder()
-
-
-
Constructor Detail
-
NetworkMigration
public NetworkMigration()
No args constructor for use in serialization
-
NetworkMigration
public NetworkMigration(MTUMigration mtu, String networkType)
-
-
Method Detail
-
getMtu
public MTUMigration getMtu()
NetworkMigration represents the network migration status.
-
setMtu
public void setMtu(MTUMigration mtu)
NetworkMigration represents the network migration status.
-
getNetworkType
public String getNetworkType()
networkType is the target plugin that is being deployed. DEPRECATED: network type migration is no longer supported, so this should always be unset.
-
setNetworkType
public void setNetworkType(String networkType)
networkType is the target plugin that is being deployed. DEPRECATED: network type migration is no longer supported, so this should always be unset.
-
edit
public NetworkMigrationBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetworkMigrationBuilder>
-
toBuilder
public NetworkMigrationBuilder toBuilder()
-
-