Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
annotations.io.fabric8.docker.api.model.EditableInfo Maven / Gradle / Ivy
package io.fabric8.docker.api.model;
import java.util.ArrayList;
import java.util.RandomAccess;
import io.fabric8.docker.api.builder.Editable;
import java.util.List;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.io.Serializable;
import java.util.List;
import java.util.Collection;
public class EditableInfo extends Info implements Editable{
public EditableInfo(){
super();
}
public EditableInfo( Boolean BridgeNfIp6tables , Boolean BridgeNfIptables , String ClusterAdvertise , String ClusterStore , Integer Containers , Boolean CpuCfsPeriod , Boolean CpuCfsQuota , Boolean Debug , String DockerRootDir , String Driver , List DriverStatus , String ExecutionDriver , Boolean ExperimentalBuild , String HttpProxy , String HttpsProxy , String ID , Boolean IPv4Forwarding , Integer Images , String IndexServerAddress , String InitPath , String InitSha1 , String KernelVersion , List Labels , String LoggingDriver , Long MemTotal , Boolean MemoryLimit , Integer NCPU , Integer NEventsListener , Integer NFd , Integer NGoroutines , String Name , String NoProxy , Boolean OomKillDisable , String OperatingSystem , ServiceConfig RegistryConfig , String ServerVersion , Boolean SwapLimit , String SystemTime ){
super(BridgeNfIp6tables, BridgeNfIptables, ClusterAdvertise, ClusterStore, Containers, CpuCfsPeriod, CpuCfsQuota, Debug, DockerRootDir, Driver, DriverStatus, ExecutionDriver, ExperimentalBuild, HttpProxy, HttpsProxy, ID, IPv4Forwarding, Images, IndexServerAddress, InitPath, InitSha1, KernelVersion, Labels, LoggingDriver, MemTotal, MemoryLimit, NCPU, NEventsListener, NFd, NGoroutines, Name, NoProxy, OomKillDisable, OperatingSystem, RegistryConfig, ServerVersion, SwapLimit, SystemTime);
}
public InfoBuilder edit(){
return new InfoBuilder(this);
}
}