Class SSHConfig

    • Constructor Detail

      • SSHConfig

        public SSHConfig()
      • SSHConfig

        public SSHConfig​(SSHConfig source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getEnable

        public Boolean getEnable()
        Get 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Enable 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。
      • setEnable

        public void setEnable​(Boolean Enable)
        Set 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Enable - 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。
      • getPublicKey

        public String getPublicKey()
        Get 公钥信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PublicKey 公钥信息 注意:此字段可能返回 null,表示取不到有效值。
      • setPublicKey

        public void setPublicKey​(String PublicKey)
        Set 公钥信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PublicKey - 公钥信息 注意:此字段可能返回 null,表示取不到有效值。
      • getPort

        public Long getPort()
        Get 端口号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Port 端口号 注意:此字段可能返回 null,表示取不到有效值。
      • setPort

        public void setPort​(Long Port)
        Set 端口号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Port - 端口号 注意:此字段可能返回 null,表示取不到有效值。
      • getLoginCommand

        public String getLoginCommand()
        Get 登录命令 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LoginCommand 登录命令 注意:此字段可能返回 null,表示取不到有效值。
      • setLoginCommand

        public void setLoginCommand​(String LoginCommand)
        Set 登录命令 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LoginCommand - 登录命令 注意:此字段可能返回 null,表示取不到有效值。