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

annotations.me.snowdrop.servicecatalog.api.model.ClusterServiceBrokerSpecFluent Maven / Gradle / Ivy

The newest version!
package me.snowdrop.servicecatalog.api.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Long;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface ClusterServiceBrokerSpecFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildAuthInfo instead.
 * @return The buildable object.
 */
@Deprecated public ClusterServiceBrokerAuthInfo getAuthInfo();
    public ClusterServiceBrokerAuthInfo buildAuthInfo();
    public A withAuthInfo(ClusterServiceBrokerAuthInfo authInfo);
    public Boolean hasAuthInfo();
    public ClusterServiceBrokerSpecFluent.AuthInfoNested withNewAuthInfo();
    public ClusterServiceBrokerSpecFluent.AuthInfoNested withNewAuthInfoLike(ClusterServiceBrokerAuthInfo item);
    public ClusterServiceBrokerSpecFluent.AuthInfoNested editAuthInfo();
    public ClusterServiceBrokerSpecFluent.AuthInfoNested editOrNewAuthInfo();
    public ClusterServiceBrokerSpecFluent.AuthInfoNested editOrNewAuthInfoLike(ClusterServiceBrokerAuthInfo item);
    public String getCaBundle();
    public A withCaBundle(String caBundle);
    public Boolean hasCaBundle();
    public A withNewCaBundle(String arg1);
    public A withNewCaBundle(StringBuilder arg1);
    public A withNewCaBundle(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildCatalogRestrictions instead.
 * @return The buildable object.
 */
@Deprecated public CatalogRestrictions getCatalogRestrictions();
    public CatalogRestrictions buildCatalogRestrictions();
    public A withCatalogRestrictions(CatalogRestrictions catalogRestrictions);
    public Boolean hasCatalogRestrictions();
    public ClusterServiceBrokerSpecFluent.CatalogRestrictionsNested withNewCatalogRestrictions();
    public ClusterServiceBrokerSpecFluent.CatalogRestrictionsNested withNewCatalogRestrictionsLike(CatalogRestrictions item);
    public ClusterServiceBrokerSpecFluent.CatalogRestrictionsNested editCatalogRestrictions();
    public ClusterServiceBrokerSpecFluent.CatalogRestrictionsNested editOrNewCatalogRestrictions();
    public ClusterServiceBrokerSpecFluent.CatalogRestrictionsNested editOrNewCatalogRestrictionsLike(CatalogRestrictions item);
    public Boolean isInsecureSkipTLSVerify();
    public A withInsecureSkipTLSVerify(Boolean insecureSkipTLSVerify);
    public Boolean hasInsecureSkipTLSVerify();
    public A withNewInsecureSkipTLSVerify(String arg1);
    public A withNewInsecureSkipTLSVerify(boolean arg1);
    public String getRelistBehavior();
    public A withRelistBehavior(String relistBehavior);
    public Boolean hasRelistBehavior();
    public A withNewRelistBehavior(String arg1);
    public A withNewRelistBehavior(StringBuilder arg1);
    public A withNewRelistBehavior(StringBuffer arg1);
    public String getRelistDuration();
    public A withRelistDuration(String relistDuration);
    public Boolean hasRelistDuration();
    public A withNewRelistDuration(String arg1);
    public A withNewRelistDuration(StringBuilder arg1);
    public A withNewRelistDuration(StringBuffer arg1);
    public Long getRelistRequests();
    public A withRelistRequests(Long relistRequests);
    public Boolean hasRelistRequests();
    public String getUrl();
    public A withUrl(String url);
    public Boolean hasUrl();
    public A withNewUrl(String arg1);
    public A withNewUrl(StringBuilder arg1);
    public A withNewUrl(StringBuffer arg1);

    public interface AuthInfoNested extends io.fabric8.kubernetes.api.builder.Nested,ClusterServiceBrokerAuthInfoFluent>{

        
    public N and();    public N endAuthInfo();
}
    public interface CatalogRestrictionsNested extends io.fabric8.kubernetes.api.builder.Nested,CatalogRestrictionsFluent>{

        
    public N and();    public N endCatalogRestrictions();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy