IVmPropertyクラス
表3-20 IVmPropertyインタフェースメソッド一覧
項番 | 戻り値 | メソッド名 | 説明 |
---|---|---|---|
1 | String | getHostname | 仮想ホストのホスト名を取得します。 |
2 | String | getIpaddress | 仮想ホストのIPアドレスを取得します。 |
3 | String | getUser | 仮想ホストのユーザ名を取得します。 |
4 | String | getPass | 仮想ホストのユーザに対応するパスワードを取得します。 |
5 | int | getVmId | 仮想ホストIDを取得します。 |
6 | List<String> | getMiddleware | 仮想ホストにインストールされているミドルウェアのリストを取得します。 |
7 | int | getOs | 仮想ホストのOSを取得します。 (Linux:0,Windows:1) |
8 | int | getConnectionPort | 仮想ホストの通信用コネクションポートを取得します。 (Linux:uCSDのシステム定義ファイルのdeploy.ssh.port,Windows:139) |