Class OSImage
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.azure.v1.OSImage
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<OSImageBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class OSImage extends Object implements io.fabric8.kubernetes.api.builder.Editable<OSImageBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
OSImage is the image to use for the OS of a machine.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OSImageBuilderedit()Map<String,Object>getAdditionalProperties()StringgetOffer()Offer is the offer of the image.StringgetPublisher()Publisher is the publisher of the image.StringgetSku()SKU is the SKU of the image.StringgetVersion()Version is the version of the image.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetOffer(String offer)Offer is the offer of the image.voidsetPublisher(String publisher)Publisher is the publisher of the image.voidsetSku(String sku)SKU is the SKU of the image.voidsetVersion(String version)Version is the version of the image.OSImageBuildertoBuilder()
-
-
-
Method Detail
-
getOffer
public String getOffer()
Offer is the offer of the image.
-
setOffer
public void setOffer(String offer)
Offer is the offer of the image.
-
getPublisher
public String getPublisher()
Publisher is the publisher of the image.
-
setPublisher
public void setPublisher(String publisher)
Publisher is the publisher of the image.
-
getSku
public String getSku()
SKU is the SKU of the image.
-
setSku
public void setSku(String sku)
SKU is the SKU of the image.
-
getVersion
public String getVersion()
Version is the version of the image.
-
setVersion
public void setVersion(String version)
Version is the version of the image.
-
edit
public OSImageBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<OSImageBuilder>
-
toBuilder
public OSImageBuilder toBuilder()
-
-