io.fabric8.openshift.api.model.installer.v1.NetworkingFluent Maven / Gradle / Ivy
package io.fabric8.openshift.api.model.installer.v1;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonInclude;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.LinkedHashMap;
import java.util.function.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Integer;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;
/**
* Generated
*/
public interface NetworkingFluent> extends Fluent{
public A addToClusterNetwork(int index,ClusterNetworkEntry item);
public A setToClusterNetwork(int index,ClusterNetworkEntry item);
public A addToClusterNetwork(io.fabric8.openshift.api.model.installer.v1.ClusterNetworkEntry... items);
public A addAllToClusterNetwork(Collection items);
public A removeFromClusterNetwork(io.fabric8.openshift.api.model.installer.v1.ClusterNetworkEntry... items);
public A removeAllFromClusterNetwork(Collection items);
public A removeMatchingFromClusterNetwork(Predicate predicate);
/**
* This method has been deprecated, please use method buildClusterNetwork instead.
* @return The buildable object.
*/
@Deprecated
public List getClusterNetwork();
public List buildClusterNetwork();
public ClusterNetworkEntry buildClusterNetwork(int index);
public ClusterNetworkEntry buildFirstClusterNetwork();
public ClusterNetworkEntry buildLastClusterNetwork();
public ClusterNetworkEntry buildMatchingClusterNetwork(Predicate predicate);
public Boolean hasMatchingClusterNetwork(Predicate predicate);
public A withClusterNetwork(List clusterNetwork);
public A withClusterNetwork(io.fabric8.openshift.api.model.installer.v1.ClusterNetworkEntry... clusterNetwork);
public Boolean hasClusterNetwork();
public A addNewClusterNetwork(String cidr,Integer hostPrefix,Integer hostSubnetLength);
public NetworkingFluent.ClusterNetworkNested addNewClusterNetwork();
public NetworkingFluent.ClusterNetworkNested addNewClusterNetworkLike(ClusterNetworkEntry item);
public NetworkingFluent.ClusterNetworkNested setNewClusterNetworkLike(int index,ClusterNetworkEntry item);
public NetworkingFluent.ClusterNetworkNested editClusterNetwork(int index);
public NetworkingFluent.ClusterNetworkNested editFirstClusterNetwork();
public NetworkingFluent.ClusterNetworkNested editLastClusterNetwork();
public NetworkingFluent.ClusterNetworkNested editMatchingClusterNetwork(Predicate predicate);
public A addToDeprecatedClusterNetworks(int index,ClusterNetworkEntry item);
public A setToDeprecatedClusterNetworks(int index,ClusterNetworkEntry item);
public A addToDeprecatedClusterNetworks(io.fabric8.openshift.api.model.installer.v1.ClusterNetworkEntry... items);
public A addAllToDeprecatedClusterNetworks(Collection items);
public A removeFromDeprecatedClusterNetworks(io.fabric8.openshift.api.model.installer.v1.ClusterNetworkEntry... items);
public A removeAllFromDeprecatedClusterNetworks(Collection items);
public A removeMatchingFromDeprecatedClusterNetworks(Predicate predicate);
/**
* This method has been deprecated, please use method buildDeprecatedClusterNetworks instead.
* @return The buildable object.
*/
@Deprecated
public List getDeprecatedClusterNetworks();
public List buildDeprecatedClusterNetworks();
public ClusterNetworkEntry buildDeprecatedClusterNetwork(int index);
public ClusterNetworkEntry buildFirstDeprecatedClusterNetwork();
public ClusterNetworkEntry buildLastDeprecatedClusterNetwork();
public ClusterNetworkEntry buildMatchingDeprecatedClusterNetwork(Predicate predicate);
public Boolean hasMatchingDeprecatedClusterNetwork(Predicate predicate);
public A withDeprecatedClusterNetworks(List deprecatedClusterNetworks);
public A withDeprecatedClusterNetworks(io.fabric8.openshift.api.model.installer.v1.ClusterNetworkEntry... deprecatedClusterNetworks);
public Boolean hasDeprecatedClusterNetworks();
public A addNewDeprecatedClusterNetwork(String cidr,Integer hostPrefix,Integer hostSubnetLength);
public NetworkingFluent.DeprecatedClusterNetworksNested addNewDeprecatedClusterNetwork();
public NetworkingFluent.DeprecatedClusterNetworksNested addNewDeprecatedClusterNetworkLike(ClusterNetworkEntry item);
public NetworkingFluent.DeprecatedClusterNetworksNested setNewDeprecatedClusterNetworkLike(int index,ClusterNetworkEntry item);
public NetworkingFluent.DeprecatedClusterNetworksNested editDeprecatedClusterNetwork(int index);
public NetworkingFluent.DeprecatedClusterNetworksNested editFirstDeprecatedClusterNetwork();
public NetworkingFluent.DeprecatedClusterNetworksNested editLastDeprecatedClusterNetwork();
public NetworkingFluent.DeprecatedClusterNetworksNested editMatchingDeprecatedClusterNetwork(Predicate predicate);
public String getMachineCIDR();
public A withMachineCIDR(String machineCIDR);
public Boolean hasMachineCIDR();
public A addToMachineNetwork(int index,MachineNetworkEntry item);
public A setToMachineNetwork(int index,MachineNetworkEntry item);
public A addToMachineNetwork(io.fabric8.openshift.api.model.installer.v1.MachineNetworkEntry... items);
public A addAllToMachineNetwork(Collection items);
public A removeFromMachineNetwork(io.fabric8.openshift.api.model.installer.v1.MachineNetworkEntry... items);
public A removeAllFromMachineNetwork(Collection items);
public A removeMatchingFromMachineNetwork(Predicate predicate);
/**
* This method has been deprecated, please use method buildMachineNetwork instead.
* @return The buildable object.
*/
@Deprecated
public List getMachineNetwork();
public List buildMachineNetwork();
public MachineNetworkEntry buildMachineNetwork(int index);
public MachineNetworkEntry buildFirstMachineNetwork();
public MachineNetworkEntry buildLastMachineNetwork();
public MachineNetworkEntry buildMatchingMachineNetwork(Predicate predicate);
public Boolean hasMatchingMachineNetwork(Predicate predicate);
public A withMachineNetwork(List machineNetwork);
public A withMachineNetwork(io.fabric8.openshift.api.model.installer.v1.MachineNetworkEntry... machineNetwork);
public Boolean hasMachineNetwork();
public A addNewMachineNetwork(String cidr);
public NetworkingFluent.MachineNetworkNested addNewMachineNetwork();
public NetworkingFluent.MachineNetworkNested addNewMachineNetworkLike(MachineNetworkEntry item);
public NetworkingFluent.MachineNetworkNested setNewMachineNetworkLike(int index,MachineNetworkEntry item);
public NetworkingFluent.MachineNetworkNested editMachineNetwork(int index);
public NetworkingFluent.MachineNetworkNested editFirstMachineNetwork();
public NetworkingFluent.MachineNetworkNested editLastMachineNetwork();
public NetworkingFluent.MachineNetworkNested editMatchingMachineNetwork(Predicate predicate);
public String getNetworkType();
public A withNetworkType(String networkType);
public Boolean hasNetworkType();
public String getServiceCIDR();
public A withServiceCIDR(String serviceCIDR);
public Boolean hasServiceCIDR();
public A addToServiceNetwork(int index,String item);
public A setToServiceNetwork(int index,String item);
public A addToServiceNetwork(java.lang.String... items);
public A addAllToServiceNetwork(Collection items);
public A removeFromServiceNetwork(java.lang.String... items);
public A removeAllFromServiceNetwork(Collection items);
public List getServiceNetwork();
public String getServiceNetwork(int index);
public String getFirstServiceNetwork();
public String getLastServiceNetwork();
public String getMatchingServiceNetwork(Predicate predicate);
public Boolean hasMatchingServiceNetwork(Predicate predicate);
public A withServiceNetwork(List serviceNetwork);
public A withServiceNetwork(java.lang.String... serviceNetwork);
public Boolean hasServiceNetwork();
public String getType();
public A withType(String type);
public Boolean hasType();
public A addToAdditionalProperties(String key,Object value);
public A addToAdditionalProperties(Map map);
public A removeFromAdditionalProperties(String key);
public A removeFromAdditionalProperties(Map map);
public Map getAdditionalProperties();
public A withAdditionalProperties(Map additionalProperties);
public Boolean hasAdditionalProperties();
public interface ClusterNetworkNested extends Nested,ClusterNetworkEntryFluent>{
public N and();
public N endClusterNetwork();
}
public interface DeprecatedClusterNetworksNested extends Nested,ClusterNetworkEntryFluent>{
public N and();
public N endDeprecatedClusterNetwork();
}
public interface MachineNetworkNested extends Nested,MachineNetworkEntryFluent>{
public N and();
public N endMachineNetwork();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy