Class FeaturesMigration
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.FeaturesMigration
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<FeaturesMigrationBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class FeaturesMigration extends Object implements io.fabric8.kubernetes.api.builder.Editable<FeaturesMigrationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeaturesMigration()No args constructor for use in serializationFeaturesMigration(Boolean egressFirewall, Boolean egressIP, Boolean multicast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeaturesMigrationBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetEgressFirewall()egressFirewall specified whether or not the Egress Firewall configuration was migrated.BooleangetEgressIP()egressIP specified whether or not the Egress IP configuration was migrated.BooleangetMulticast()multicast specified whether or not the multicast configuration was migrated.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEgressFirewall(Boolean egressFirewall)egressFirewall specified whether or not the Egress Firewall configuration was migrated.voidsetEgressIP(Boolean egressIP)egressIP specified whether or not the Egress IP configuration was migrated.voidsetMulticast(Boolean multicast)multicast specified whether or not the multicast configuration was migrated.FeaturesMigrationBuildertoBuilder()
-
-
-
Method Detail
-
getEgressFirewall
public Boolean getEgressFirewall()
egressFirewall specified whether or not the Egress Firewall configuration was migrated. DEPRECATED: network type migration is no longer supported.
-
setEgressFirewall
public void setEgressFirewall(Boolean egressFirewall)
egressFirewall specified whether or not the Egress Firewall configuration was migrated. DEPRECATED: network type migration is no longer supported.
-
getEgressIP
public Boolean getEgressIP()
egressIP specified whether or not the Egress IP configuration was migrated. DEPRECATED: network type migration is no longer supported.
-
setEgressIP
public void setEgressIP(Boolean egressIP)
egressIP specified whether or not the Egress IP configuration was migrated. DEPRECATED: network type migration is no longer supported.
-
getMulticast
public Boolean getMulticast()
multicast specified whether or not the multicast configuration was migrated. DEPRECATED: network type migration is no longer supported.
-
setMulticast
public void setMulticast(Boolean multicast)
multicast specified whether or not the multicast configuration was migrated. DEPRECATED: network type migration is no longer supported.
-
edit
public FeaturesMigrationBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FeaturesMigrationBuilder>
-
toBuilder
public FeaturesMigrationBuilder toBuilder()
-
-