VPC環境で利用できます。
Flow Logの設定情報です。
構文
構文は次の通りです。
private String networkInterfaceNo;
private CommonCode collectActionType;
private Integer collectIntervalMinute;
private CommonCode storageType;
private String storageBucketName;
private String storageBucketDirectoryName;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
networkInterfaceNo |
String | Required | ネットワークインターフェース番号 |
collectActionType |
CommonCode | Required | 収集アクションタイプ
|
collectIntervalMinute |
Integer | Optional | 収集周期(分)
|
storageType |
CommonCode | Optional | ストレージタイプ
|
storageBucketName |
String | Required | Flow Logトラフィックを保存するオブジェクトストレージバケットの名前 |
storageBucketDirectoryName |
String | Optional | Flow Logトラフィックを保存するオブジェクトストレージバケット内のディレクトリ名
|