public class EgressNetworkPolicyPeerFluentImpl<A extends EgressNetworkPolicyPeerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EgressNetworkPolicyPeerFluent<A>
| Constructor and Description |
|---|
EgressNetworkPolicyPeerFluentImpl() |
EgressNetworkPolicyPeerFluentImpl(EgressNetworkPolicyPeer instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCidrSelector() |
String |
getDnsName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCidrSelector() |
Boolean |
hasDnsName() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCidrSelector(String cidrSelector) |
A |
withDnsName(String dnsName) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic EgressNetworkPolicyPeerFluentImpl()
public EgressNetworkPolicyPeerFluentImpl(EgressNetworkPolicyPeer instance)
public String getCidrSelector()
getCidrSelector in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public A withCidrSelector(String cidrSelector)
withCidrSelector in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public Boolean hasCidrSelector()
hasCidrSelector in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public String getDnsName()
getDnsName in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public A withDnsName(String dnsName)
withDnsName in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public Boolean hasDnsName()
hasDnsName in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface EgressNetworkPolicyPeerFluent<A extends EgressNetworkPolicyPeerFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EgressNetworkPolicyPeerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EgressNetworkPolicyPeerFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.