Class HostNodeLoginCredential.Builder

    • Constructor Detail

    • Method Detail

      • setPassword

        public HostNodeLoginCredential.Builder setPassword​(java.lang.String password)
        The authentication password of the host node
        Parameters:
        password - New value for the property.
      • setThumbprint

        public HostNodeLoginCredential.Builder setThumbprint​(java.lang.String thumbprint)
        For ESXi hosts, the thumbprint of the ESXi management service. For KVM hosts, the SSH key fingerprint. If thumbprint is not provided then connection to host may not be established and API call will fail.
        Parameters:
        thumbprint - New value for the property.
      • setUsername

        public HostNodeLoginCredential.Builder setUsername​(java.lang.String username)
        The username of the account on the host node
        Parameters:
        username - New value for the property.