Package kubevirt.io
Class V1GPU
java.lang.Object
kubevirt.io.V1GPU
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1GPU
extends Object
V1GPU
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeviceName(String deviceName) booleanGet deviceNamegetName()Name of the GPU device as exposed by a device plugininthashCode()voidsetDeviceName(String deviceName) voidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
deviceName
-
name
-
-
Constructor Details
-
V1GPU
public V1GPU()
-
-
Method Details
-
deviceName
-
getDeviceName
Get deviceName- Returns:
- deviceName
-
setDeviceName
-
name
-
getName
Name of the GPU device as exposed by a device plugin- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-