Class GCPGPUConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1beta1.GCPGPUConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GCPGPUConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GCPGPUConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<GCPGPUConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GCPGPUConfig()No args constructor for use in serializationGCPGPUConfig(Integer count, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GCPGPUConfigBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetCount()StringgetType()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCount(Integer count)voidsetType(String type)GCPGPUConfigBuildertoBuilder()
-
-
-
Method Detail
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer count)
-
getType
public String getType()
-
setType
public void setType(String type)
-
edit
public GCPGPUConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GCPGPUConfigBuilder>
-
toBuilder
public GCPGPUConfigBuilder toBuilder()
-
-