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

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

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

import java.lang.StringBuffer;
import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

public interface V1ServerAddressByClientCIDRFluent> extends Fluent {


    public String getClientCIDR();
    public A withClientCIDR(String clientCIDR);
    public Boolean hasClientCIDR();
    public A withNewClientCIDR(String arg1);
    public A withNewClientCIDR(StringBuilder arg1);
    public A withNewClientCIDR(StringBuffer arg1);
    public String getServerAddress();
    public A withServerAddress(String serverAddress);
    public Boolean hasServerAddress();
    public A withNewServerAddress(String arg1);
    public A withNewServerAddress(StringBuilder arg1);
    public A withNewServerAddress(StringBuffer arg1);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy