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

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

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

import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.docker.api.builder.Nested;
import io.fabric8.docker.api.builder.Fluent;

public interface CPUStatsFluent> extends Fluent{


    public CPUUsage getCpuUsage();    public T withCpuUsage( CPUUsage cpuUsage);    public CpuUsageNested withNewCpuUsage();    public CpuUsageNested withNewCpuUsageLike( CPUUsage item);    public CpuUsageNested editCpuUsage();    public Long getSystemCpuUsage();    public T withSystemCpuUsage( Long systemCpuUsage);    public ThrottlingData getThrottlingData();    public T withThrottlingData( ThrottlingData throttlingData);    public ThrottlingDataNested withNewThrottlingData();    public ThrottlingDataNested withNewThrottlingDataLike( ThrottlingData item);    public ThrottlingDataNested editThrottlingData();    public T withNewThrottlingData( Long periods,  Long throttledPeriods,  Long throttledTime);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface CpuUsageNested extends Nested,CPUUsageFluent>{
            public N endCpuUsage();            public N and();        
}

    public interface ThrottlingDataNested extends Nested,ThrottlingDataFluent>{
            public N and();            public N endThrottlingData();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy