
annotations.io.fabric8.docker.api.model.EndpointSettingsFluent Maven / Gradle / Ivy
package io.fabric8.docker.api.model;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.docker.api.builder.Fluent;
public interface EndpointSettingsFluent> extends Fluent{
public String getEndpointID(); public T withEndpointID( String EndpointID); public String getGateway(); public T withGateway( String Gateway); public String getGlobalIPv6Address(); public T withGlobalIPv6Address( String GlobalIPv6Address); public Integer getGlobalIPv6PrefixLen(); public T withGlobalIPv6PrefixLen( Integer GlobalIPv6PrefixLen); public String getIPAddress(); public T withIPAddress( String IPAddress); public Integer getIPPrefixLen(); public T withIPPrefixLen( Integer IPPrefixLen); public String getIPv6Gateway(); public T withIPv6Gateway( String IPv6Gateway); public String getMacAddress(); public T withMacAddress( String MacAddress); public T addToAdditionalProperties( String key, Object value); public T addToAdditionalProperties( Map map); public T removeFromAdditionalProperties( String key); public T removeFromAdditionalProperties( Map map); public Map getAdditionalProperties(); public T withAdditionalProperties( Map additionalProperties);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy