public interface HardwareRAIDVolumeFluent<A extends HardwareRAIDVolumeFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLevel() |
String |
getName() |
Integer |
getNumberOfPhysicalDisks() |
Boolean |
getRotational() |
Integer |
getSizeGibibytes() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasLevel() |
Boolean |
hasName() |
Boolean |
hasNumberOfPhysicalDisks() |
Boolean |
hasRotational() |
Boolean |
hasSizeGibibytes() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLevel(String level) |
A |
withName(String name) |
A |
withNumberOfPhysicalDisks(Integer numberOfPhysicalDisks) |
A |
withRotational() |
A |
withRotational(Boolean rotational) |
A |
withSizeGibibytes(Integer sizeGibibytes) |
String getLevel()
Boolean hasLevel()
String getName()
Boolean hasName()
Integer getNumberOfPhysicalDisks()
Boolean hasNumberOfPhysicalDisks()
Boolean getRotational()
Boolean hasRotational()
Integer getSizeGibibytes()
Boolean hasSizeGibibytes()
Boolean hasAdditionalProperties()
A withRotational()
Copyright © 2015–2023 Red Hat. All rights reserved.