Class BMCDetails

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BMCDetails
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BMCDetailsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    BMCDetails contains the information necessary to communicate with the bare metal controller module on host.
    See Also:
    Serialized Form
    • Constructor Detail

      • BMCDetails

        public BMCDetails()
        No args constructor for use in serialization
      • BMCDetails

        public BMCDetails​(String address,
                          String credentialsName,
                          Boolean disableCertificateVerification)
    • Method Detail

      • getAddress

        public String getAddress()
        Address holds the URL for accessing the controller on the network. The scheme part designates the driver to use with the host.
      • setAddress

        public void setAddress​(String address)
        Address holds the URL for accessing the controller on the network. The scheme part designates the driver to use with the host.
      • getCredentialsName

        public String getCredentialsName()
        The name of the secret containing the BMC credentials (requires keys "username" and "password").
      • setCredentialsName

        public void setCredentialsName​(String credentialsName)
        The name of the secret containing the BMC credentials (requires keys "username" and "password").
      • getDisableCertificateVerification

        public Boolean getDisableCertificateVerification()
        DisableCertificateVerification disables verification of server certificates when using HTTPS to connect to the BMC. This is required when the server certificate is self-signed, but is insecure because it allows a man-in-the-middle to intercept the connection.
      • setDisableCertificateVerification

        public void setDisableCertificateVerification​(Boolean disableCertificateVerification)
        DisableCertificateVerification disables verification of server certificates when using HTTPS to connect to the BMC. This is required when the server certificate is self-signed, but is insecure because it allows a man-in-the-middle to intercept the connection.
      • getAdditionalProperties

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

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

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