ページの先頭行へ戻る
Systemwalker Centric Manager V17.0.2 リファレンスマニュアル

G.1 インターネット接続設定ファイル

ファイル名

connection.xml

使用用途

インターネット接続の定義を行います。

格納場所

Windows

Windows Azure 監視ツールインストールディレクトリ\1.0.0.0\definition\user\server\connection.xml

ファイル形式

connection.xmlファイルの記述形式はXML形式です。

<?xml version="1.0" encoding="utf-8" ?>
<cmgr:fujitsu-centricmgr-definition
xmlns:cmgr="/fujitsu/centricmgr/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="/fujitsu/centricmgr/XMLSchema
..\..\internal\server\schema\user-schema.xsd">

<connection id="1" name=”WindowsAzure”>
<protocol id="0" type="https">
<proxy enabled="true"> <address>proxy-server-name</address> <port>80</port> </proxy> </protocol>
</connection>
</cmgr:fujitsu-centricmgr-definition>

タグの説明

タグ

属性

説明

<connection>

インターネット接続の通信環境を定義します。

id

一意の数字を定義します。

name

通信環境名を定義します。

<protocol>

通信環境を定義します。

id

一意の数字を定義します。

type

プロトコルの種類を定義します。「http」または「https」を定義してください。

<proxy>

プロキシサーバの通信環境を定義します。

enabled

接続にプロキシサーバを使用するかどうかを定義します。以下のどちらかを設定します。

  • 接続にプロキシサーバを使用する場合:true

  • 上記以外の場合 :false

<address>

プロキシサーバのアドレスを定義します。

1024文字まで指定できます。

<port>

プロキシサーバのポートを定義します。

0-65535の値が指定できます。