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

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

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

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

public class EditableEndpointResource extends EndpointResource implements Editable{


public EditableEndpointResource(){
    super();
}
public EditableEndpointResource( String EndpointID , String IPv4Address , String IPv6Address , String MacAddress ){
    super(EndpointID, IPv4Address, IPv6Address, MacAddress);
}

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


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy