public class RootDeviceHintsBuilder extends RootDeviceHintsFluentImpl<RootDeviceHintsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RootDeviceHints,RootDeviceHintsBuilder>
| Constructor and Description |
|---|
RootDeviceHintsBuilder() |
RootDeviceHintsBuilder(Boolean validationEnabled) |
RootDeviceHintsBuilder(RootDeviceHints instance) |
RootDeviceHintsBuilder(RootDeviceHints instance,
Boolean validationEnabled) |
RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent) |
RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent,
Boolean validationEnabled) |
RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent,
RootDeviceHints instance) |
RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent,
RootDeviceHints instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
RootDeviceHints |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addToAdditionalProperties, addToAdditionalProperties, getAdditionalProperties, getDeviceName, getHctl, getMinSizeGigabytes, getModel, getRotational, getSerialNumber, getVendor, getWwn, getWwnVendorExtension, getWwnWithExtension, hasAdditionalProperties, hasDeviceName, hasHctl, hasMinSizeGigabytes, hasModel, hasRotational, hasSerialNumber, hasVendor, hasWwn, hasWwnVendorExtension, hasWwnWithExtension, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withDeviceName, withHctl, withMinSizeGigabytes, withModel, withNewDeviceName, withNewHctl, withNewModel, withNewSerialNumber, withNewVendor, withNewWwn, withNewWwnVendorExtension, withNewWwnWithExtension, withRotational, withSerialNumber, withVendor, withWwn, withWwnVendorExtension, withWwnWithExtensionaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic RootDeviceHintsBuilder()
public RootDeviceHintsBuilder(Boolean validationEnabled)
public RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent)
public RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent, Boolean validationEnabled)
public RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent, RootDeviceHints instance)
public RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent, RootDeviceHints instance, Boolean validationEnabled)
public RootDeviceHintsBuilder(RootDeviceHints instance)
public RootDeviceHintsBuilder(RootDeviceHints instance, Boolean validationEnabled)
public RootDeviceHints build()
build in interface io.fabric8.kubernetes.api.builder.Builder<RootDeviceHints>public boolean equals(Object o)
equals in class RootDeviceHintsFluentImpl<RootDeviceHintsBuilder>public int hashCode()
hashCode in class RootDeviceHintsFluentImpl<RootDeviceHintsBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.