Class AttachedImageReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.AttachedImageReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AttachedImageReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AttachedImageReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<AttachedImageReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Contains the DataImage currently attached to the BMH.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachedImageReference()No args constructor for use in serializationAttachedImageReference(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedImageReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetUrl()Contains the DataImage currently attached to the BMH.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetUrl(String url)Contains the DataImage currently attached to the BMH.AttachedImageReferenceBuildertoBuilder()
-
-
-
Constructor Detail
-
AttachedImageReference
public AttachedImageReference()
No args constructor for use in serialization
-
AttachedImageReference
public AttachedImageReference(String url)
-
-
Method Detail
-
getUrl
public String getUrl()
Contains the DataImage currently attached to the BMH.
-
setUrl
public void setUrl(String url)
Contains the DataImage currently attached to the BMH.
-
edit
public AttachedImageReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AttachedImageReferenceBuilder>
-
toBuilder
public AttachedImageReferenceBuilder toBuilder()
-
-