Class PrismElement

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<PrismElementBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PrismElement
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PrismElementBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PrismElement holds the uuid, endpoint of the Prism Element (cluster)
    See Also:
    Serialized Form
    • Constructor Detail

      • PrismElement

        public PrismElement()
        No args constructor for use in serialization
    • Method Detail

      • getEndpoint

        public PrismEndpoint getEndpoint()
        PrismElement holds the uuid, endpoint of the Prism Element (cluster)
      • setEndpoint

        public void setEndpoint​(PrismEndpoint endpoint)
        PrismElement holds the uuid, endpoint of the Prism Element (cluster)
      • getName

        public String getName()
        Name is prism endpoint Name
      • setName

        public void setName​(String name)
        Name is prism endpoint Name
      • getUuid

        public String getUuid()
        UUID is the UUID of the Prism Element (cluster)
      • setUuid

        public void setUuid​(String uuid)
        UUID is the UUID of the Prism Element (cluster)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)