Class VdpaDeviceFluent<A extends VdpaDeviceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.VdpaDeviceFluent<A>
-
- Direct Known Subclasses:
DeviceInfoFluent.VdpaNested,VdpaDeviceBuilder
public class VdpaDeviceFluent<A extends VdpaDeviceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VdpaDeviceFluent()VdpaDeviceFluent(VdpaDevice instance)
-
Method Summary
-
-
-
Constructor Detail
-
VdpaDeviceFluent
public VdpaDeviceFluent()
-
VdpaDeviceFluent
public VdpaDeviceFluent(VdpaDevice instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VdpaDevice instance)
-
getDriver
public String getDriver()
-
hasDriver
public boolean hasDriver()
-
getParentDevice
public String getParentDevice()
-
hasParentDevice
public boolean hasParentDevice()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getPciAddress
public String getPciAddress()
-
hasPciAddress
public boolean hasPciAddress()
-
getPfPciAddress
public String getPfPciAddress()
-
hasPfPciAddress
public boolean hasPfPciAddress()
-
getRepresentorDevice
public String getRepresentorDevice()
-
hasRepresentorDevice
public boolean hasRepresentorDevice()
-
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 VdpaDeviceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VdpaDeviceFluent<A>>
-
-