public class DiskFillSpecFluentImpl<A extends DiskFillSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DiskFillSpecFluent<A>
| Constructor and Description |
|---|
DiskFillSpecFluentImpl() |
DiskFillSpecFluentImpl(DiskFillSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getFillByFallocate() |
String |
getPath() |
String |
getSize() |
Boolean |
hasFillByFallocate() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasSize() |
String |
toString() |
A |
withFillByFallocate() |
A |
withFillByFallocate(Boolean fillByFallocate) |
A |
withPath(String path) |
A |
withSize(String size) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DiskFillSpecFluentImpl()
public DiskFillSpecFluentImpl(DiskFillSpec instance)
public Boolean getFillByFallocate()
getFillByFallocate in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public A withFillByFallocate(Boolean fillByFallocate)
withFillByFallocate in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public Boolean hasFillByFallocate()
hasFillByFallocate in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public String getPath()
getPath in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public A withPath(String path)
withPath in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public Boolean hasPath()
hasPath in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public String getSize()
getSize in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public A withSize(String size)
withSize in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public Boolean hasSize()
hasSize in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DiskFillSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DiskFillSpecFluent<A>>public A withFillByFallocate()
withFillByFallocate in interface DiskFillSpecFluent<A extends DiskFillSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.