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

annotations.io.fabric8.docker.api.model.EditableDefaultNetworkSettings Maven / Gradle / Ivy

There is a newer version: 1.0.15
Show newest version
package io.fabric8.docker.api.model;

import io.fabric8.docker.api.builder.Editable;
import java.io.Serializable;

public class EditableDefaultNetworkSettings extends DefaultNetworkSettings implements Editable{


public EditableDefaultNetworkSettings(){
    super();
}
public EditableDefaultNetworkSettings( String EndpointID , String Gateway , String GlobalIPv6Address , Integer GlobalIPv6PrefixLen , String IPAddress , Integer IPPrefixLen , String IPv6Gateway , String MacAddress ){
    super(EndpointID, Gateway, GlobalIPv6Address, GlobalIPv6PrefixLen, IPAddress, IPPrefixLen, IPv6Gateway, MacAddress);
}

public DefaultNetworkSettingsBuilder edit(){
    return new DefaultNetworkSettingsBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy