Class PciDeviceFluent<A extends PciDeviceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.PciDeviceFluent<A>
-
- Direct Known Subclasses:
DeviceInfoFluent.PciNested,PciDeviceBuilder
public class PciDeviceFluent<A extends PciDeviceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PciDeviceFluent()PciDeviceFluent(PciDevice instance)
-
Method Summary
-
-
-
Constructor Detail
-
PciDeviceFluent
public PciDeviceFluent()
-
PciDeviceFluent
public PciDeviceFluent(PciDevice instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PciDevice instance)
-
getPciAddress
public String getPciAddress()
-
hasPciAddress
public boolean hasPciAddress()
-
getPfPciAddress
public String getPfPciAddress()
-
hasPfPciAddress
public boolean hasPfPciAddress()
-
getRdmaDevice
public String getRdmaDevice()
-
hasRdmaDevice
public boolean hasRdmaDevice()
-
getRepresentorDevice
public String getRepresentorDevice()
-
hasRepresentorDevice
public boolean hasRepresentorDevice()
-
getVhostNet
public String getVhostNet()
-
hasVhostNet
public boolean hasVhostNet()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PciDeviceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PciDeviceFluent<A>>
-
-