public class FeaturesMigrationFluent<A extends FeaturesMigrationFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
FeaturesMigrationFluent() |
FeaturesMigrationFluent(FeaturesMigration instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(FeaturesMigration instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getEgressFirewall() |
Boolean |
getEgressIP() |
Boolean |
getMulticast() |
boolean |
hasAdditionalProperties() |
boolean |
hasEgressFirewall() |
boolean |
hasEgressIP() |
int |
hashCode() |
boolean |
hasMulticast() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEgressFirewall() |
A |
withEgressFirewall(Boolean egressFirewall) |
A |
withEgressIP() |
A |
withEgressIP(Boolean egressIP) |
A |
withMulticast() |
A |
withMulticast(Boolean multicast) |
public FeaturesMigrationFluent()
public FeaturesMigrationFluent(FeaturesMigration instance)
protected void copyInstance(FeaturesMigration instance)
public Boolean getEgressFirewall()
public boolean hasEgressFirewall()
public Boolean getEgressIP()
public boolean hasEgressIP()
public Boolean getMulticast()
public boolean hasMulticast()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FeaturesMigrationFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FeaturesMigrationFluent<A>>public A withEgressFirewall()
public A withEgressIP()
public A withMulticast()
Copyright © 2015–2023 Red Hat. All rights reserved.