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

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

There is a newer version: 1.0.15
Show newest version
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);
}


}