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

io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSourceFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1ISCSIPersistentVolumeSourceFluent> extends Fluent{
  public Boolean getChapAuthDiscovery();
  public A withChapAuthDiscovery(Boolean chapAuthDiscovery);
  public Boolean hasChapAuthDiscovery();
  public Boolean getChapAuthSession();
  public A withChapAuthSession(Boolean chapAuthSession);
  public Boolean hasChapAuthSession();
  public String getFsType();
  public A withFsType(String fsType);
  public Boolean hasFsType();
  public String getInitiatorName();
  public A withInitiatorName(String initiatorName);
  public Boolean hasInitiatorName();
  public String getIqn();
  public A withIqn(String iqn);
  public Boolean hasIqn();
  public String getIscsiInterface();
  public A withIscsiInterface(String iscsiInterface);
  public Boolean hasIscsiInterface();
  public Integer getLun();
  public A withLun(Integer lun);
  public Boolean hasLun();
  public A addToPortals(Integer index,String item);
  public A setToPortals(Integer index,String item);
  public A addToPortals(java.lang.String... items);
  public A addAllToPortals(Collection items);
  public A removeFromPortals(java.lang.String... items);
  public A removeAllFromPortals(Collection items);
  public List getPortals();
  public String getPortal(Integer index);
  public String getFirstPortal();
  public String getLastPortal();
  public String getMatchingPortal(Predicate predicate);
  public Boolean hasMatchingPortal(Predicate predicate);
  public A withPortals(List portals);
  public A withPortals(java.lang.String... portals);
  public Boolean hasPortals();
  public Boolean getReadOnly();
  public A withReadOnly(Boolean readOnly);
  public Boolean hasReadOnly();
  
  /**
   * This method has been deprecated, please use method buildSecretRef instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1SecretReference getSecretRef();
  public V1SecretReference buildSecretRef();
  public A withSecretRef(V1SecretReference secretRef);
  public Boolean hasSecretRef();
  public V1ISCSIPersistentVolumeSourceFluent.SecretRefNested withNewSecretRef();
  public V1ISCSIPersistentVolumeSourceFluent.SecretRefNested withNewSecretRefLike(V1SecretReference item);
  public V1ISCSIPersistentVolumeSourceFluent.SecretRefNested editSecretRef();
  public V1ISCSIPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
  public V1ISCSIPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(V1SecretReference item);
  public String getTargetPortal();
  public A withTargetPortal(String targetPortal);
  public Boolean hasTargetPortal();
  public A withChapAuthDiscovery();
  public A withChapAuthSession();
  public A withReadOnly();
  public interface SecretRefNested extends Nested,V1SecretReferenceFluent>{
    public N and();
    public N endSecretRef();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy