public interface UlimitFluent<A extends UlimitFluent<A>> extends io.fabric8.docker.api.builder.Fluent<A>
Long
getHard()
String
getName()
getSoft()
Boolean
hasHard()
hasName()
hasSoft()
A
withHard(Long Hard)
withName(String Name)
withSoft(Long Soft)
Long getHard()
A withHard(Long Hard)
Boolean hasHard()
String getName()
A withName(String Name)
Boolean hasName()
Long getSoft()
A withSoft(Long Soft)
Boolean hasSoft()
Copyright © 2015–2017 Red Hat. All rights reserved.