All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy