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

io.fabric8.openshift.api.model.installer.baremetal.v1.HostFluent Maven / Gradle / Ivy

package io.fabric8.openshift.api.model.installer.baremetal.v1;

import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

 /**
  * Generated
  */
public interface HostFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildBmc instead.
   * @return The buildable object.
   */
  @Deprecated
  public BMC getBmc();
  public BMC buildBmc();
  public A withBmc(BMC bmc);
  public Boolean hasBmc();
  public A withNewBmc(String address,Boolean disableCertificateVerification,String password,String username);
  public HostFluent.BmcNested withNewBmc();
  public HostFluent.BmcNested withNewBmcLike(BMC item);
  public HostFluent.BmcNested editBmc();
  public HostFluent.BmcNested editOrNewBmc();
  public HostFluent.BmcNested editOrNewBmcLike(BMC item);
  public String getBootMACAddress();
  public A withBootMACAddress(String bootMACAddress);
  public Boolean hasBootMACAddress();
  public String getBootMode();
  public A withBootMode(String bootMode);
  public Boolean hasBootMode();
  public String getHardwareProfile();
  public A withHardwareProfile(String hardwareProfile);
  public Boolean hasHardwareProfile();
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  public String getNetworkConfig();
  public A withNetworkConfig(String networkConfig);
  public Boolean hasNetworkConfig();
  public String getRole();
  public A withRole(String role);
  public Boolean hasRole();
  
  /**
   * This method has been deprecated, please use method buildRootDeviceHints instead.
   * @return The buildable object.
   */
  @Deprecated
  public RootDeviceHints getRootDeviceHints();
  public RootDeviceHints buildRootDeviceHints();
  public A withRootDeviceHints(RootDeviceHints rootDeviceHints);
  public Boolean hasRootDeviceHints();
  public HostFluent.RootDeviceHintsNested withNewRootDeviceHints();
  public HostFluent.RootDeviceHintsNested withNewRootDeviceHintsLike(RootDeviceHints item);
  public HostFluent.RootDeviceHintsNested editRootDeviceHints();
  public HostFluent.RootDeviceHintsNested editOrNewRootDeviceHints();
  public HostFluent.RootDeviceHintsNested editOrNewRootDeviceHintsLike(RootDeviceHints item);
  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 BmcNested extends Nested,BMCFluent>{
    public N and();
    public N endBmc();
    
  }
  public interface RootDeviceHintsNested extends Nested,RootDeviceHintsFluent>{
    public N and();
    public N endRootDeviceHints();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy