Classic/VPC環境で利用できます。
Planned Maintenanceの作成/変更時に必要です。
構文
構文は次の通りです。
private String desc;
private Map<String, Set> dimensions;
private Long startTime;
private Long endTime;
private String title;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
desc |
String | Optional | 説明 |
dimensions |
Map<String, Set> | Required | Dimensionを JSONで明示
|
startTime |
Long | Required | Planned Maintenanceの開始時間(ミリ秒) |
endTime |
Long | Required | Planned Maintenanceの終了時間(ミリ秒) |
title |
String | Required | Planned Maintenanceのタイトル |