
annotations.io.fabric8.docker.api.model.EditableContainerInspect Maven / Gradle / Ivy
package io.fabric8.docker.api.model;
import java.util.ArrayList;
import java.util.RandomAccess;
import java.util.List;
import java.util.List;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.io.Serializable;
import java.util.Collection;
import io.fabric8.docker.api.builder.Editable;
public class EditableContainerInspect extends ContainerInspect implements Editable{
public EditableContainerInspect(){
super();
}
public EditableContainerInspect( String AppArmorProfile , List Args , String Created , String Driver , String ExecDriver , List ExecIDs , GraphDriverData GraphDriver , HostConfig HostConfig , String HostnamePath , String HostsPath , String Id , String Image , String LogPath , String MountLabel , String Name , String Path , String ProcessLabel , String ResolvConfPath , Integer RestartCount , Long SizeRootFs , Long SizeRw , ContainerState State , Config config , List mounts , NetworkSettings networkSettings ){
super(AppArmorProfile, Args, Created, Driver, ExecDriver, ExecIDs, GraphDriver, HostConfig, HostnamePath, HostsPath, Id, Image, LogPath, MountLabel, Name, Path, ProcessLabel, ResolvConfPath, RestartCount, SizeRootFs, SizeRw, State, config, mounts, networkSettings);
}
public ContainerInspectBuilder edit(){
return new ContainerInspectBuilder(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy