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

me.snowdrop.istio.api.model.v1.routing.ThrottleFluent Maven / Gradle / Ivy

package me.snowdrop.istio.api.model.v1.routing;

import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Nested;
import com.fasterxml.jackson.databind.JsonSerializer;
import java.lang.String;
import com.fasterxml.jackson.databind.JsonDeserializer;
import java.lang.Deprecated;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.SerializerProvider;
import java.lang.Boolean;
import java.lang.Override;
import com.fasterxml.jackson.core.JsonParser;
import me.snowdrop.istio.api.model.DurationFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import me.snowdrop.istio.api.model.Duration;
import java.lang.Double;
import java.lang.Integer;
import javax.validation.Valid;
import java.lang.Long;
import java.lang.Object;
import java.util.Map;
import me.snowdrop.istio.api.model.DurationBuilder;

public interface ThrottleFluent> extends Fluent{


    public Object getThrottleAfter();
    public A withThrottleAfter(Object throttleAfter);
    public Boolean hasThrottleAfter();
    public Long getDownstreamLimitBps();
    public A withDownstreamLimitBps(Long downstreamLimitBps);
    public Boolean hasDownstreamLimitBps();
    public A withNewDownstreamLimitBps(String arg1);
    public A withNewDownstreamLimitBps(long arg1);
    public Double getPercent();
    public A withPercent(Double percent);
    public Boolean hasPercent();
    public A withNewPercent(double arg1);
    public A withNewPercent(String arg1);
    
/**
 * This method has been deprecated, please use method buildThrottleForPeriod instead.
 */
@Deprecated public Duration getThrottleForPeriod();
    public Duration buildThrottleForPeriod();
    public A withThrottleForPeriod(Duration throttleForPeriod);
    public Boolean hasThrottleForPeriod();
    public A withNewThrottleForPeriod(Integer nanos,Long seconds);
    public ThrottleFluent.ThrottleForPeriodNested withNewThrottleForPeriod();
    public ThrottleFluent.ThrottleForPeriodNested withNewThrottleForPeriodLike(Duration item);
    public ThrottleFluent.ThrottleForPeriodNested editThrottleForPeriod();
    public ThrottleFluent.ThrottleForPeriodNested editOrNewThrottleForPeriod();
    public ThrottleFluent.ThrottleForPeriodNested editOrNewThrottleForPeriodLike(Duration item);
    public Long getUpstreamLimitBps();
    public A withUpstreamLimitBps(Long upstreamLimitBps);
    public Boolean hasUpstreamLimitBps();
    public A withNewUpstreamLimitBps(String arg1);
    public A withNewUpstreamLimitBps(long arg1);

    public interface ThrottleForPeriodNested extends io.fabric8.kubernetes.api.builder.Nested,DurationFluent>{

        
    public N and();    public N endThrottleForPeriod();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy