Class BIOS
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.BIOS
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<BIOSBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class BIOS extends Object implements io.fabric8.kubernetes.api.builder.Editable<BIOSBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
BIOS describes the BIOS version on the host.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BIOSBuilderedit()Map<String,Object>getAdditionalProperties()StringgetDate()The release/build date for this BIOSStringgetVendor()The vendor name for this BIOSStringgetVersion()The version of the BIOSvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDate(String date)The release/build date for this BIOSvoidsetVendor(String vendor)The vendor name for this BIOSvoidsetVersion(String version)The version of the BIOSBIOSBuildertoBuilder()
-
-
-
Method Detail
-
getDate
public String getDate()
The release/build date for this BIOS
-
setDate
public void setDate(String date)
The release/build date for this BIOS
-
getVendor
public String getVendor()
The vendor name for this BIOS
-
setVendor
public void setVendor(String vendor)
The vendor name for this BIOS
-
getVersion
public String getVersion()
The version of the BIOS
-
setVersion
public void setVersion(String version)
The version of the BIOS
-
edit
public BIOSBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<BIOSBuilder>
-
toBuilder
public BIOSBuilder toBuilder()
-
-