Class PrismCentral

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PrismCentral
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PrismCentralBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PrismCentral holds the endpoint and credentials data used to connect to the Prism Central
    See Also:
    Serialized Form
    • Constructor Detail

      • PrismCentral

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

      • getEndpoint

        public PrismEndpoint getEndpoint()
        PrismCentral holds the endpoint and credentials data used to connect to the Prism Central
      • setEndpoint

        public void setEndpoint​(PrismEndpoint endpoint)
        PrismCentral holds the endpoint and credentials data used to connect to the Prism Central
      • getPassword

        public String getPassword()
        Password is the password for the user to connect to the Prism Central
      • setPassword

        public void setPassword​(String password)
        Password is the password for the user to connect to the Prism Central
      • getUsername

        public String getUsername()
        Username is the name of the user to connect to the Prism Central
      • setUsername

        public void setUsername​(String username)
        Username is the name of the user to connect to the Prism Central
      • getAdditionalProperties

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

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

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