TargetGroup
- 印刷する
- PDF
TargetGroup
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
VPC環境で利用できます。
ターゲットグループです。
構文
構文は次の通りです。
private String targetGroupNo;
private String targetGroupName;
private CommonCode targetType;
private String vpcNo;
private CommonCode targetGroupProtocolType;
private Integer targetGroupPort;
private String targetGroupDescription;
private Boolean useStickySession;
private Boolean useProxyProtocol;
private CommonCode algorithmType;
private Date createDate;
private String regionCode;
private String loadBalancerInstanceNo;
private CommonCode healthCheckProtocolType;
private Integer healthCheckPort;
private String healthCheckUrlPath;
private CommonCode healthCheckHttpMethodType;
private Integer healthCheckCycle;
private Integer healthCheckUpThreshold;
private Integer healthCheckDownThreshold;
private TargetNoList targetNoList;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
targetGroupNo | String | Required | ターゲットグループ番号
|
targetGroupName | String | Required | ターゲットグループの名前 |
targetType | CommonCode | Required | ターゲット区分
|
vpcNo | String | Required | VPC番号 |
targetGroupProtocolType | CommonCode | Required | ターゲットグループのプロトコルタイプ
|
targetGroupPort | Integer | Required | ターゲットグループのポート
|
targetGroupDescription | String | Optional | ターゲットグループの説明 |
useStickySession | Boolean | Required | セッション別アクセスの使用有無
|
useProxyProtocol | Boolean | Required | プロキシプロトコルの使用有無
|
algorithmType | CommonCode | Required | アルゴリズムタイプ
|
createDate | Date | Required | 作成日時(YYYY-MM-DDThh:mm:ssZ) |
regionCode | String | Required | リージョンコード |
loadBalancerInstanceNo | String | Optional | 関連付けられているロードバランサインスタンス番号 |
healthCheckProtocolType | CommonCode | Required | ヘルスチェックのプロトコルタイプ
|
healthCheckPort | Integer | Required | ヘルスチェックのポート
|
healthCheckUrlPath | String | Optional | ヘルスチェックの URLパス |
healthCheckHttpMethodType | CommonCode | Optional | ヘルスチェック HTTP Methodタイプ
|
healthCheckCycle | Integer | Required | ヘルスチェックの周期(秒)
|
healthCheckUpThreshold | Integer | Required | ヘルスチェックの正常なしきい値
|
healthCheckDownThreshold | Integer | Required | ヘルスチェックの失敗しきい値
|
targetNoList | TargetNoList | Optional | ターゲットグループに含まれているターゲット番号リスト |
この記事は役に立ちましたか?