public class RootDeviceHintsFluent<A extends RootDeviceHintsFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
RootDeviceHintsFluent() |
RootDeviceHintsFluent(RootDeviceHints instance) |
public RootDeviceHintsFluent()
public RootDeviceHintsFluent(RootDeviceHints instance)
protected void copyInstance(RootDeviceHints instance)
public String getDeviceName()
public boolean hasDeviceName()
public String getHctl()
public boolean hasHctl()
public Integer getMinSizeGigabytes()
public boolean hasMinSizeGigabytes()
public String getModel()
public boolean hasModel()
public Boolean getRotational()
public boolean hasRotational()
public String getSerialNumber()
public boolean hasSerialNumber()
public String getVendor()
public boolean hasVendor()
public String getWwn()
public boolean hasWwn()
public String getWwnVendorExtension()
public boolean hasWwnVendorExtension()
public String getWwnWithExtension()
public boolean hasWwnWithExtension()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RootDeviceHintsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RootDeviceHintsFluent<A>>public A withRotational()
Copyright © 2015–2024 Red Hat. All rights reserved.